Go to file
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
dist Synch with 20010921 2001-09-22 02:42:08 +00:00
doc Synch with 20010921 2001-09-22 02:42:08 +00:00
include Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +00:00
lib Added files to keep cvs from removing empty directories lib and lib/osgPlugins 2001-09-22 02:04:50 +00:00
Make Updates to Makefiles to include osgText. 2001-11-02 20:11:37 +00:00
Metrowerks Imposter.cpp added to the project 2001-10-25 01:11:52 +00:00
src Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +00:00
VisualStudio Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +00:00
AUTHORS Update to osgText to get things compiling under Windows. 2001-10-31 12:27:48 +00:00
ChangeLog Added include/osg/EarthSky and src/osg/EarthSky to cvs. 2001-10-02 15:59:49 +00:00
COPYING Initial revision 2001-01-10 16:32:10 +00:00
FAQ Added a bunch of files synched with 0.8.42 2001-09-19 21:08:56 +00:00
index.html Updated index.html with dependacy info about the new osgText library. 2001-11-02 12:26:33 +00:00
INSTALL Integrated changes for MacOSX, submitted by Phil Atkin, with small mods by 2001-10-03 21:44:07 +00:00
Makefile Updates to Makefiles to include osgText. 2001-11-02 20:11:37 +00:00
NEWS Added a bunch of files synched with 0.8.42 2001-09-19 21:08:56 +00:00
README Added a bunch of files synched with 0.8.42 2001-09-19 21:08:56 +00:00
TODO Changed the naming and calling convention of the new Drawable::AttributeFunctor 2001-10-13 11:16:10 +00:00

Welcome to the Open Scene Graph (OSG).

For compiling the OSG under all platforms (Linux, FreeBSD, IRIX, Windows
and Mac) please read INSTALL.

For general documentation, distribution contents, and plugin 
dependancies please read index.html in your prefered browser.
index.html also has links to INSTALL, making it easier for Windows 
users which might find the lack of file extensions on text files awkward.

Robert Osfield. 
robert@openscenegraph.com
May 2001.