OpenSceneGraph/include
Robert Osfield 4d4ff39ff9 Added a bool paramter to osg::StateSet::compare(const StateSet& rhs,bool compareAttributeContents=false) const;
to allow it to use different comparison schemes, now it can use checking for pointer equality (the default)
or attribute contexts.  This has been added to assist optimization of databases within the flt loader, but
also could be useful for other operations too.
2001-10-31 20:04:32 +00:00
..
osg Added a bool paramter to osg::StateSet::compare(const StateSet& rhs,bool compareAttributeContents=false) const; 2001-10-31 20:04:32 +00:00
osgDB Further updates to the ReaderWriter support in osgDB, and a fix to a small warning 2001-10-30 19:23:24 +00:00
osgGLUT Added new osgGLUT::Window base class which is very basic right now, all it does 2001-10-23 15:55:01 +00:00
osgText Update to osgText to get things compiling under Windows. 2001-10-31 12:27:48 +00:00
osgUtil Integrated Geoff Michel's updates to Stats code, whilest move all text rendering 2001-10-22 22:02:47 +00:00
osgWX Added the Copyright message to the top of osgWX, with Ben Disoe's name as 2001-10-04 16:49:13 +00:00