WIP Shadow Mapping
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
#include "OBJ.h"
|
||||
|
||||
OBJ::OBJ()
|
||||
{
|
||||
m_CurrentMaterial = nullptr;
|
||||
}
|
||||
|
||||
bool OBJ::LoadFromFile(std::string filename)
|
||||
{
|
||||
m_Path = boost::filesystem::path(filename);
|
||||
|
||||
Reference in New Issue
Block a user