OpenSceneGraph/include
Robert Osfield 7290f793f1 Added osgText::Paragraph which is a subclass from Geode which composes a
list of text drawables as a paragraph block, handles breaking of text into
individual lines automatically.

Changed the osg::Node::setUserData so that the data type has to be an
osg::Referenced, and removes the dependancy on osg::MemoryAdapter.  I have
done this since it simplifies the OSG side of the interface and makes it
less like that the user might abuse the memory managment of the data. It
does however mean that user data will have by subclassed from Referenced,
and therefor may require users to have their own adapter to do this.
However, this little nuasance is worth the extra cleaness and robustness
afforded by going the osg::Referenced route.
2001-11-09 15:06:01 +00:00
..
osg Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +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 Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +00:00
osgUtil Integrated updates to stats sent in my Geoff Michel. 2001-11-04 19:29:20 +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