XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt
Class LightData

java.lang.Object
  extended byorg.autochthonous.graphics.rt.LightData

public class LightData
extends java.lang.Object


Constructor Summary
LightData()
           
 
Method Summary
 Color3f color()
           
 void dispose()
           
static LightData getInstance(float nDotL, Vector3f L, Color3f col)
           
 Vector3f L()
           
 float NDotL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightData

public LightData()
Method Detail

getInstance

public static LightData getInstance(float nDotL,
                                    Vector3f L,
                                    Color3f col)

dispose

public void dispose()

NDotL

public float NDotL()

L

public Vector3f L()

color

public Color3f color()

XJRT Rendering Toolkit 1.0b06