| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| org.web3d.x3d.sai.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrientationDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
|
| Modifier and Type | Method and Description |
|---|---|
OrientationDamper |
OrientationDamper.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
OrientationDamper |
OrientationDamper.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
OrientationDamper |
OrientationDamper.setInitialDestination(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialDestination.
|
OrientationDamper |
OrientationDamper.setInitialValue(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialValue.
|
OrientationDamper |
OrientationDamper.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrientationDamper |
OrientationDamper.setOrder(int newValue)
Assign int value within allowed range of [0,5] to initializeOnly SFInt32 field named order.
|
OrientationDamper |
OrientationDamper.setTau(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to inputOutput SFTime field named tau.
|
OrientationDamper |
OrientationDamper.setTolerance(float newValue)
Assign float value to inputOutput SFFloat field named tolerance.
|
OrientationDamper |
OrientationDamper.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.