mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
0a1d60f3b0
Currently, it's possible for the `collect_meshes_for_gpu_building` system to run after `set_mesh_motion_vector_flags`. This will cause those motion vector flags to be overwritten, which will cause the shader to ignore the motion vectors for skinned meshes, which will cause graphical artifacts. This patch corrects the issue by forcing `set_mesh_motion_vector_flags` to run after `collect_meshes_for_gpu_building`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |