Go to file
Robert Osfield 1baffa3a77 Addition of the following methods:
/** 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; }
2003-12-09 12:08:27 +00:00
bin Added .README to prevent CVS from deleting the empty bin directory when checking 2001-12-29 20:53:08 +00:00
dist From Gideon May, added support for osgSim into .osg file format. 2003-07-23 14:06:32 +00:00
doc Implemented duplicate removal code into TriStripVisitor and added an 2003-12-03 21:45:32 +00:00
examples Moved the responsibility for finding file to load on to the ReaderWriter plugins, 2003-12-08 11:24:43 +00:00
include Addition of the following methods: 2003-12-09 12:08:27 +00:00
lib Removed osgPlugins from lib, which is now built on the fly 2003-03-12 20:10:43 +00:00
Make Moved the responsibility for finding file to load on to the ReaderWriter plugins, 2003-12-08 11:24:43 +00:00
src Addition of the following methods: 2003-12-09 12:08:27 +00:00
VisualStudio From Pavel Moloshton, addition of AlphaFunc support to .ive. 2003-12-01 14:31:56 +00:00
AUTHORS.txt Added equals operator to CUllingSet. 2003-09-28 10:15:10 +00:00
ChangeLog Updated ChangeLog for release. 2003-10-02 14:42:48 +00:00
GNUmakefile Fixes to makedefs/makedirdefs ordering in some makefiles, and conditional 2003-07-26 01:02:39 +00:00
index.html Update of 5/27/03 backup with 6/20/03 tarball 2003-06-24 15:36:53 +00:00
INSTALL.txt Fixes to documentions to refelect the move from osgGLUT to osgProducer. 2003-04-11 10:37:31 +00:00
LICENSE.txt Update of 5/27/03 backup with 6/20/03 tarball 2003-06-24 15:36:53 +00:00
NEWS.txt Updated NEWS 2003-10-03 16:27:02 +00:00
README.txt Integrated various fixes from users. 2003-07-05 19:08:30 +00:00
runexamples.bat Removed afterescher reference from runexamples.bat. 2003-10-01 20:41:15 +00:00

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.