将需要转换的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/examples/jsm/controls/OrbitControls'
impo

本文介绍了在ThreeJS开发中如何将FBX模型转换为gltf格式,并进一步转化为glb文件。通过详细步骤,演示了在网页中加载和解析这些3D模型的过程。
最低0.47元/天 解锁文章
2965

被折叠的 条评论
为什么被折叠?



