Hello! I'm trying to use getInstanceData()/applyInstanceData()/pack()/unpack() for my FrameData instead of using the default setInstanceData() call.
For now, pack() and unpack() just call getInstanceData() and applyInstanceData(); I'm not using real deltas yet. The getInstanceData() and applyInstanceData() functions do the same as in the eqPly example: "os << data...;" and "is >> data...;". However, I get the following errors when starting the application: 31621 1082149216 ./lib/net/base.cpp:66 Unknown command< packet dt 2 cmd 3, RefPtr<node f53cae49-7f38-4584-af81-e28da88de1ee> > for N5eqNet13DeltaMasterCME @0x52fe60 31621 1082149216 ./lib/net/session.cpp:433 Error handling command packet dt 2 cmd 3 session id 1042846465 objectID 1.4294967295 for object of type N6teapot9FrameDataE 31621 1082149216 ./lib/net/node.cpp:661 ##### Assert: 0 [Error handling command< packet dt 2 cmd 3, RefPtr<node f53cae49-7f38-4584-af81-e28da88de1ee> >] ##### Did I miss something? Regards, Martin -- Computer Graphics and Multimedia Systems Group University of Siegen, Germany http://www.cg.informatik.uni-siegen.de/ _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

