Commit b74a54d
authored
fix: skinning matrix not getting applied on mesh normals of imported FBX (stride3d#2925)
This is a regression which was introduced in 7b84fed, it basically adds back this line:
https://github.com/stride3d/stride/blob/b96860acf82aa80758117aa916a24b0d894b076d/sources/tools/Stride.Importer.FBX/MeshConverter.cpp#L2731 parent 7b07233 commit b74a54d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| 877 | + | |
877 | 878 | | |
| 879 | + | |
| 880 | + | |
878 | 881 | | |
879 | 882 | | |
880 | 883 | | |
| |||
0 commit comments