Wavefront OBJ
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
(Added software) |
||
Line 20: | Line 20: | ||
== Online tools == | == Online tools == | ||
* [https://www.makexyz.com/convert/obj-to-stl Convert OBJ files to STL files] | * [https://www.makexyz.com/convert/obj-to-stl Convert OBJ files to STL files] | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/assimp/assimp assimp] | ||
+ | * [https://www.blender.org/ Blender] | ||
== Sample files == | == Sample files == |
Latest revision as of 02:38, 9 March 2024
Wavefront OBJ (OBJ) is a 3D modeling format associated with Wavefront's Advanced Visualizer software, but used by other software as well, for similar uses as STL. It uses various polygons, where STL uses only triangles..obj files are plain text. There is also a binary formulation of the format, with extension .mod.
OBJ files may reference external "material" (.mtl) files.
Contents |
[edit] Specifications
[edit] Online tools
[edit] Software
[edit] Sample files
- http://people.sc.fsu.edu/~jburkardt/data/obj/obj.html
- Many 3D models are in Smithsonian set, in this and other formats
- dexvert samples — poly/wavefrontOBJ