|
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 | |
LightDetails[] |
lights
Array of lights that effect this node. |
int |
numLights
Number of valid lights in the array |
Leaf |
renderable
The lead node instance to be rendered. |
float[] |
transform
The transform from the root of the scene graph to here |
Constructor Summary | |
CullOutputDetails()
Construct a default instance with just the transform initialised |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Leaf renderable
public float[] transform
public LightDetails[] lights
public int numLights
Constructor Detail |
public CullOutputDetails()
|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |