Uses of Interface
org.web3d.x3d.sai.Followers.X3DChaserNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Followers that implement X3DChaserNodeModifier and TypeClassDescriptionclassColorChaser generates a series of SFColor values that progressively change from initial value to destination value.classCoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.classOrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.classPositionChaser generates a series of position values that progressively change from initial value to destination value.classPositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.classScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.classTexCoordChaser2D 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
Subinterfaces of X3DChaserNode in org.web3d.x3d.sai.FollowersModifier and TypeInterfaceDescriptioninterfaceColorChaser generates a series of SFColor values that progressively change from initial value to destination value.interfaceCoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.interfaceOrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.interfacePositionChaser generates a series of position values that progressively change from initial value to destination value.interfacePositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.interfaceScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.interfaceTexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.Methods in org.web3d.x3d.sai.Followers that return X3DChaserNodeModifier 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.