55e0a21dad
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. |
||
---|---|---|
bin | ||
dist | ||
doc | ||
include | ||
lib | ||
Make | ||
Metrowerks | ||
src | ||
VisualStudio | ||
AUTHORS | ||
ChangeLog | ||
ChangeLog.preCVS | ||
COPYING | ||
FAQ | ||
index.html | ||
INSTALL | ||
Makefile | ||
NEWS | ||
README | ||
TODO |
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.