+ fix various rendering problems

This commit is contained in:
wmayer
2014-11-04 18:56:05 +01:00
parent 3507e301c2
commit fa3a2a0d3a
4 changed files with 12 additions and 6 deletions

View File

@@ -261,7 +261,7 @@ void PolyPickerSelection::initialize()
polyline.setColor(0.0,0.0,1.0,1.0);
_pcView3D->addGraphicsItem(&polyline);
_pcView3D->setRenderType(View3DInventorViewer::Framebuffer);
_pcView3D->setRenderType(View3DInventorViewer::Image);
_pcView3D->redraw();
}