Example usage for Java javax.media.j3d SwitchValueInterpolator fields, constructors, methods, implement or subclass
The text is from its open source code.
SwitchValueInterpolator(Alpha alpha, Switch target) Constructs a SwitchValueInterpolator behavior that varies its target Switch node's child index between 0 and n-1, where n is the number of children in the target Switch node. |
void | setEnable(boolean state) Enables or disables this Behavior. |
void | setSchedulingBounds(Bounds region) Set the Behavior's scheduling region to the specified bounds. |