+ | Multiple obj using multiple BVH

This commit is contained in:
TheRedShip
2025-01-19 22:40:02 +01:00
parent d7bf46e76e
commit 84b0f22127
11 changed files with 170 additions and 95 deletions

View File

@ -39,6 +39,8 @@ class ObjParser
std::vector<glm::vec2> _textureVertices;
int _mat;
std::map<std::string, int> _matNames;
std::vector<Triangle> _triangles;
};
#endif