@babylonjs/serializers
Advanced tools
@@ -792,3 +792,3 @@ import { TmpVectors, Quaternion, Matrix } from "@babylonjs/core/Maths/math.vector.js"; | ||
} | ||
// Performs coordinate conversion if needed (only for position, normal and tanget). | ||
// Performs coordinate conversion if needed (only for position, normal and tangent). | ||
if (state.convertToRightHanded) { | ||
@@ -795,0 +795,0 @@ for (const vertexBuffer of vertexBuffers) { |
{ | ||
"name": "@babylonjs/serializers", | ||
"version": "7.52.2", | ||
"version": "7.52.3", | ||
"main": "index.js", | ||
@@ -21,6 +21,6 @@ "module": "index.js", | ||
"devDependencies": { | ||
"@babylonjs/core": "^7.52.2", | ||
"@babylonjs/core": "^7.52.3", | ||
"@dev/build-tools": "^1.0.0", | ||
"@lts/serializers": "^1.0.0", | ||
"babylonjs-gltf2interface": "^7.52.2" | ||
"babylonjs-gltf2interface": "^7.52.3" | ||
}, | ||
@@ -27,0 +27,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
903218
0