Class BaseNurbsCurve

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.nurbs.BaseNurbsCurve
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLBREPCurve3DNode, VRMLBREPNodeType, VRMLChildNodeType, VRMLGeometryNodeType, VRMLNodeType, VRMLParametricGeometryNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NRNurbsCurve, OGLNurbsCurve

public abstract class BaseNurbsCurve extends AbstractNode implements VRMLBREPCurve3DNode, VRMLBREPNodeType
Common base implementation of the NurbsCurve node.

Because NURBS implementations involve complex retessellation, the implementation will automatically register itself with the frame state manager whenever any field changes.

Version:
$Revision: 1.14 $
Author:
Justin Couch