|
scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
|
Read Wavefront OBJ files (.obj). More...


Go to the source code of this file.
Namespaces | |
| namespace | scimesh |
| namespace | scimesh::obj_io |
| Functions for reading OBJ files. | |
Functions | |
| Mesh | scimesh::obj_io::read_obj (const std::string &path) |
| Load a mesh from a Wavefront OBJ file. | |
Read Wavefront OBJ files (.obj).
OBJ is one of the most widely supported 3D file formats. It is a simple text format that stores vertices, faces, normals, and texture coordinates. Almost every 3D modeling program can export to OBJ.
Definition in file obj_io.h.