uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
miniply.cpp File Reference
#include "miniply.h"
#include <cassert>
#include <cctype>
#include <cmath>
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <string>
#include <errno.h>
Include dependency graph for miniply.cpp:

Classes

struct  miniply::PLYTypeAlias
 
struct  miniply::Vec2
 
struct  miniply::Vec3
 

Namespaces

namespace  miniply
 The example application for uvgVPCCenc uses the external library miniply to parse the .ply files.
 

Functions

uint32_t miniply::triangulate_polygon (uint32_t n, const float pos[], uint32_t numVerts, const int indices[], int dst[])
 

Variables

const char * miniply::kPLYVertexElement = "vertex"
 
const char * miniply::kPLYFaceElement = "face"