Skip to content

Draft: asynchronous camera position update

Frederic Chardon requested to merge fr3dz10/openmw:async_castsphere into master

Do not interrupt background physics thread for updating 3rd person camera camera. Use a std::promise queue.

Might Definitely reduce performance degradation seen with 3rd person camera view in some area.

Edited by psi29a

Merge request reports