常用的文件格式¶
- Alembic
- Collada
- Universal Scene Description
- Wavefront OBJ
- Stanford PLY
- STL
与我比较相关的¶
在三维模型市场中,OBJ 和 FBX,以及建模软件的工程格式是最常见的。
- OBJ https://all3dp.com/1/obj-file-format-3d-printing-cad/
- 最质朴通用的几何和纹理表示
- https://docs.blender.org/manual/en/3.6/files/import_export/obj.html
- https://en.wikipedia.org/wiki/Wavefront_.obj_file
- PLY
- 一种超级简单的格式,做学术研究足够了(真的简单吗?)
- gs 存储 3DG 使用的就是 PLY 文件
- https://docs.blender.org/manual/en/3.6/files/import_export/ply.html
- FBX https://all3dp.com/2/fbx-file-format-simply-explained/
- 可以做骨骼动画
- 但好像没有那么标准?
- USD
- 苹果御用格式,不太看好,大概率只有苹果自己在用,得看几年后各大厂商的应用程度