allensaucier wrote: > Hi All, > > does anyone know if it is possible to build a dynamic pipeline? I need to be > able to build a pipeline after my scene is already up and running and the > first frame loop has already occured. > > Thanks! > > Cheers, > Allen
Hi Allen, it shouldn't make any difference if you put your pipleine (or any kind of subgraph) into the scene graph during the running time. Processor, which initializes the pipeline, will be initialized as soon as it visited first time by an osg visitor. The only one problem might appear, is that you would not get the results directly on the first frame, but on the second one, after you enable the pipeline. cheers, art ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=27616#27616 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

