Uses of Interface
org.web3d.x3d.sai.Followers.X3DFollowerNode
Packages that use X3DFollowerNode
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 X3DFollowerNode in org.web3d.x3d.jsail.Followers
Classes in org.web3d.x3d.jsail.Followers that implement X3DFollowerNodeModifier and TypeClassDescriptionclassColorChaser generates a series of SFColor values that progressively change from initial value to destination value.classColorDamper generates a series of RGB color 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.classCoordinateDamper 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.classOrientationDamper 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.classPositionDamper generates a series of position values that progressively change from initial value to destination value.classPositionDamper2D generates a series of 2D floating-point 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.classScalarDamper generates a series of 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.classTexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value. -
Uses of X3DFollowerNode in org.web3d.x3d.sai.Followers
Subinterfaces of X3DFollowerNode in org.web3d.x3d.sai.FollowersModifier and TypeInterfaceDescriptioninterfaceColorChaser generates a series of SFColor values that progressively change from initial value to destination value.interfaceColorDamper generates a series of RGB color 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.interfaceCoordinateDamper 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.interfaceOrientationDamper 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.interfacePositionDamper generates a series of position values that progressively change from initial value to destination value.interfacePositionDamper2D generates a series of 2D floating-point 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.interfaceScalarDamper generates a series of 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.interfaceTexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.interfaceThe X3DChaserNode abstract node type calculates the output on value_changed as a finite impulse response (FIR) based on the events received on set_destination field.interfaceThe X3DDamperNode abstract node type creates an IIR response that approaches the destination value according to the shape of the e-function only asymptotically but very quickly.Methods in org.web3d.x3d.sai.Followers that return X3DFollowerNodeModifier and TypeMethodDescriptionX3DFollowerNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.