Uses of Interface
org.web3d.x3d.sai.Followers.ColorDamper
Packages that use ColorDamper
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 ColorDamper in org.web3d.x3d.jsail.Followers
Classes in org.web3d.x3d.jsail.Followers that implement ColorDamperModifier and TypeClassDescriptionclass
ColorDamper generates a series of RGB color values that progressively change from initial value to destination value. -
Uses of ColorDamper in org.web3d.x3d.sai.Followers
Methods in org.web3d.x3d.sai.Followers that return ColorDamperModifier and TypeMethodDescriptionColorDamper.setInitialDestination
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to initializeOnly SFColor field named initialDestination.ColorDamper.setInitialValue
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to initializeOnly SFColor field named initialValue.ColorDamper.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ColorDamper.setOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named order.ColorDamper.setTau
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named tau.ColorDamper.setTolerance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named tolerance.