Hi Florian, I can't make a specific recommendation without knowing more about what you mean by "scenes", whether they occupy the same coordinate space, whether you'll want to jump between them successive, or just move to a new scene and discard.
Could you explain more about how you want your application to behave? Robert. On 23 May 2016 at 06:39, Florian GOLESTIN <[email protected]> wrote: > Hi everyone > > I'm looking for the method to go from a scene to another one. > I've found that setting a new model scene works but is it the preferred way? > > Code: > > /* Changing the scene on the fly in a osg::NodeCallback */ > viewer.setSceneData(scene2); > > > > > > Thanks, > Florian > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=67193#67193 > > > > > > _______________________________________________ > 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

