c-frame / aframe-extras

Add-ons and helpers for A-Frame VR.
https://c-frame.github.io/aframe-extras/examples/
MIT License
968 stars 308 forks source link

Update FBXLoader to the version from three r159 #436

Closed vincentfretin closed 10 months ago

vincentfretin commented 10 months ago

Update FBXLoader to the version from three r159. I added an example for fbx-model that loads one of VALID avatars. It seems that's FBXLoader also loads lights from the fbx, so it looks a bit shiny. Anyway, it's better to convert the avatar to glb really. I did the update because I'm using THREE.FBXLoader directly to import a fbx animation from mixamo, so that's handy we have a working version in aframe-extras. The previous version gave an error.