public abstract class Renderable2 extends Renderable
Constructor and Description |
---|
Renderable2() |
Modifier and Type | Method and Description |
---|---|
float |
getAlpha() |
AABB |
getBoundingBox() |
void |
render(float[] vpMatrix)
Render this object
|
void |
setAlpha(float alpha) |
attachTo, createShallowCopy, getMaterial, getMesh, init, setMaterial, setMesh
getUntransformedBoundingBox, setBoundingBoxVisible
detach, isDity, onTransformed, setClean
getAbsolutePos, getModelMatrix, getParent, getRelativePos
public void render(float[] vpMatrix)
Renderable
render
in interface IRenderable
render
in class Renderable
public void setAlpha(float alpha)
public float getAlpha()
public AABB getBoundingBox()
getBoundingBox
in class BoundedRenderable