scimesh
0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
ply_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
ply_io {
16
39
Mesh
read_ply
(
const
std::string &path);
40
41
}
// namespace ply_io
42
}
// namespace scimesh
mesh.h
The Mesh — the central data structure for 3D geometry in scimesh.
scimesh::ply_io::read_ply
Mesh read_ply(const std::string &path)
Load a mesh from a Stanford PLY file.
Definition
ply_io.cpp:12
scimesh
Definition
camera.cpp:7
src
core
scimesh
ply_io.h
Generated by
1.9.8