camera3d.action
Class AddLightAction
java.lang.Object
camera3d.action.VcAction
camera3d.action.VcLightAction
camera3d.action.AddLightAction
- public class AddLightAction
- extends VcLightAction
Adds a light to the scene graph.
- Version:
- 1.0
- Author:
- Fábio Roberto de Miranda
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POINT_LIGHT
public static final int POINT_LIGHT
- See Also:
- Constant Field Values
SPOT_LIGHT
public static final int SPOT_LIGHT
- See Also:
- Constant Field Values
DIRECTIONAL_LIGHT
public static final int DIRECTIONAL_LIGHT
- See Also:
- Constant Field Values
AMBIENT_LIGHT
public static final int AMBIENT_LIGHT
- See Also:
- Constant Field Values
LASER_ARRAY
public static final int LASER_ARRAY
- See Also:
- Constant Field Values
AddLightAction
public AddLightAction(int type,
java.lang.String name)
AddLightAction
public AddLightAction(java.lang.String type,
java.lang.String name)
doAction
public void doAction(ActionExecutor executor)
- Description copied from class:
VcAction
- Performs the action.
- Specified by:
doAction
in class VcAction
- Parameters:
executor
- provides any resource necessary for the action execution, such
as references to other objects.
Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.