Class BillboardGroupRenderSystem

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IObserver, IRenderSystem

public class BillboardGroupRenderSystem extends PointCloudTriRenderSystem implements IObserver
Renders billboard datasets by sending them to the GPU at once. Eligible objects must implement IRenderable, IStatusObject, IBillboardDatasetProvider and IFadeObject.