| 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 |
CoordinateInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] CoordinateInterpolator linearly interpolates among a list of 3-tuple MFVec3f arrays, producing a single MFVec3f array that is fractional average between two nearest arrays in the list.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateInterpolator |
CoordinateInterpolator.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CoordinateInterpolator |
CoordinateInterpolator.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CoordinateInterpolator |
CoordinateInterpolator.setKey(float[] newValue)
Assign float array to inputOutput MFFloat field named key.
|
CoordinateInterpolator |
CoordinateInterpolator.setKeyValue(float[] newValue)
Assign 3-tuple float array to inputOutput MFVec3f field named keyValue.
|
CoordinateInterpolator |
CoordinateInterpolator.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CoordinateInterpolator |
CoordinateInterpolator.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.