|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.media.j3d.SceneGraphObject
javax.media.j3d.Node
javax.media.j3d.Leaf
javax.media.j3d.Behavior
javax.media.j3d.Interpolator
com.sun.j3d.loaders.lw3d.FloatValueInterpolator
com.sun.j3d.loaders.lw3d.LightIntensityPathInterpolator
class LightIntensityPathInterpolator
This Interpolator object modifies the intensity of a Light object according to the keyframes in a light intensity envelope
| Field Summary | |
|---|---|
(package private) LwLightObject |
theLight
|
| Fields inherited from class com.sun.j3d.loaders.lw3d.FloatValueInterpolator |
|---|
currentInterpolationRatio, currentKnotIndex, currentValue, values |
| Fields inherited from class javax.media.j3d.Interpolator |
|---|
defaultWakeupCriterion |
| Constructor Summary | |
|---|---|
LightIntensityPathInterpolator(Alpha alpha,
float[] knots,
float[] values,
java.lang.Object target)
|
|
| Method Summary | |
|---|---|
void |
processStimulus(java.util.Enumeration criteria)
This method is invoked by the behavior scheduler every frame. |
| Methods inherited from class com.sun.j3d.loaders.lw3d.FloatValueInterpolator |
|---|
computePathInterpolation, getValue, setValue |
| Methods inherited from class javax.media.j3d.Interpolator |
|---|
getAlpha, initialize, setAlpha |
| Methods inherited from class javax.media.j3d.Behavior |
|---|
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, getView, getWakeupCondition, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences, wakeupOn |
| Methods inherited from class javax.media.j3d.Node |
|---|
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable |
| Methods inherited from class javax.media.j3d.SceneGraphObject |
|---|
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
LwLightObject theLight
| Constructor Detail |
|---|
LightIntensityPathInterpolator(Alpha alpha,
float[] knots,
float[] values,
java.lang.Object target)
| Method Detail |
|---|
public void processStimulus(java.util.Enumeration criteria)
processStimulus in class Behaviorcriteria - enumeration of criteria that have triggered this wakeup
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||