OpenSceneGraph/include
Robert Osfield 56cee8c711 Move the applying of Projection and ModelView matrices into osg::State so that
it now maintains references to the last applied matrices, automatically doing
lazy state updating.  This simplifies the various places in the OSG which
were previously doing the applying, add paves the way for managing the
projection matrix within the scene graph.

Remove MemoryAdapter and mem_ptr as they arn't being used, and can potentially
confuse users by their existance.
2002-03-29 17:26:40 +00:00
..
osg Move the applying of Projection and ModelView matrices into osg::State so that 2002-03-29 17:26:40 +00:00
osgDB Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
osgGLUT Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
osgText Updates to docs and fixes to a few warnings. 2002-02-09 14:29:58 +00:00
osgUtil Futher updates to MemoryManager, fixed memory leak in osgconv. 2002-03-27 16:31:25 +00:00