instantreality 1.0

Component:
Interpolation
Status:
fully implemented
Structure type:
abstract
Standard:
X3D2.0

CoordinateInterpolator (alias: CoordinateInterpolator3D)

CoordinateInterpolator generates a series of coordinate values that can be ROUTEd to a compatible node attribute.

Inheritance

Code

XML encoding
<CoordinateInterpolator key=''
enabled='TRUE'
logFeature=''
 />
Classic encoding
CoordinateInterpolator {
	key []
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFFloat set_fraction SFFloat inputOnly set_fraction selects input key for corresponding keyValue output.
MFFloat key MFFloat inputOutput Definition parameters for linear-interpolation function time intervals, in increasing order and corresponding to keyValues. Hint: number of keys must match number of keyValues!
SFBool enabled SFBool inputOutput TRUE Flag to enable/disable the node behaviour
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element