Re: [osg-users] Providing A Lock Method in osgWidget

2008-04-17 Thread Jeremy Moles
On Wed, 2008-04-16 at 15:43 +0100, Robert Osfield wrote: On Wed, Apr 16, 2008 at 3:30 PM, Jeremy Moles [EMAIL PROTECTED] wrote: My question, then, is twofold: 1. Given the above (and the fact that I am able to modify the osg::Array objects within the Widget directly and see

[osg-users] Providing A Lock Method in osgWidget

2008-04-16 Thread Jeremy Moles
Hello all! In it's current form, osgWidget creates each Widget (an osg::Geometry subclass) using the following method calls: setUseDisplayList(false); setDataVariance(osg::Object::DYNAMIC); (I do not, however, modify anything with regards to setUseVertexBufferObjects, so it