]> git.lizzy.rs Git - minetest.git/commit
Avoid draw list and shadow map update in the same frame to reduce dtime jitter (...
authorx2048 <codeforsmile@gmail.com>
Sun, 11 Jul 2021 17:57:29 +0000 (19:57 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Jul 2021 17:57:29 +0000 (10:57 -0700)
commiteffb5356caee01c8bfa63e98974347aab01f96ef
tree461f885d09b6658814130688a66053c0b6628151
parentf5706d444b02ccc1fcd854968087172d50cfcca2
Avoid draw list and shadow map update in the same frame to reduce dtime jitter (#11393)

* Separate draw list and shadows update to reduce jitter

* Avoid draw list update and shadow update in the same frame

* Force-update shadows when camera offset changes
src/client/game.cpp