Uses of Class
camera3d.VcLight

Packages that use VcLight
camera3d   
camera3d.action   
 

Uses of VcLight in camera3d
 

Subclasses of VcLight in camera3d
 class VcAmbientLight
          Represents an ambient light.
 class VcDirectLight
          Represents a directional light.
 class VcPointLight
          Represents a point light.
 class VcSpotLight
          Represents a spot light.
 

Methods in camera3d with parameters of type VcLight
 void GUIControl.changeLightColor(VcLight light, int red, int green, int blue)
           
 void GUIControl.changeLightState(VcLight light, boolean b)
           
 void J3DBase.addLight(VcLight light)
          Adds a VcLight to the scene graph.
 

Uses of VcLight in camera3d.action
 

Constructors in camera3d.action with parameters of type VcLight
LightColorChangeAction(VcLight light, int red, int green, int blue)
           
LightStateAction(VcLight light, boolean state)
           
 



Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.