Class OGLViewpoint

java.lang.Object
All Implemented Interfaces:
org.j3d.aviatrix3d.NodeUpdateListener, VRMLNode, FrameStateListener, VRMLBindableNodeType, VRMLChildNodeType, VRMLNodeType, VRMLTimeDependentNodeType, VRMLViewpointNodeType, VRMLWorldRootChildNodeType, OGLBindableNodeType, OGLTransformNodeType, OGLViewpointNodeType, OGLVRMLNode

public class OGLViewpoint extends BaseViewpoint implements OGLViewpointNodeType, org.j3d.aviatrix3d.NodeUpdateListener, OGLTransformNodeType
OGL implementation of a Viewpoint node.

Viewpoints cannot be shared using DEF/USE. They may be named as such for Anchor purposes, but attempting to reuse them will cause an error. This implementation does not provide any protection against USE of this node and attempting to do so will result in exceptions - most probably in the grouping node that includes this node.

Version:
$Revision: 1.26 $
Author:
Alan Hudson