Uses of Interface
org.web3d.x3d.sai.Followers.X3DDamperNode
Packages that use X3DDamperNode
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 X3DDamperNode in org.web3d.x3d.jsail.Followers
Classes in org.web3d.x3d.jsail.Followers that implement X3DDamperNodeModifier and TypeClassDescriptionclassColorDamper generates a series of RGB color values 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.classOrientationDamper generates a series of 4-tuple axis-angle SFRotation 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.classScalarDamper generates a series of 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 X3DDamperNode in org.web3d.x3d.sai.Followers
Subinterfaces of X3DDamperNode in org.web3d.x3d.sai.FollowersModifier and TypeInterfaceDescriptioninterfaceColorDamper generates a series of RGB color values 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.interfaceOrientationDamper generates a series of 4-tuple axis-angle SFRotation 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.interfaceScalarDamper generates a series of 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.Methods in org.web3d.x3d.sai.Followers that return X3DDamperNodeModifier and TypeMethodDescriptionX3DDamperNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DDamperNode.setOrder(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named order.X3DDamperNode.setTau(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named tau.X3DDamperNode.setTolerance(float newValue) Accessor method to assign float value to inputOutput SFFloat field named tolerance.