On 17. Feb 2009, at 18:13, Bo Lou wrote: > > Hi, > > i want to make a test for data transmission API, but i don't really > know how > to get it start. > the basic idea is: during Config::Init, Data(image) was transfered to > render-client and used as Texture on a Geometry(Quad).
Make your image data an eq::Object, implement serialize/deserialize, register it before Config::init, transmit the ID as part of Config::init and map slave instance in Node::configInit. The whole process is explained in detail in the Programming Guide. > i have read the > description-Application data Transmission and have some questions: > > 1. i found two functions in eq::Config _startInit() and _finishInit, > are > these functions do the split job? > (i do not quite understand the code in these functions, where can i > get some > guides ,which helps me to understand that?) There is no need to understand these low-level functions. They implement the internal logics to initialize the configuration. > 2. when not, how can i implements these functions for the split job of > Config::Init?(sorry, i'm newbie in equalizer). See above. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

