Go to file
Robert Osfield d69c38f0ed Changed hardwired char[1024] arrays to char[FILEUTILS_MAX_PATH_LENGTH] and
defined the value to be 2048, this should avoid problems with path lengths
which have been overflowing the 1024 limit (Sasa report this bug). The
real solution is to use std::string throught FileUtils, but this will have
to wait for another day.
2002-01-16 12:03:29 +00:00
bin Added .README to prevent CVS from deleting the empty bin directory when checking 2001-12-29 20:53:08 +00:00
dist Synch with 20010921 2001-09-22 02:42:08 +00:00
doc Updates in preperation for the third attempt at the 0.8.43 release. 2002-01-02 17:01:35 +00:00
include First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +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 First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +00:00
Metrowerks Imposter.cpp added to the project 2001-10-25 01:11:52 +00:00
src Changed hardwired char[1024] arrays to char[FILEUTILS_MAX_PATH_LENGTH] and 2002-01-16 12:03:29 +00:00
VisualStudio Added osg::ShadeModel state attribute which encapsulates glShadeModel. 2002-01-04 17:35:54 +00:00
AUTHORS Updated the Optimzer::FatternStaticTransform visit so by default it ignores 2001-12-17 15:05:06 +00:00
ChangeLog Updates in preperation for the third attempt at the 0.8.43 release. 2002-01-02 17:01:35 +00:00
ChangeLog.preCVS Moved the old by hand ChangeLog to ChangeLog.preCVS and then ran cvs2cl.pl 2001-12-30 15:24:10 +00:00
COPYING Initial revision 2001-01-10 16:32:10 +00:00
FAQ Various clean ups for the release. 2001-12-24 14:12:38 +00:00
index.html Updated the index.html to include references to the new osgText library and 2001-12-24 23:28:15 +00:00
INSTALL Added references to sgv -stereo and sgv -stencil to the notes of running 2001-12-30 16:59:22 +00:00
Makefile Renamed the TOP variable in the Makefiles to OSGHOME. 2002-01-04 20:44:41 +00:00
NEWS Updates in preperation for the third attempt at the 0.8.43 release. 2002-01-02 17:01:35 +00:00
README Added a bunch of files synched with 0.8.42 2001-09-19 21:08:56 +00:00
TODO Various clean ups for the release. 2001-12-24 14:12:38 +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.