MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PlyLoadParams Struct Reference

optional load artifacts and other setting for PLY file loading More...

#include <MRMesh/MRPly.h>

Public Attributes

std::optional< Triangulation > * tris = nullptr
 optional load artifact: mesh triangles
std::optional< Edges > * edges = nullptr
 optional load artifact: polyline edges
VertColors * colors = nullptr
 optional load artifact: per-vertex color map
FaceColors * faceColors = nullptr
 optional load artifact: per-face color map
VertUVCoords * uvCoords = nullptr
 optional load artifact: per-vertex uv-coordinates
TriCornerUVCoords * triCornerUvCoords = nullptr
 optional load artifact: per-corner uv-coordinates for each triangle
VertNormals * normals = nullptr
 optional load artifact: per-vertex normals
MeshTexturetexture = nullptr
 optional load artifact: texture image
std::filesystem::path dir
 directory to load texture files from
ProgressCallback callback
 callback for set progress and stop process
bool telemetrySignal = true
 permit telemetry signal about loading

Detailed Description

optional load artifacts and other setting for PLY file loading


The documentation for this struct was generated from the following file: