mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-28 02:58:35 +02:00
+ | Multiple obj using multiple BVH
This commit is contained in:
@ -39,6 +39,8 @@ class ObjParser
|
||||
std::vector<glm::vec2> _textureVertices;
|
||||
int _mat;
|
||||
std::map<std::string, int> _matNames;
|
||||
|
||||
std::vector<Triangle> _triangles;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user