|
scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
|
Read Stanford PLY files (.ply). More...


Go to the source code of this file.
Namespaces | |
| namespace | scimesh |
| namespace | scimesh::ply_io |
| Functions for reading PLY files. | |
Functions | |
| Mesh | scimesh::ply_io::read_ply (const std::string &path) |
| Load a mesh from a Stanford PLY file. | |
Read Stanford PLY files (.ply).
PLY (Polygon File Format) is commonly used for 3D scanned data and scientific meshes. It supports both ASCII and binary encoding and can store additional per-vertex properties like colors.
Definition in file ply_io.h.