|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.CullOutputDetails
Class for passing the detailed rendering information through the pipeline.
Field Summary | |
ClipDetails[] |
clipPlanes
Array of clip planes that effect this node. |
LightDetails[] |
lights
Array of lights that effect this node. |
Fog |
localFog
If a locally declared fog is set, use it |
int |
numClipPlanes
Number of valid lights in the array |
int |
numLights
Number of valid lights in the array |
Renderable |
renderable
The node instance to be rendered. |
javax.vecmath.Matrix4f |
transform
The transform from the root of the scene graph to here |
Constructor Summary | |
CullOutputDetails()
Construct a default instance with just the transform initialised to the zero matrix. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Renderable renderable
public javax.vecmath.Matrix4f transform
public LightDetails[] lights
public int numLights
public ClipDetails[] clipPlanes
public int numClipPlanes
public Fog localFog
Constructor Detail |
public CullOutputDetails()
|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |