Class PLYLoader

Class Documentation

class PLYLoader

Read for PLY files.

Public Static Functions

static inline void loadPly(const std::string &filename, std::vector<std::array<float, 3>> &x, std::vector<std::array<int, 3>> &faces, const std::array<float, 3> &scale)

This function loads an PLY file. Only triangulated meshes are supported.