com.bulletphysics.demos.applet
Class Light

java.lang.Object
  extended by com.bulletphysics.demos.applet.Light

public class Light
extends java.lang.Object


Field Summary
 javax.vecmath.Vector4f ambient
           
 javax.vecmath.Vector4f diffuse
           
 boolean enabled
           
 javax.vecmath.Vector4f position
           
 javax.vecmath.Vector4f specular
           
 
Constructor Summary
Light()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public boolean enabled

ambient

public final javax.vecmath.Vector4f ambient

diffuse

public final javax.vecmath.Vector4f diffuse

specular

public final javax.vecmath.Vector4f specular

position

public final javax.vecmath.Vector4f position
Constructor Detail

Light

public Light()