|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.AudioEnvironmentData
Data holder class used to pass the current environment data along the audio rendering pipeline.
End-user code should never be making use of this class unless the end user is implementing a customised rendering pipeline. This class is used as a simple internal collection of the per-frame renderable data that is passed along each stage of the pipeline.
Field Summary | |
java.lang.Object |
userData
Any user provided data registered with the effects processor |
ViewEnvironment |
viewEnvironment
Current view environment |
Viewpoint |
viewpoint
The current viewpoint instance |
javax.vecmath.Matrix4f |
viewTransform
Matrix representing the view frustum transformation |
Constructor Summary | |
AudioEnvironmentData()
Create a new instance of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Object userData
public Viewpoint viewpoint
public ViewEnvironment viewEnvironment
public javax.vecmath.Matrix4f viewTransform
Constructor Detail |
public AudioEnvironmentData()
|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |