Wavefront OBJ
From Just Solve the File Format Problem
(Difference between revisions)
(Wikidata) |
(→Sample files) |
||
Line 24: | Line 24: | ||
* http://people.sc.fsu.edu/~jburkardt/data/obj/obj.html | * http://people.sc.fsu.edu/~jburkardt/data/obj/obj.html | ||
* [https://3d.si.edu/cc0 Many 3D models are in Smithsonian set, in this and other formats] | * [https://3d.si.edu/cc0 Many 3D models are in Smithsonian set, in this and other formats] | ||
+ | * {{DexvertSamples|poly/wavefrontOBJ}} | ||
== Links == | == Links == |
Revision as of 02:37, 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 |
Specifications
Online tools
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