scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
ply_io.h File Reference

Read Stanford PLY files (.ply). More...

#include <scimesh/mesh.h>
#include <string>
Include dependency graph for ply_io.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.