Hi Julien, I'm surprised this change compiles as you have const methods returning non const pointers to no mutable member variables.
I don't know what you are after with these changes. The only one that looks half sensible is changing getWindowMatrix() to const as it computes the required objects and returns these on the stacks, therefore doesn't offer the possibility of modifying data. Robert. On 2 July 2016 at 14:37, Julien Valentin <[email protected]> wrote: > Hi Robert > I added some const method qualifiers to CullStack getters > But i forget some > > https://github.com/openscenegraph/OpenSceneGraph/commit/e37a43b9eb5ac7ffe054678027d208cfa7570d91 > > Maybe a little review of that file would be cool ...when you'll have time for > it > > Thank you! > > Cheers, > Julien > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=67965#67965 > > > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
