Aviatrix3D 1.0

org.j3d.aviatrix3d
Class AudioDetails

java.lang.Object
  extended byorg.j3d.aviatrix3d.AudioDetails

public class AudioDetails
extends java.lang.Object

Class for passing the detailed rendering information through the pipeline.

Version:
$Revision: 1.2 $
Author:
Alan Hudson

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

renderable

public AudioRenderable renderable
The lead node instance to be rendered. The object type it needs to be cast to depends on the accompanying rendering operation.


transform

public javax.vecmath.Matrix4f transform
The transform from the root of the scene graph to here


id

public int id
An arbitrary, unique identifier for the operations that need it


instructions

public java.lang.Object instructions
A per-RenderOp defined set of data that is passed from the sorter to the rendering device. See the individual instruction for more information.

Constructor Detail

AudioDetails

public AudioDetails()
Construct a default instance with just the transform initialised


Aviatrix3D 1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2005 j3d.org