Uses of Interface
org.web3d.x3d.sai.Followers.OrientationChaser
Package
Description
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
-
Uses of OrientationChaser in org.web3d.x3d.jsail.Followers
Modifier and TypeClassDescriptionclass
OrientationChaser 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
Modifier and TypeMethodDescriptionOrientationChaser.setDuration
(double newValue) Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.OrientationChaser.setInitialDestination
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialDestination.OrientationChaser.setInitialValue
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialValue.OrientationChaser.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.