| com.sun.j3d.loaders.lw3d.FloatValueInterpolator com.sun.j3d.loaders.lw3d.LightIntensityPathInterpolator
LightIntensityPathInterpolator | class LightIntensityPathInterpolator extends FloatValueInterpolator (Code) | | This Interpolator object modifies the intensity of a Light object
according to the keyframes in a light intensity envelope
|
LightIntensityPathInterpolator | LightIntensityPathInterpolator(Alpha alpha, float knots, float values, Object target)(Code) | | |
processStimulus | public void processStimulus(Enumeration criteria)(Code) | | This method is invoked by the behavior scheduler every frame. It maps
the alpha value that corresponds to the current time into the
appropriate light intensity for that time as obtained by interpolating
between the light intensity values for each knot point that were passed
to this class.
Parameters: criteria - enumeration of criteria that have triggered this wakeup |
|
|