Commit 92b2ed95 by Philipp Adolf

Enable 32xAA

parent 044ba85c
...@@ -9,6 +9,9 @@ MainWidget::MainWidget(Camera *cam) ...@@ -9,6 +9,9 @@ MainWidget::MainWidget(Camera *cam)
rotation = false; rotation = false;
subdivision = new Subdivision(this); subdivision = new Subdivision(this);
subdivLevel = 0; subdivLevel = 0;
QSurfaceFormat surfaceFormat;
surfaceFormat.setSamples(32);
setFormat(surfaceFormat);
} }
QSize MainWidget::minimumSizeHint() const QSize MainWidget::minimumSizeHint() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment