Uses of Interface
org.web3d.x3d.sai.Followers.X3DChaserNode
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 X3DChaserNode in org.web3d.x3d.jsail.Followers
Modifier and TypeClassDescriptionclass
ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.class
CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.class
OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.class
PositionChaser generates a series of position values that progressively change from initial value to destination value.class
PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.class
ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.class
TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value. -
Uses of X3DChaserNode in org.web3d.x3d.sai.Followers
Modifier and TypeInterfaceDescriptioninterface
ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.interface
CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.interface
OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.interface
PositionChaser generates a series of position values that progressively change from initial value to destination value.interface
PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.interface
ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.interface
TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.Modifier and TypeMethodDescriptionX3DChaserNode.setDuration
(double newValue) Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.X3DChaserNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.