- disableStencilTest() - Method in interface org.lazywizard.radar.CommonRadar
-
Disables the radar stencil, allowing shapes to be rendered outside of the
radar circle.
- draw() - Method in class org.lazywizard.radar.util.DrawQueue
-
Renders all data in the DrawQueue.
- DrawQueue - Class in org.lazywizard.radar.util
-
A class to simplify multi-shape primitive rendering by keeping track of draw
modes and vertex/color buffers for you and drawing in an efficient way.
- DrawQueue(int) - Constructor for class org.lazywizard.radar.util.DrawQueue
-
Creates a new auto-resizing DrawQueue with the draw flag
GL15.GL_DYNAMIC_DRAW
.
- DrawQueue(int, int) - Constructor for class org.lazywizard.radar.util.DrawQueue
-
Creates a new auto-resizing DrawQueue.