public class BoundingBox extends Renderable
Modifier and Type | Field and Description |
---|---|
static short[] |
DRAW_ORDER |
Constructor and Description |
---|
BoundingBox(AABB aabb) |
Modifier and Type | Method and Description |
---|---|
AABB |
getBoundingBox() |
void |
render(float[] vpMatrix)
Render this object
|
void |
setBoundingBox(AABB boundingBox) |
attachTo, createShallowCopy, getMaterial, getMesh, init, setMaterial, setMesh
getUntransformedBoundingBox, setBoundingBoxVisible
detach, isDity, onTransformed, setClean
getAbsolutePos, getModelMatrix, getParent, getRelativePos
public BoundingBox(AABB aabb)
public void render(float[] vpMatrix)
Renderable
render
in interface IRenderable
render
in class Renderable
public AABB getBoundingBox()
getBoundingBox
in class BoundedRenderable
public void setBoundingBox(AABB boundingBox)