|
uvgVPCCenc 1.1.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include "miniply.h"#include <cassert>#include <cctype>#include <cmath>#include <cstdarg>#include <cstdio>#include <cstring>#include <string>#include <errno.h>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" |