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

This commit is contained in:
2019-12-08 22:53:21 +00:00
parent da962779d8
commit 1a210defb1
19 changed files with 4598 additions and 197 deletions

View File

@@ -83,7 +83,7 @@ void TonemappingProc::timerEvent(QTimerEvent * e) {
if (!fbo_1x1.isInit()) return;
if (timer_delim == 0)
need_render_sum = true;
timer_delim = (++timer_delim) % 10;
timer_delim = (timer_delim + 1) % 10;
mutex.lock();
float fmax = frame_max;
mutex.unlock();