OpenSceneGraph/VisualStudio
Robert Osfield 651a22453a Added osg::MemoryManger which is currently based on Paul Nettle's memory manager
published at flipcode.  I havn't adopted Paul's macro's for new/delete etc, but use
osg prefixed versions instead to allow greater flexiblity in handling include
ordering.

Have fixed a couple of new/delete[] problems which existed as a result.

To use the MemoryManager to track memory usage simply add
-DOSG_USE_MEMEORY_TRACKING to the compile line.

Have yet to move the osg from using new to osgNew, will do this next.
2002-03-25 23:18:02 +00:00
..
Demos Added missing osgstereoimage.dsp 2002-03-25 23:13:30 +00:00
osg Added osg::MemoryManger which is currently based on Paul Nettle's memory manager 2002-03-25 23:18:02 +00:00
osgDB Appeased poor MS VisualStudio by adding the ^M's to all .dsw and .dsp files. 2001-12-14 15:16:30 +00:00
osgGLUT Appeased poor MS VisualStudio by adding the ^M's to all .dsw and .dsp files. 2001-12-14 15:16:30 +00:00
osgPlugins Added osg::TextureCubeMap which encapsulates OpenGL's cube texture mapping. 2002-03-20 22:39:51 +00:00
osgText Appeased poor MS VisualStudio by adding the ^M's to all .dsw and .dsp files. 2001-12-14 15:16:30 +00:00
osgUtil Further work on improving stereo support in the OSG. 2001-12-21 22:48:19 +00:00
VisualStudio.dsw Added new osgstereoimage demo which loads two stero paired images to create 2002-03-17 18:44:47 +00:00