Skip to content

Commit

Permalink
modularize getting spring bones
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Nov 20, 2023
1 parent f7038ac commit 41a61e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/merge-geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ export async function combine(avatar, options) {
isVrm0 = false,
scale = 1,
} = options;
console.log(avatar);

// convert meshes to skinned meshes first
const cloneNonSkinnedMeshes = findChildrenByType(avatar, ["Mesh"]);
Expand Down

0 comments on commit 41a61e6

Please sign in to comment.