bevy/crates/bevy_render/src/view
JMS55 5fac1fe0a9
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 19:46:43 +00:00
..
visibility Reduce the size of MeshUniform to improve performance (#9416) 2023-08-15 06:00:23 +00:00
window Move window.rs to window/mod.rs in bevy_render (#9394) 2023-08-11 21:33:27 +00:00
mod.rs Fix temporal jitter bug (#9462) 2023-08-17 19:46:43 +00:00
view.wgsl Bias texture mipmaps (#7614) 2023-06-22 20:55:05 +00:00