Re: [osg-users] OSG with QGLWidget and Anti Aliasing

2009-11-11 Thread Dominic Stalder
Sorry, searched on the wrong framework. I could solve the problem in Qt itself: QGLFormat fmt; QGLFormat::setDefaultFormat(fmt); fmt.setSamples(4); fmt.setSampleBuffers(true); qglwidget-setFormat(fmt); Hi there I am absolutly new to the OSG stuff (and it's the first time I attend in a

[osg-users] OSG with QGLWidget and Anti Aliasing

2009-11-10 Thread dominic.stal...@bluewin.ch
Hi there I am absolutly new to the OSG stuff (and it's the first time I attend in a mailing list) and trying to get my OSG work in a Qt environment. I made my own OSG/Qt class, which inherits from QGLWidget and osgViewer::Viewer. Most of the OSG stuff works, but I can't enable the anti