git-svn-id: svn://db.shs.com.ru/libs@678 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-12-11 20:44:13 +00:00
parent 11853c0fed
commit c0c7b58892
6 changed files with 61 additions and 136 deletions

View File

@@ -46,8 +46,7 @@ QGLView::QGLView(): OpenGLWindow(), renderer_(this), mouse(this) {
fps_tm = fps_ = 0.;
fogColor_ = Qt::darkGray;
fogDensity_ = 0.;
fogDecay_1 = 0.1;
fogDecay_0 = fogDecay_2 = 0.;
fogDecay_ = 10.;
hoverHaloFill_ = selectionHaloFill_ = 0.15f;
//lmode = Simple;
setFeature(qglFXAA, false);