| javax.media.j3d.BranchGroup org.jdesktop.j3dfly.utils.behaviors.KBSplineFromFileBG
KBSplineFromFileBG | public class KBSplineFromFileBG extends BranchGroup implements java.awt.event.ActionListener(Code) | | A SceneGraph node which applies a KBRotPosScaleSplinePathInterpolator
to a transformGroup. The main feature is that the KeyFrames for the
Spline are read from a file
Each line in the file represents a component of the spline, End of
lines are significant. Comments follow the Java // style (not /*)
The first line in the file must a single number, which is the number of
increasingAlphaDuration for the interpolator.
All subsequent lines must contain 13 floating point values representing
the KBKeyFrame values of
knot pos.x pos.y pos.z heading pitch bank scale.x scale.y scale.z
tension continuity bias
author: paulby version: 1.8 01/18/02 |
KBSplineFromFileBG | public KBSplineFromFileBG()(Code) | | |
KBSplineFromFileBG | public KBSplineFromFileBG(TransformGroup target, String filename)(Code) | | Creates new KBRotPosScaleSplinePathFromFileInterpolator
|
isEnabled | public boolean isEnabled()(Code) | | |
setEnabled | public void setEnabled(boolean enabled)(Code) | | |
Fields inherited from javax.media.j3d.BranchGroup | final public static int ALLOW_DETACH(Code)(Java Doc)
|
|
|