OpenSceneGraph/include
Robert Osfield e01990d419 Made the osg::Referenced Mutex be declared as a pointer to a Mutex, with the
Mutex allocated dynamically when required. Added the following methods to
help manage the usage of the mutex:

        void setThreadSafeRefUnref(bool threadSafe);

        bool getThreadSafeRefUnref() const;
2005-02-22 20:25:58 +00:00
..
osg Made the osg::Referenced Mutex be declared as a pointer to a Mutex, with the 2005-02-22 20:25:58 +00:00
osgDB Added new utilities for handling different '/' and '\' entries. 2005-02-11 09:58:30 +00:00
osgFX Addd high level introductory docs for all the libs 2004-11-26 16:01:04 +00:00
osgGA Added support for control the pitch of the drive manipulator via the 2005-02-22 19:19:50 +00:00
osgGL2 Addd high level introductory docs for all the libs 2004-11-26 16:01:04 +00:00
osgIntrospection From Fredric Marmond, fix to gcc3.4 build 2004-12-14 01:38:45 +00:00
osgParticle Addd high level introductory docs for all the libs 2004-11-26 16:01:04 +00:00
osgProducer From Paul Melis, fixed the setFrameStatsMode() method 2005-02-07 20:44:18 +00:00
osgSim Addd high level introductory docs for all the libs 2004-11-26 16:01:04 +00:00
osgTerrain Addd high level introductory docs for all the libs 2004-11-26 16:01:04 +00:00
osgText Added osg::BufferObject and a made a number associated to accomodate this 2005-02-09 10:39:45 +00:00
osgUtil Removed redundent _nodePath entry. 2005-02-10 21:30:03 +00:00