#include <DataStructs.h>
Public Attributes | |
std::vector< Triangle > | triangles |
std::vector< Vec3 > | vertexNormals |
std::vector< Vec3 > | vertices |
Definition at line 47 of file DataStructs.h.
std::vector<Triangle> MeshReconstruction::Mesh::triangles |
Definition at line 50 of file DataStructs.h.
Referenced by MeshReconstruction::Triangulate().
std::vector<Vec3> MeshReconstruction::Mesh::vertexNormals |
Definition at line 51 of file DataStructs.h.
Referenced by MeshReconstruction::Triangulate().
std::vector<Vec3> MeshReconstruction::Mesh::vertices |
Definition at line 49 of file DataStructs.h.
Referenced by MeshReconstruction::Triangulate().