| java.lang.Object com.sun.j3d.loaders.lw3d.LwLightObject
LwLightObject | class LwLightObject (Code) | | This class is used to set the Light Intensity value according to the
keyframe value of the envelope for that light. The class is used in
conjunction with LightIntensityPathInterpolator, which uses this
class as the target of its interpolations.
|
intensity | float intensity(Code) | | |
LwLightObject | LwLightObject(Light theLight, float intensity, Color3f color)(Code) | | |
setColor | void setColor(Color3f color)(Code) | | |
setIntensity | void setIntensity(float intensity)(Code) | | |
|
|