Re: [osg-users] OSG based WebKit plugin - Mac OSX - Crash

2011-07-18 Thread Gino
Hi Robert! Thank you for your prompt replay, and sorry for my late one. I upgraded to OSG 3.0 and now everything seems to be ok. :) G. Il giorno 19.giu.2011, alle ore 18:59, Robert Osfield ha scritto: Hi Gino, What form is your colour data? A Vec3Array? A Vec4Array? A Vec4ubArary?

[osg-users] OSG based WebKit plugin - Mac OSX - Crash

2011-06-19 Thread Gino
Good evening to everybody. I'm currently finishing my OSG plugin for WebKit based browsers... But I'm having a trouble: Sometimes, during testing, it crashes unpredictably , with the following crashlog: Process: WebKitPluginHost [4642] Path:

Re: [osg-users] OSG based WebKit plugin - Mac OSX - Crash

2011-06-19 Thread Robert Osfield
Hi Gino, What form is your colour data? A Vec3Array? A Vec4Array? A Vec4ubArary? With all of these the format will be RGB or RGBA so BGRA will not be appropriate. The code segments look like a hacks around drivers bugs to me as they don't seem related to what I'd expect the OSG to be passing.