Hi Nemo,

Did you use osg::DisplaySettings to open up multisampling for antialiasing?
If you answer yes, remove multisampling support or reduce the multisampling
rate.

Regards.

Ümit Uzun


2009/10/3 Nemo Ulysse <[email protected]>

> Hi
> Thanks’ for your answer
> I already work on this example but the 3d model is open in full screen and
> I don’t manage to change that.
> Hi
> Thanks’ for your answer
> I already work on this example but the 3d model is open in full screen and
> I don’t manage to change that.
> I sougth that the window parameters was set there
>
> // Setup the traits parameters
>    traits->x = 0;
>    traits->y = 0;
>    traits->width = rect.right - rect.left;
>    traits->height = rect.bottom - rect.top;
>    traits->windowDecoration = false;
>    traits->doubleBuffer = true;
>    traits->sharedContext = 0;
>    traits->setInheritedWindowPixelFormat = true;
>    traits->inheritedWindowData = windata;
>
> but I change it and nothing hapen
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=17838#17838
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to