[osg-users] osgthirdpersonview example: anyone else with an ATI having problems?

2008-05-13 Thread Paul Melis
On my new system, with a crappy ATI card, the osgthirdpersonview example in 2.4 is showing two black windows and doesn't respond to any inpu. stracing the process seems to suggest some threading-related problem. On the NVidia-systems I tried it on it works fine, so would this be an ATI-related

Re: [osg-users] osgthirdpersonview example: anyone else with an ATI having problems?

2008-05-13 Thread Paul Melis
Hi, Robert Osfield wrote: To see if it is thread related try : osgthirdpersonview cow.osg --SingleThreaded You could also see if its FSAA causing the problems by comment out the line: // Turn on FSAA, makes the lines look better. osg::DisplaySettings::instance()-setNumMultiSamples( 4

Re: [osg-users] osgthirdpersonview example: anyone else with an ATI having problems?

2008-05-13 Thread Robert Osfield
Hi Paul, To see if it is thread related try : osgthirdpersonview cow.osg --SingleThreaded You could also see if its FSAA causing the problems by comment out the line: // Turn on FSAA, makes the lines look better. osg::DisplaySettings::instance()-setNumMultiSamples( 4 ); Robert. On