Class BaseLOD

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLBoundedNodeType, VRMLChildNodeType, VRMLGroupingNodeType, VRMLNodeType, VRMLViewDependentNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NRLOD, OGLLOD

public abstract class BaseLOD extends BaseGroupingNode implements VRMLViewDependentNodeType
Common base implementation of a LOD node.

Internally the LOD keeps both the basic range and the values squared. This makes computation much faster, eliminating the need to take expensive square-roots each frame.

Version:
$Revision: 1.19 $
Author:
Justin Couch