|
scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
|
#include "tinyply.h"#include <scimesh/ply_io.h>#include <scimesh/types.h>#include <fstream>#include <stdexcept>
Go to the source code of this file.
Namespaces | |
| namespace | scimesh |
| namespace | scimesh::ply_io |
| Functions for reading PLY files. | |
Macros | |
| #define | TINYPLY_IMPLEMENTATION |
Functions | |
| Mesh | scimesh::ply_io::read_ply (const std::string &path) |
| Load a mesh from a Stanford PLY file. | |
| #define TINYPLY_IMPLEMENTATION |
Definition at line 1 of file ply_io.cpp.