<title>Three 加载.fbx文件</title>
<script src="https://www.w3xue.com/js/threejs/threer92.js"></script>
<script src="https://www.w3xue.com/example/threejs/solarsystem/files/OrbitControls.js"></script>
<script src="https://www.w3xue.com/js/threejs/FBXLoader.js"></script>
<script src="https://www.w3xue.com/js/threejs/inflate.min.js"></script>
var scene = new THREE.Scene();
var loader = new THREE.FBXLoader();
loader.load("/js/threejs/SambaDancing.fbx", function(obj) {
mixer = new THREE.AnimationMixer(obj);
console.log(obj.animations)
var AnimationAction=mixer.clipAction(obj.animations[0]);