Hi Per, On Tue, Dec 2, 2008 at 11:34 AM, Per Fahlberg <[EMAIL PROTECTED]> wrote: > Perhaps I wasn't clear in my question so I will try once more, is there a > way to disable small feature culling for just a subgraph not the entire > scene?
The only way is is use a cull callback to cache the previous setting, set the new setting do the traverse and the restore the original value. Your original callback does this, but I don't know why it doesn't work. Note, I haven't tried it myself so I can't provide any further direction, you'll just have to dig into the source code. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

