它目前的WebGL库支持大多数3D模型格式(和哪些)?模型、目前、格式、WebGL

2023-09-07 23:26:25 作者:要弃我、请趁早

搜索到一段时间,但不知道它目前的WebGL的解决方案支持大多数3D格式。 此外,我需要知道它们所支持的3D格式。

Searched a while but dont know which current WebGL solution supports the most 3d formats. Also I need to know which 3d formats they support.

是否有任何更新的比较或表这些信息?

Are there any updated comparisons or tables with these information?

喜欢的东西copperlicht?另一种方法?

Something like copperlicht? An alternative?

我们希望直接使用原生格式,以便将它们转换手动总是JSON是不是一种选择

we want to use the native formats directly so converting them manually always to json is not an option

推荐答案

认为最没有选择解决方案,支持大多数格式。

Think best is not "choose solution that supports most formats".

选择支持最常用的,可读性,编辑和成熟格式的解决方案(.dae和.x3d)是最好的。

Choosing a solution supporting the most used, readable, editable and mature formats (.dae and .x3d) is best

我们现在使用 x3dom 获得.x3d,的 three.js 以.dae和.OBJ和的 thingiview 以.STL

We now use x3dom for .x3d, three.js for .dae and .obj and thingiview for .stl