WIP Shadow Mapping

This commit is contained in:
2014-03-12 21:40:19 +01:00
parent f48cb32008
commit 77aff3c078
15 changed files with 395 additions and 103 deletions
-5
View File
@@ -1,10 +1,5 @@
#include "OBJ.h"
OBJ::OBJ()
{
m_CurrentMaterial = nullptr;
}
bool OBJ::LoadFromFile(std::string filename)
{
m_Path = boost::filesystem::path(filename);