skinview3d
skinview3d copied to clipboard
Additional models such as weapons/armor?
Hi,
I know there is already an issue posted for armor #110 however I was wondering if there is an easy way to add/attach weapons too so that animations also work correctly? Some akin to
const swordLoader = new GLTFLoader();
swordLoader.load("/sword.glb", (swordGltf) => {
const handBone = this.model.getObjectByName("RightHand");
if (handBone) {
handBone.add(swordGltf.scene);
}
});
Seems like a good request! if anyone is able to try and make this work would review a PR.
I did add armor rendering to a private repo of skinview3d in feb 2023, perhaps this is a sign to finally create a pull request