mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Handling transformation objects
This commit is contained in:
@ -21,7 +21,7 @@ class ObjParser
|
||||
ObjParser(std::string &filename);
|
||||
~ObjParser();
|
||||
|
||||
void parse(Scene &scene, glm::vec3 offset);
|
||||
void parse(Scene &scene, glm::vec3 offset, float scale, glm::mat4 transform);
|
||||
|
||||
private:
|
||||
glm::vec3 getVertex(std::stringstream &line);
|
||||
|
Reference in New Issue
Block a user