1baffa3a77
/** Set the object-space reference radius of the volume enclosed by the PagedLOD. * Used to detmine the bounding sphere of the PagedLOD in the absense of any children.*/ inline void setRadius(float radius) { _radius = radius; } /** Get the object-space radius of the volume enclosed by the PagedLOD.*/ inline float getRadius() const { return _radius; } /** Set the number of children that the PagedLOD must keep around, even if thay are older than their expiry time.*/ inline void setNumChildrenThatCannotBeExpired(unsigned int num) { _numChildrenThatCannotBeExpired = num; } /** Get the number of children that the PagedLOD must keep around, even if thay are older than their expiry time.*/ unsigned int getNumChildrenThatCannotBeExpired() const { return _numChildrenThatCannotBeExpired; } |
||
---|---|---|
bin | ||
dist | ||
doc | ||
examples | ||
include | ||
lib | ||
Make | ||
src | ||
VisualStudio | ||
AUTHORS.txt | ||
ChangeLog | ||
GNUmakefile | ||
index.html | ||
INSTALL.txt | ||
LICENSE.txt | ||
NEWS.txt | ||
README.txt | ||
runexamples.bat |
Welcome to the OpenSceneGraph (OSG). For information on the project, this distribution, how to compile and run libraries and examples, and for documention open up index.html in your perfered html browser. Robert Osfield. robert@openscenegraph.com April 2002.