Class BaseTransform

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLBoundedNodeType, VRMLChildNodeType, VRMLGroupingNodeType, VRMLNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NRTransform, OGLTransform, TransformMatrix

public class BaseTransform extends BaseGroupingNode
Common implementation of a transform node functionality. This base class does not automatically update the underlying transform with each set() call. These calls only update the local field values, but not the transform that would be used in the rendering code. To make sure this is updated, call the updateMatrix() method and then use the updated matrix in your rendering code.
Version:
$Revision: 1.18 $
Author:
Justin Couch