Class NRNode

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.norender.nodes.NRNode
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLNodeType, NRVRMLNode

public abstract class NRNode extends AbstractNode implements NRVRMLNode
Base node for all NR implementations.

Each node will keep its own fieldDeclarations and fieldMaps. These will be created in a static constructor so only one copy per class will be created.

Each node will maintain its own LAST_*_INDEX which tells others what the last field declared by this node.

Version:
$Revision: 1.2 $
Author:
Alan Hudson