Files
OpenSceneGraph/include/osg
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
..
2003-08-08 00:19:06 +00:00
2003-09-26 11:20:43 +00:00
2003-07-10 13:11:25 +00:00
2003-06-24 15:40:09 +00:00
2003-09-09 08:56:51 +00:00
2003-12-09 12:08:27 +00:00
2003-06-24 15:40:09 +00:00
2003-04-01 18:42:38 +00:00
2003-07-15 08:17:54 +00:00
2003-10-17 10:26:31 +00:00
2003-02-14 11:41:52 +00:00
2003-09-04 08:50:06 +00:00
2003-09-10 12:38:28 +00:00
2003-09-10 12:38:28 +00:00
2003-09-10 12:38:28 +00:00