Re: [osg-users] OpenSceneGraph always opening in fullscreen on Intel integrated graphics.

2009-04-29 Thread René Molenaar
[ umituzu...@gmail.com] *Sent:* Monday, April 27, 2009 11:14 AM *To:* OpenSceneGraph Users *Subject:* Re: [osg-users] OpenSceneGraph always opening in fullscreen on Intel integrated graphics. Hi Jesper; As I can see from attached codes you didn't used traits-samples = (any int value

[osg-users] OpenSceneGraph always opening in fullscreen on Intel integrated graphics.

2009-04-27 Thread Jesper D. Thomsen
Hi all (again), and thanks for your help in the past. We have now shipped an application using OpenSceneGraph for the 3D viewports of a model. We are now receiving a couple of bug-reports (2 so far) from users running the application on laptops with Intel integrated graphics (GMA 950 and

Re: [osg-users] OpenSceneGraph always opening in fullscreen on Intel integrated graphics.

2009-04-27 Thread Ümit Uzun
Hi Jesper; As I can see from attached codes you didn't used traits-samples = (any int value); but you may be set multisampling in your code from using osg::DisplaySettings* ds = new osg::DisplaySettings(); ds-setNumMultiSamples( 4 ); or osgUtil namespaces function(I have forgotten the name of

Re: [osg-users] OpenSceneGraph always opening in fullscreen on Intel integrated graphics.

2009-04-27 Thread Jesper D. Thomsen
opening in fullscreen on Intel integrated graphics. Hi Jesper; As I can see from attached codes you didn't used traits-samples = (any int value); but you may be set multisampling in your code from using osg::DisplaySettings* ds = new osg::DisplaySettings(); ds-setNumMultiSamples( 4 ); or osgUtil