| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| org.web3d.x3d.sai.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SplineScalarInterpolatorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.
|
| Modifier and Type | Method and Description |
|---|---|
SplineScalarInterpolator |
SplineScalarInterpolator.setClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named closed.
|
SplineScalarInterpolator |
SplineScalarInterpolator.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SplineScalarInterpolator |
SplineScalarInterpolator.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SplineScalarInterpolator |
SplineScalarInterpolator.setKey(float[] newValue)
Assign float array to inputOutput MFFloat field named key.
|
SplineScalarInterpolator |
SplineScalarInterpolator.setKeyValue(float[] newValue)
Assign float array to inputOutput MFFloat field named keyValue.
|
SplineScalarInterpolator |
SplineScalarInterpolator.setKeyVelocity(float[] newValue)
Assign float array to inputOutput MFFloat field named keyVelocity.
|
SplineScalarInterpolator |
SplineScalarInterpolator.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SplineScalarInterpolator |
SplineScalarInterpolator.setNormalizeVelocity(boolean newValue)
Assign boolean value to inputOutput SFBool field named normalizeVelocity.
|
SplineScalarInterpolator |
SplineScalarInterpolator.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.