Package org.web3d.x3d.jsail.Followers


package org.web3d.x3d.jsail.Followers
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.

The X3D Java Scene Access Interface (x3djsail) package provides concrete classes for each X3D node and statement.

Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc

See Also:
  • Classes
    Class
    Description
    ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
    ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
    CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.
    CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
    OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    PositionChaser generates a series of position values that progressively change from initial value to destination value.
    PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.
    PositionDamper generates a series of position values that progressively change from initial value to destination value.
    PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
    ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.
    ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
    TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.
    TexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.