Class OGLScript

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLChildNodeType, VRMLExternalNodeType, VRMLNodeType, VRMLScriptNodeType, VRMLSingleExternalNodeType, VRMLWorldRootChildNodeType, OGLVRMLNode

public class OGLScript extends BaseScript implements OGLVRMLNode
Scene graph representation of a script node.

The script is different to all the other nodes. While it represents a script, it doesn't have the normal content of a Java3D node. It is also a bit different to the ordinary Abstract node implementation in that a script can have fields added and removed on demand.

Version:
$Revision: 1.5 $
Author:
Justin Couch