mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-28 06:56:41 +00:00
As we discovered in #3148, `Transform` nodes and their low level equivalence `pushModelViewMatrix` are somewhat costly involving a `Matrix::invert` operation per frame. With this PR we avoid one `Transform` node for sun flashes and avoid another `pushModelViewMatrix` call in case the sun is fully visible. |
||
|---|---|---|
| .. | ||
| benchmarks | ||
| bsatool | ||
| esmtool | ||
| essimporter | ||
| launcher | ||
| mwiniimporter | ||
| niftest | ||
| opencs | ||
| openmw | ||
| openmw_test_suite | ||
| wizard | ||
| doc.hpp | ||