shrekshao / gltf-avatar-threejs

A glTF-based 3d avatar system
https://shrekshao.github.io/gltf-avatar-threejs/
MIT License
255 stars 73 forks source link

Why not just use SkeletonUtils? #8

Open nikolaigeorgie opened 4 years ago

nikolaigeorgie commented 4 years ago

Awesome project! Although why not just use skeleton utils to fetch all the bones from the model and then just attach a rigged clothing mesh with the same bone positions? Regarding the animation Skeleton Utils can even match the animations. Thanks!

shrekshao commented 4 years ago

Thanks for the info! I just wasn't aware of SkeletonUtils in Three.js...