On Mon, 2012-08-27 at 17:30 +0100, Robert Osfield wrote: > Hi Jeremy, > > On 27 August 2012 17:21, Jeremy Moles <[email protected]> wrote: > > This isn't currently possible because of the dirtyBound() prototypes on > > Drawable and Node (they are not const). However, if this is an API > > change you'd be agreeable to, I'd be happy to submit it. :) > > As you have a subclass from Drawable you should be able to set the > dirty flag directly.
You can (and in fact you have to!), but it won't set the dirty flags of the parent Geode, so you're forced to call dirtyBound() on it as well. This can be tough to do because you need to be sure it has already compiled the Paths, which is why I made the initial post. > Robert. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

