vtPagedStructureLOD Class Reference

Inheritance diagram for vtPagedStructureLOD:

Inheritance graph
[legend]
List of all members.

Detailed Description

An vtPagedStructureLOD node controls the visibility of its child nodes.

You set a single distance value (range) for all the children, which is the distance from the camera at which all nodes will be rendered.


Public Member Functions

void Release ()
bool TestVisible (float fDistance, bool bLoad)


Member Function Documentation

void vtPagedStructureLOD::Release  )  [virtual]
 

Releases a node. Use this method instead of C++'s delete operator when you are done with a node. Internally, the node is reference counted so it is not deleted until all references to it are removed.

Reimplemented from vtGroup.

bool vtPagedStructureLOD::TestVisible float  fDistance,
bool  bLoad
 

Parameters:
fDistance The distance in meters to check against.
bLoad If true, and this cell is within the distance, and it isn't loaded, then load it.


Generated on Tue Apr 22 10:11:08 2008 for vtlib library by  doxygen 1.4.5