j3d.org Aviatrix3D

org.j3d.aviatrix3d
Class RenderDetails

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

public class RenderDetails
extends java.lang.Object

Class for passing the detailed rendering information through the pipeline.

Version:
$Revision: 1.3 $
Author:
Justin Couch

Field Summary
 int id
          An arbitrary, unique identifier for the operations that need it
 Leaf renderable
          The lead node instance to be rendered.
 float[] transform
          The transform from the root of the scene graph to here
 
Constructor Summary
RenderDetails()
          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 Leaf renderable
The lead node instance to be rendered. Will be either Shape or Light


transform

public float[] 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

Constructor Detail

RenderDetails

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


j3d.org Aviatrix3D

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