|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.AudioDetails
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. |
AudioRenderable |
renderable
The lead node instance to be rendered. |
javax.vecmath.Matrix4f |
transform
The transform from the root of the scene graph to here |
Constructor Summary | |
AudioDetails()
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 AudioRenderable renderable
public javax.vecmath.Matrix4f transform
public int id
public java.lang.Object instructions
Constructor Detail |
public AudioDetails()
|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |