scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
obj_io.h File Reference

Read Wavefront OBJ files (.obj). More...

#include <scimesh/mesh.h>
#include <string>
Include dependency graph for obj_io.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.