Aviatrix3D
2.0 Dev

org.j3d.aviatrix3d.pipeline
Class CullOutputDetails

java.lang.Object
  extended byorg.j3d.aviatrix3d.pipeline.CullOutputDetails
Direct Known Subclasses:
AudioCullOutputDetails, GraphicsCullOutputDetails

public class CullOutputDetails
extends java.lang.Object

Class for passing the detailed rendering information through the pipeline.

Version:
$Revision: 2.0 $
Author:
Justin Couch

Field Summary
 java.lang.Object customData
          Passed along additional rendering information for the object
 Renderable renderable
          The node instance to be rendered.
 javax.vecmath.Matrix4f transform
          The transform from the root of the scene graph to here
 
Constructor Summary
CullOutputDetails()
          Construct a default instance with just the transform initialised to the zero matrix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderable

public Renderable renderable
The node instance to be rendered.


transform

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


customData

public java.lang.Object customData
Passed along additional rendering information for the object

Constructor Detail

CullOutputDetails

public CullOutputDetails()
Construct a default instance with just the transform initialised to the zero matrix.


Aviatrix3D
2.0 Dev

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