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
13namespace scimesh {
15namespace ply_io {
16
39Mesh read_ply(const std::string &path);
40
41} // namespace ply_io
42} // namespace scimesh
The Mesh — the central data structure for 3D geometry in scimesh.
Mesh read_ply(const std::string &path)
Load a mesh from a Stanford PLY file.
Definition ply_io.cpp:12