[osg-users] data sync between callbacks

2009-08-17 Thread Rabbi Robinson
Hi, I have two callbacks that share some data. One saves the current transformation matrix into the member if it, other one gets it. It looks that the second callback always get the same even the transformation matris is different. I guess it's probably has some thing to do with multi threading

Re: [osg-users] data sync between callbacks

2009-08-18 Thread Robert Osfield
Hi Rabbi, This is really a C++ issue, sharing data... callbacks others at the other end of the mailing list/forum don't have your code in front of them so It's next to impossible to know what you are doing wrong in your code. Could be a threading issue? Who knows? We certainly can't as we