Skip to content

PBR materials. Normal map has no effect. bevy 0.9 #6824

Answered by nicopap
kybarg asked this question in Q&A
Discussion options

You must be logged in to vote

Bevy requires the mesh vertices to have tangents sets to use normal maps, make sure you generate them as described in the StandardMaterial doc (https://docs.rs/bevy/latest/bevy/pbr/struct.StandardMaterial.html#structfield.normal_map_texture)

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@nicopap
Comment options

nicopap Dec 2, 2022
Collaborator

@nicopap
Comment options

nicopap Dec 3, 2022
Collaborator

@kybarg
Comment options

@nicopap
Comment options

nicopap Dec 5, 2022
Collaborator

@kybarg
Comment options

Answer selected by nicopap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants