OpenSceneGraph/include
Robert Osfield 06dafa487e Added osgDB::ReaderWriter::Options class to the ReaderWriter base class, support
for settings options in osgDB::Registry, and added the paramter to all of the
reaader/writer plugins.  The Options structure by default has an string attached
for packing basic options, however, it also can be subclassed to encapsulate
any users defined option data. In the later case both the client code *and*
the plugin need to be aware of subclass, the plugin will need to use
dynamic_cast<> to assertain its type.
2001-10-14 17:54:25 +00:00
..
osg Added osg::StateSet::merge(const StateSet& rhs) merges merges the modes and 2001-10-14 09:58:49 +00:00
osgDB Added osgDB::ReaderWriter::Options class to the ReaderWriter base class, support 2001-10-14 17:54:25 +00:00
osgGLUT Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
osgUtil Added a osg::DegreesToRadians() and osg::RadiansToDegrees() method to osg/Math, 2001-10-06 20:29:42 +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