Re: [osg-users] osgFX question

2012-12-06 Thread Ulrich Hertlein
Hi Pjotr, On 5/12/12 3:40, Pjotr Svetachov wrote: We recently converted our stereo viewer to cull the scene graph in parallel. But now we are having a crash with some models that have bump mapping effects on them. The crash happens in Effect::traverse because both threads try to add new

[osg-users] osgFX question

2012-12-05 Thread Pjotr Svetachov
Hi, We recently converted our stereo viewer to cull the scene graph in parallel. But now we are having a crash with some models that have bump mapping effects on them. The crash happens in Effect::traverse because both threads try to add new techniques. Is there a reason this is done during