Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix skinned mesh normal handling in mesh shader (bevyengine#5095)
# Objective Update pbr mesh shader to use correct normals for skinned meshes. ## Solution Only use `mesh_normal_local_to_world` for normals if `SKINNED` is not defined.
- Loading branch information