c5c4c5da1d6e11e1ceb60e994637a212b6e03de4
method may not take the node into consideration when computing its bound. In this case of: switch->insertChild(0, child, false); switch->insertChild(1, child, true); child will not be used in computeBound, but will be drawn. Solution: Changed compute bound to loop over children using an index instead of an iterator. This behaviour matches that of the traverse method." -----------------------------------------------
Welcome to the OpenSceneGraph (OSG).
For up to date information on the project, how to compile and run libraries
and examples, and see the documentation on the OpenSceneGraph website.
http://www.openscenegraph.org
Robert Osfield.
robert@openscenegraph.com
July 19th 2006.
Description
Languages
C++
89.7%
C
5.1%
CMake
2.3%
HTML
1.6%
Objective-C++
0.9%
Other
0.2%