-
Classes in org.web3d.x3d.jsail.Followers that implement X3DFollowerNode
| Modifier and Type |
Class |
Description |
class |
ColorChaserObject |
ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
|
class |
ColorDamperObject |
ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
|
class |
CoordinateChaserObject |
CoordinateChaser generates a series of coordinate arrays 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 |
OrientationChaserObject |
OrientationChaser generates a series of 4-tuple axis-angle SFRotation values 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 |
PositionChaser2DObject |
PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.
|
class |
PositionChaserObject |
PositionChaser generates a series of position 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 |
ScalarChaserObject |
ScalarChaser generates a series of single floating-point 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 |
TexCoordChaser2DObject |
TexCoordChaser2D generates a series of single 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 X3DFollowerNode in org.web3d.x3d.sai.Followers
| Modifier and Type |
Interface |
Description |
interface |
ColorChaser |
ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
|
interface |
ColorDamper |
ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
|
interface |
CoordinateChaser |
CoordinateChaser generates a series of coordinate arrays 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 |
OrientationChaser |
OrientationChaser generates a series of 4-tuple axis-angle SFRotation values 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 |
PositionChaser |
PositionChaser generates a series of position values that progressively change from initial value to destination value.
|
interface |
PositionChaser2D |
PositionChaser2D generates a series of 2D position 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 |
ScalarChaser |
ScalarChaser generates a series of single 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 |
TexCoordChaser2D |
TexCoordChaser2D generates a series of single 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.
|
interface |
X3DChaserNode |
The X3DChaserNode abstract node type calculates the output on value_changed as a finite impulse response (FIR) based on the events received on set_destination field.
|
interface |
X3DDamperNode |
The X3DDamperNode abstract node type creates an IIR response that approaches the destination value according to the shape of the e-function only asymptotically but very quickly.
|