scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
obj_io.h
Go to the documentation of this file.
1
7
8#pragma once
9
10#include <scimesh/mesh.h>
11#include <string>
12
13namespace scimesh {
15namespace obj_io {
16
50Mesh read_obj(const std::string &path);
51
52} // namespace obj_io
53} // namespace scimesh
The Mesh — the central data structure for 3D geometry in scimesh.
Mesh read_obj(const std::string &path)
Load a mesh from a Wavefront OBJ file.
Definition obj_io.cpp:8