bevy/crates/bevy_pbr
robtfm 15445c990e
fix prepass normal_mapping (#8978)
# Objective

#5703 caused the normal prepass to fail as the prepass uses
`pbr_functions::apply_normal_mapping`, which uses
`mesh_view_bindings::view` to determine mip bias, which conflicts with
`prepass_bindings::view`.

## Solution

pass the mip bias to the `apply_normal_mapping` function explicitly.
2023-06-29 00:28:34 +00:00
..
src fix prepass normal_mapping (#8978) 2023-06-29 00:28:34 +00:00
Cargo.toml improve shader import model (#5703) 2023-06-27 00:29:22 +00:00