Aviatrix3D 1.0

org.j3d.aviatrix3d
Class AudioInstructions

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

public class AudioInstructions
extends java.lang.Object

Class for passing the detailed rendering information for a single device. from the sorter through to the renderable device.

Version:
$Revision: 1.2 $
Author:
Alan Hudson

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

renderData

public AudioEnvironmentData renderData
Visual data such as viewpoint, background etc


copyOf

public AudioInstructions copyOf
Reference to the real instance of this class that contains the renderList and renderOps you should read from. If null, this is the original specification.


renderList

public AudioDetails[] renderList
The list of nodes in sorted order


renderOps

public int[] renderOps
Operation to perform on each node


numValid

public int numValid
The number of valid items in the array

Constructor Detail

AudioInstructions

public AudioInstructions()
Construct a new instance of this class with the arrays initialised to a default size.


Aviatrix3D 1.0

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