Go to file
Robert Osfield 55e0a21dad Fixed problem with Optimzer::removeRedundentNodesVisitor which was removing the
correct redundent groups but for groups which had a single child it was
was not using replaceChild to rettach the child to its parents. It was using
parent->removeChild(group)...parent->addChild(child); which was allow the child
to be attached in a different place than the original group, this broke LOD code.
Have used removeChild instead which solves the LOD problem.
2002-01-23 15:28:31 +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 Fixed FlattenStaticTransformVisitor bug which related to incorrect handling 2002-01-22 19:30:51 +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 Submission from Sean Spicer which adds Make/makedefs.irix.std.64 which 2002-01-16 12:29:43 +00:00
Metrowerks Imposter.cpp added to the project 2001-10-25 01:11:52 +00:00
src Fixed problem with Optimzer::removeRedundentNodesVisitor which was removing the 2002-01-23 15:28:31 +00:00
VisualStudio Added osg::ShadeModel state attribute which encapsulates glShadeModel. 2002-01-04 17:35:54 +00:00
AUTHORS Updated AUTHORS file to reflect recent submission. 2002-01-22 11:03:46 +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 Submission from Sean Spicer which adds Make/makedefs.irix.std.64 which 2002-01-16 12:29:43 +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.