Uses of Interface
org.web3d.x3d.sai.Followers.OrientationChaser
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Followers | |
| org.web3d.x3d.sai.Followers |
-
Uses of OrientationChaser in org.web3d.x3d.jsail.Followers
Classes in org.web3d.x3d.jsail.Followers that implement OrientationChaser Modifier and Type Class Description classOrientationChaserObjectOrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value. -
Uses of OrientationChaser in org.web3d.x3d.sai.Followers
Methods in org.web3d.x3d.sai.Followers that return OrientationChaser Modifier and Type Method Description OrientationChaserOrientationChaser. setDuration(double newValue)Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.OrientationChaserOrientationChaser. setInitialDestination(float[] newValue)Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialDestination.OrientationChaserOrientationChaser. setInitialValue(float[] newValue)Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialValue.OrientationChaserOrientationChaser. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.