lowlines / destiny-tgx-loader

Load Destiny model assets from Bungie.net with the BungieNetPlatform APIs.
65 stars 22 forks source link

Add support for equipping locations on characters #4

Open lowlines opened 6 years ago

lowlines commented 6 years ago

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'}
]
});