On 2. Jun 2009, at 8:49, Jonas Walti wrote: > Good morning all > > I'm just wondering if it's possible to handle mutliple non static and > synced distributed objects like the FrameData object of eqPly?
It is possible. > The eq programming guide does not say no, but I didn't found any > examples. > > How would I commit and map these objects correctly? I am not sure if I get the question correctly, but typically one does: [App] commit obj1 -> save obj1 id & version in FrameData commit obj2 -> save obj2 id & version in FrameData commit FrameData send FrameData version as startFrame parameter Registration has obviously be done before. You might need to send object type ids with the id&version in order to instantiate the object on the slave side before mapping. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

