bevy/crates/bevy_render
JMS55 94e81c2855 Fix temporal jitter bug (#9462)
* Fixed jitter being applied in the wrong coordinate space, leading to
aliasing.
* Fixed incorrectly using the cached view_proj instead of account for
temporal jitter.
* Added a diagram to ensure the coordinate space is clear.

Before:

![image](https://github.com/bevyengine/bevy/assets/47158642/55b4bed4-4fb0-4fb2-a271-cc10a987e4d7)

After:

![image](https://github.com/bevyengine/bevy/assets/47158642/cbde4553-4e35-44d9-8ccf-f3a06e64a31f)
2023-08-17 14:40:37 -07:00
..
macros Release 0.11.1 2023-08-09 18:22:41 -07:00
src Fix temporal jitter bug (#9462) 2023-08-17 14:40:37 -07:00
Cargo.toml Release 0.11.1 2023-08-09 18:22:41 -07:00