v4.10.2 [ci-build]

This commit is contained in:
JannisX11 2024-05-29 22:53:46 +02:00
parent 6e3fe2af1e
commit e1805d569e

View File

@ -334,7 +334,6 @@ var codec = new Codec('gltf', {
Outliner.root.forEach(node => {
if (node instanceof Group) {
let armature = buildSkinnedMesh(node, options.scale);
console.log(armature)
gl_scene.add(armature);
} else {
gl_scene.add(node.mesh);