HI Caludio, If you want fine grained control over window set up you'll need to specify the window traits yourself. See the osgwindow example.
Robert. On 10/2/07, Claudio Arduino <[EMAIL PROTECTED]> wrote: > hi! > this is my code: > > osg::ref_ptr<osg::viewer> v=new osg::viewer(); > > > v.setUpViewInWindow(515,0,512,512,0); > > viewer.frame(); > > > > the window that wil be created has the borders, is it possible to create a > window without borders? > > thanks! > _______________________________________________ > 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

