scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
ply_io.cpp File Reference
#include "tinyply.h"
#include <scimesh/ply_io.h>
#include <scimesh/types.h>
#include <fstream>
#include <stdexcept>
Include dependency graph for ply_io.cpp:

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.
 

Macro Definition Documentation

◆ TINYPLY_IMPLEMENTATION

#define TINYPLY_IMPLEMENTATION

Definition at line 1 of file ply_io.cpp.