Hello Michael, Michael Raab wrote: > we figured out what the problem was. > We created the MultidisplayWindow during runtime of our application, way > beyond scene creation. I expected that all required data would be > synchronized to the newly connecting render servers, but that is apparently > not the case.
only fields marked as changed in the ChangeList are transmitted. You can construct a changelist that contains the current application state using RemoteAspect::createCurrentStateChangeList(fc, cl). The first argument (fc) should be the first container created by the application (probably best to create a dummy Node right after osgInit()) and the second arg (cl) is the ChangeList to store the information in. Cheers, Carsten ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users