Class BaseNurbsPatchSurface

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.nurbs.BaseNurbsPatchSurface
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLBREPNodeType, VRMLBREPSurfaceNode, VRMLChildNodeType, VRMLGeometryNodeType, VRMLNodeType, VRMLParametricGeometryNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NRNurbsPatchSurface, OGLNurbsPatchSurface

public abstract class BaseNurbsPatchSurface extends AbstractNode implements VRMLParametricGeometryNodeType, VRMLBREPSurfaceNode, 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.2 $
Author:
Justin Couch