Class PointCloudTriRenderSystem

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IObserver, IRenderSystem
Direct Known Subclasses:
BillboardGroupRenderSystem, OrbitalElementsGroupRenderSystem, OrbitalElementsParticlesRenderSystem, ParticleGroupRenderSystem, StarGroupRenderSystem, VariableGroupRenderSystem

public abstract class PointCloudTriRenderSystem extends PointCloudRenderSystem implements IObserver
Adds some utils to build quads as a couple of triangles. This should be used by point clouds that render their particles as GL_TRIANGLES.