mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Texture parsing on obj
This commit is contained in:
@ -62,7 +62,6 @@ void SceneParser::parseMaterial(std::stringstream &line)
|
||||
mat->type = 0;
|
||||
|
||||
mat->texture_index = texture_index;
|
||||
std::cout << "Texture index: " << texture_index << std::endl;
|
||||
_scene->addMaterial(mat);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user