bevy/crates/bevy_pbr
Arseny Kapoulkine 9148847589
Fix incorrect computation of mips for cluster occlusion lookup (#14042)
The comment was incorrect - we are already looking at the pyramid
texture so we do not need to transform the size in any way. Doing that
resulted in a mip that was too fine to be selected in certain cases,
which resulted in a 2x2 pixel footprint not actually fully covering the
cluster sphere - sometimes this could lead to a non-conservative depth
value being computed which resulted in the cluster being marked as
invisible incorrectly.
2024-06-27 05:57:01 +00:00
..
src Fix incorrect computation of mips for cluster occlusion lookup (#14042) 2024-06-27 05:57:01 +00:00
Cargo.toml Improve MeshletMesh::from_mesh performance further (#14038) 2024-06-27 00:06:22 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy PBR

License Crates.io Downloads Docs Discord