|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An cullable that represents the end of the rendering traversal and results in something that can be rendered now.
This object transforms the cullable object into a renderable object. The renderable can then be tested for other properties once it is decided that this cullable is acceptable.
For the purposes of fast rendering traversal, leaf cullables have a constant that is returned describing their basic function in the scene graph.
Field Summary | |
static int |
CLIP_CULLABLE
This is a clip plane-type cullable |
static int |
FOG_CULLABLE
This is a fog-type cullable |
static int |
GEOMETRY_CULLABLE
This is a any cullable that provides visuals for rendering |
static int |
LIGHT_CULLABLE
This is a light-type cullable |
Method Summary | |
BoundingVolume |
getBounds()
Get the currently set bounds for this object. |
int |
getCullableType()
Get the type that this cullable represents. |
Renderable |
getRenderable()
Get the child renderable of this object. |
Field Detail |
public static final int FOG_CULLABLE
public static final int LIGHT_CULLABLE
public static final int CLIP_CULLABLE
public static final int GEOMETRY_CULLABLE
Method Detail |
public int getCullableType()
public BoundingVolume getBounds()
public Renderable getRenderable()
|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |