Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 HTML5 中构建一个 .fbx 查看器,它将加载 *.fbx 文件(3D 模型)并将它们即时转换为 json 并使用 Three.js(+WebGL) 呈现它们。
这可能吗?我只在网上看到可以做到这一点的 Python 脚本。
不幸的是,您目前只能将 FBX非在线转换为 three.js 格式,而不是直接将 FBX 加载/导入到现场场景中。