Class BaseGeoTransform

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLBoundedNodeType, VRMLChildNodeType, VRMLGroupingNodeType, VRMLNodeType, VRMLWorldRootChildNodeType, OriginListener
Direct Known Subclasses:
NRGeoTransform, OGLGeoTransform

public class BaseGeoTransform extends BaseGroupingNode implements OriginListener
Common implementation of the GeoTransform node.

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.4 $
Author:
Rex Melton