mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Backface culling choosing on quad so euclidian map + portal
This commit is contained in:
@ -132,7 +132,7 @@ void SceneParser::parseObj(std::stringstream &line)
|
||||
void SceneParser::parseTexture(std::stringstream &line)
|
||||
{
|
||||
std::string path;
|
||||
|
||||
|
||||
if (!(line >> path))
|
||||
throw std::runtime_error("Texture: Missing texture's path");
|
||||
|
||||
|
Reference in New Issue
Block a user