| 92 | }; |
| 93 | |
| 94 | struct Face { |
| 95 | int mNumVertices; |
| 96 | std::vector<int32_t> mVertexIndices; |
| 97 | std::vector<int32_t> mTexCoordIndices; |
| 98 | std::vector<int32_t> mNormalIndices; |
| 99 | const Material* mMaterial; |
| 100 | }; |
| 101 | |
| 102 | struct Group { |
| 103 | std::string mName; |