FaceIndexing.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 namespace ege {
9  class FaceIndexing {
10  public:
11  std::vector<Face> m_faces;
12  std::vector<uint32_t> m_index;
13  };
14 }
15 
Definition: AudioElement.hpp:8
Definition: FaceIndexing.hpp:9