com.threerings.opengl.util
Class DebugBounds
java.lang.Object
com.threerings.opengl.util.SimpleRenderable
com.threerings.opengl.util.SimpleTransformable
com.threerings.opengl.util.DebugBounds
- All Implemented Interfaces:
- Compositable, Enqueueable
public abstract class DebugBounds
- extends SimpleTransformable
Renders bounding boxes for debugging purposes.
|
Method Summary |
static void |
draw(Box bounds,
Color4f color)
Draws a single bounding box in the specified color. |
DebugBounds
public DebugBounds(GlContext ctx)
- Creates a new set of debug bounds.
draw
public static void draw(Box bounds,
Color4f color)
- Draws a single bounding box in the specified color.
Copyright © 2011. All Rights Reserved.