将需要转换的fbx文件拖动到这个exe文件上,会自动生成gltf格式的文件夹

import { reactive, onMounted, watch, onUnmounted, getCurrentInstance } from 'vue'
import * as THREE from 'three'
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader'
import { OrbitControls } from 'three/exam