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

This commit is contained in:
2019-12-11 20:18:55 +00:00
parent d7dc7d16a6
commit 11853c0fed
10 changed files with 515 additions and 383 deletions

View File

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