j3d.org Aviatrix3D

org.j3d.aviatrix3d
Class LightDetails

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

public class LightDetails
extends java.lang.Object

Class for passing the detailed rendering information about a light source. through the pipeline.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Field Summary
 Light light
          The lead node instance to be rendered.
 float[] transform
          The transform from the root of the scene graph to here
 
Constructor Summary
LightDetails()
          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

light

public Light light
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

Constructor Detail

LightDetails

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


j3d.org Aviatrix3D

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