-
Classes in org.web3d.x3d.jsail.Followers that implement X3DDamperNode
| Modifier and Type |
Class |
Description |
class |
ColorDamperObject |
ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
|
class |
CoordinateDamperObject |
CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
|
class |
OrientationDamperObject |
OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
|
class |
PositionDamper2DObject |
PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
|
class |
PositionDamperObject |
PositionDamper generates a series of position values that progressively change from initial value to destination value.
|
class |
ScalarDamperObject |
ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
|
class |
TexCoordDamper2DObject |
TexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.
|
-
Subinterfaces of X3DDamperNode in org.web3d.x3d.sai.Followers
| Modifier and Type |
Interface |
Description |
interface |
ColorDamper |
ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
|
interface |
CoordinateDamper |
CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
|
interface |
OrientationDamper |
OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
|
interface |
PositionDamper |
PositionDamper generates a series of position values that progressively change from initial value to destination value.
|
interface |
PositionDamper2D |
PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
|
interface |
ScalarDamper |
ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
|
interface |
TexCoordDamper2D |
TexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.
|