Class BaseMatrixTransform

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLBoundedNodeType, VRMLChildNodeType, VRMLGroupingNodeType, VRMLNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NRMatrixTransform, OGLMatrixTransform

public class BaseMatrixTransform extends BaseGroupingNode
Transform that allows an arbitrary matrix field.

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.2 $
Author:
Alan Hudson