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

    Modifier and Type
    Class
    Description
    class 
    ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
    class 
    CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
    class 
    OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    class 
    PositionDamper generates a series of position values that progressively change from initial value to destination value.
    class 
    PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
    class 
    ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
    class 
    TexCoordDamper2D 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

    Modifier and Type
    Interface
    Description
    interface 
    ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
    interface 
    CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
    interface 
    OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    interface 
    PositionDamper generates a series of position values that progressively change from initial value to destination value.
    interface 
    PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
    interface 
    ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
    interface 
    TexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.
    Modifier and Type
    Method
    Description
    X3DDamperNode.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.