Skip to content

Commit

Permalink
supress duplicate scale (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaGaume authored Jun 18, 2021
1 parent a5ad7cb commit a013bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SharedProjects/Babylon2GLTF/GLTFExporter.Mesh.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private GLTFMesh ExportMesh(BabylonMesh babylonMesh, GLTF gltf, BabylonScene bab

// Switch coordinate system at object level
globalVertex.Position.Z *= -1;
globalVertex.Position *= exportParameters.scaleFactor;

if (hasNormals)
{
Expand Down

0 comments on commit a013bb8

Please sign in to comment.