OpenSceneGraph/src/osgPlugins
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
..
bmp Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
dw Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
flt Updates to the flt loader from Brede Johansen. 2001-11-01 16:35:26 +00:00
gif Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
jpeg Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
lib3ds Added missing config.h file to src/osgPlugins/lib3ds. 2001-10-31 22:35:44 +00:00
lwo Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
obj Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
osg Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +00:00
osgtgz Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
pfb Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
pic Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
png Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
rgb Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
tga Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
tgz Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
tiff Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
zip Added support for ReadResult and WriteResult to the osgDB::ReaderWriter 2001-10-30 14:20:37 +00:00
Makefile Updated index.html with dependacy info about the new osgText library. 2001-11-02 12:26:33 +00:00