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

2009-04-29 Thread René Molenaar
.@lists.openscenegraph.org [ > osg-users-boun...@lists.openscenegraph.org] On Behalf Of Ümit Uzun [ > 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 in

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

2009-04-27 Thread Jesper D. Thomsen
rs] 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); but you may be set multisampling in your code from using osg::DisplaySettings* ds = new osg::DisplaySettings(); ds->

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

[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 3100).