Class BillboardProceduralCPURenderer

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

public class BillboardProceduralCPURenderer extends InstancedRenderSystem implements IObserver
Fallback renderer to BillboardProceduralRenderer, where the particle generation is done in the CPU in Java. For systems that do not support OpenGL 4.3+.