Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Nov 13, 2023
1 parent 1e4df6c commit 550a3ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/library/merge-geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ export async function combine(avatar, options) {
const arr = meshData.meshArray;
if (arr.length > 0)
{
console.log(arr);
const { bakeObjects, material } =
await createTextureAtlas({ transparentColor, atlasSize:meshData.size, meshes: arr, mtoon:meshData.isMtoon, transparentMaterial:meshData.transparentMaterial, transparentTexture:requiresTransparency});
const meshes = bakeObjects.map((bakeObject) => bakeObject.mesh);
Expand Down Expand Up @@ -592,7 +591,6 @@ export async function combine(avatar, options) {
}
}
group.add(newSkeleton.bones[0]);
console.log(group);
return group;
}

Expand Down

0 comments on commit 550a3ff

Please sign in to comment.