Hi Sukender, On 25 June 2013 14:17, Sukender <[email protected]> wrote: > Okay, then I'll wait for your changes. > Can you just tell me what was tweaked in include/osg/Geometry? I have some > weird issues accessing the SVN repository, and GIT mirror doesn't have your > changes yet.
Oh simply just re-organized the the implementation of the methods so that are provided directly along with the declaration rather than separately, this simplifies the code and keeps it more compact. Originally I had kept the implementations separate to avoid the methods taking up too much space and "mind share" in the original osg::Geometry class, but now they are moved out this isn't critical, and the balance of keeping the declaration compacts vs the whole header changes to favour putting the declaration and implementation side by side. This is really just a taste thing of course, actual functionality is identical. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
