+ | Backface culling choosing on quad so euclidian map + portal

This commit is contained in:
TheRedShip
2025-02-04 00:07:32 +01:00
committed by tomoron
parent 7520515e03
commit e10e8e4cfc
14 changed files with 86 additions and 33 deletions

View File

@ -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");