OBJ is a geometry definition file format (.obj extension) first developed by Wavefront Technologies for its Advanced Visualizer animation package.
The OBJ file format is a simple data-format that represents 3D geometry alone — namely, the position of each vertex, the UV position of each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of vertices, and texture vertices.
Vertices are stored in a counter-clockwise order by default, making explicit declaration of face normals unnecessary. OBJ coordinates have no units, but OBJ files can contain scale information in a human readable comment line.
A DWG file is a database of 2D or 3D drawings created with AutoCAD. It contains vector image data and metadata describing the contents of the file. DWG files are related to .DXF files, which are ASCII versions of DWG files.
A CAD file is an output of a CAD software, containing key information about the designed object: its geometry and topology representation, 3D model hierarchy, metadata, and visual attributes depending on the format of the file.
Read moreIn the ninth part of the series, we take a look at the effectively standard format for 3D graphics
Read moreCAD Exchanger imports and tesselates FBX, glTF, OBJ, PLY, and STL files, making them ready for further optimization by RapidCompact.
Read more