Class BaseNurbsPositionInterpolator

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.BaseInterpolatorNode
org.web3d.vrml.renderer.common.nodes.nurbs.BaseNurbsPositionInterpolator
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLChildNodeType, VRMLInterpolatorNodeType, VRMLNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NRNurbsPositionInterpolator

public abstract class BaseNurbsPositionInterpolator extends BaseInterpolatorNode
Abstract implementation of a position interpolator using NURBS path definition so that specific renderer instances can derive from it.

If the key and keyValue fields are not the same length then we take the lesser of the two and only assign that many vertices to the interpolator to handle.

Version:
$Revision: 1.7 $
Author:
Justin Couch