|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.AudioInstructions
Class for passing the detailed rendering information for a single device. from the sorter through to the renderable device.
Field Summary | |
AudioInstructions |
copyOf
Reference to the real instance of this class that contains the renderList and renderOps you should read from. |
int |
numValid
The number of valid items in the array |
AudioEnvironmentData |
renderData
Visual data such as viewpoint, background etc |
AudioDetails[] |
renderList
The list of nodes in sorted order |
int[] |
renderOps
Operation to perform on each node |
Constructor Summary | |
AudioInstructions()
Construct a new instance of this class with the arrays initialised to a default size. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public AudioEnvironmentData renderData
public AudioInstructions copyOf
public AudioDetails[] renderList
public int[] renderOps
public int numValid
Constructor Detail |
public AudioInstructions()
|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |