OpenSceneGraph/src
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
..
Demos Added a dirtyBound() to osgUtil::Optimizer. 2001-11-07 12:42:08 +00:00
osg Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +00:00
osgDB Fixed the findFileFile routine which had been broken by a fix of a dlopen 2001-11-09 15:01:42 +00:00
osgGLUT Integrated updates to stats sent in my Geoff Michel. 2001-11-04 19:29:20 +00:00
osgPlugins Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06: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 Fixed the IntersectVisitor which was broken by a recent patch to catch parallel 2001-11-08 13:50:32 +00:00
osgWX Moved all #include "osg/.." references to #include <osg/..> to aid port to 2001-10-21 21:27:40 +00:00
Makefile Updates to Makefiles to include osgText. 2001-11-02 20:11:37 +00:00