On Mon, 23 Feb 2009 18:31:54 +0100, Robert Osfield <[email protected]> wrote:
Yes a complete recompile traversal will be done, but if objects are already compiled they won't be compiled again. If you do want to just compile you new elements then you could a a custom GraphicsOperation to the GraphicsContext's GraphicsThread. Another alternative would be to use a CompileContext to allow you to compile the new subgraph asynchronously. Finally you could look at use the DatabasePager to load and precompile you data.
Thanks Robert! -- Joakim Simonsson _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

