Collada 到 JSON

发布于 2024-12-23 14:11:38 字数 184 浏览 2 评论 0原文

我尝试使用 WebGL 和 Three.js 显示一些 Collada 文件。我尝试使用 THREE.ColladaLoader() 但它返回一些材料错误。

我发现可以将文件转换为 JSON,然后将其导入到 WebGL。

我环顾四周,但没有任何解决方案......

有任何线索吗?

I try to display some Collada files with WebGL and Three.js. I tried with THREE.ColladaLoader() but it returns some materials errors.

I see it's possible to convert the file to JSON and then import it to WebGL.

I look around but didn't any solution to do that...

Any clue ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

COLLADA2Json 可能就是您要找的。

编辑:

gltf 现在是标准了。 (Json + 二进制)。转换器位于:https://github.com/KhronosGroup/collada2gltf

COLLADA2Json may be what you are looking for.

edit:

gltf is a starndard now. (Json + binary). The converter is here: https://github.com/KhronosGroup/collada2gltf

吝吻 2024-12-30 14:11:38

一种选择是将 Collada 文件导入 Blender。

如果它在导入后仍然存在并且看起来仍然符合预期,那么您可以使用 THREE.js 的 Blender 导出器

One option could be to import the Collada file into Blender.

If it survives importing and still looks as expected, you could then export it from there using the THREE.js's Blender exporter .

離人涙 2024-12-30 14:11:38

Collada 是出了名的难以解析。如果您有一个无法解析的解析器,则必须编写自己的解析器或修复您想要使用的解析器。因此,我放弃了尝试使用 collada,我现在 使用 3DS 文件

Collada is notoriously difficult to parse. If you have one that doesn't parse, you'll have to write your own parser or fix one that you want to use. I gave up trying to use collada because of that, I'm now using 3DS files

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文