destiny-tgx-loader icon indicating copy to clipboard operation
destiny-tgx-loader copied to clipboard

Add support for equipping locations on characters

Open lowlines opened this issue 6 years ago • 0 comments

This will require getting skeletons and animations loading correctly, but the loader should expose the bones where weapons can be equipped (ie hips, hands, back).

var loader = new THREE.TGXLoader();
loader.load({
attachments: [
{itemHash: 1274330687, node: 'left_hand'}
]
});

lowlines avatar Aug 18 '18 13:08 lowlines