Hi Pjotr, On 15 May 2014 12:13, Pjotr Svetachov <[email protected]> wrote: > A side request, if you plan to keep the Bound struct can it be moved into > it's own file? Right now osg/Plane has to include osg/Node for the Bound > struct. Because osg/Plane is included by osg/Polytope which is included by > osg/State the recompile time increases a lot. In the osg project alone the > amount of files that need to be recompiled when changing osg/Node goes from > 55 to 102.
Bound is only a temporary measure to help end users applications build against svn/trunk. How long to maintain this class is something I need feedback from the community from as I can't judge how much impact the code changes will be for end users. If it does look like the Bound class will be needed for OSG-3.4 then I'll move it into it's own header. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

