preview renderer working, FINALLY

This commit is contained in:
Benjamin Kyd
2023-10-16 11:43:46 +01:00
parent 163d784f5f
commit 6ffb9a5955
11 changed files with 113 additions and 27 deletions

View File

@@ -230,7 +230,6 @@ void ObjLoader::load(std::filesystem::path file)
int ObjLoader::getIndexCount()
{
yolo::debug("Face count: {}", mFaces.size());
return (int)mFaces.size() * 3;
}