|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.RenderDetails
Class for passing the detailed rendering information through the pipeline.
Field Summary | |
int |
id
An arbitrary, unique identifier for the operations that need it |
java.lang.Object |
instructions
A per-RenderOp defined set of data that is passed from the sorter to the rendering device. |
Renderable |
renderable
The lead node instance to be rendered. |
float[] |
transform
The transform from the root of the scene graph to here |
Constructor Summary | |
RenderDetails()
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 Renderable renderable
public float[] transform
public int id
public java.lang.Object instructions
Constructor Detail |
public RenderDetails()
|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |