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
13
namespace
scimesh
{
15
namespace
obj_io {
16
50
Mesh
read_obj
(
const
std::string &path);
51
52
}
// namespace obj_io
53
}
// namespace scimesh
mesh.h
The Mesh — the central data structure for 3D geometry in scimesh.
scimesh::obj_io::read_obj
Mesh read_obj(const std::string &path)
Load a mesh from a Wavefront OBJ file.
Definition
obj_io.cpp:8
scimesh
Definition
camera.cpp:7
src
core
scimesh
obj_io.h
Generated by
1.9.8