Hi Bob, On 25 April 2013 10:08, Bob Smith <[email protected]> wrote:
> You mean calling it from outside the new renderbin class, for example from > the main function, where the root node gets created and the renderbin is > assigned? > You'll want to register your RenderBin prototype prior to running the first cull traversal as this will be the first type that the RenderBin will be looked up and cloned. Typically you'd just want to initialize in your main or with a proxy object so it all happens on start up. Robert.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

