BennyQBD / 3DEngineCpp

It's like the 3D Game Engine, except in C++
Apache License 2.0
301 stars 84 forks source link

Fixed Makefile for new .obj loader, added res folder copying to Makefile #4

Closed spaarmann closed 10 years ago

spaarmann commented 10 years ago

The current Makefile doesn't work anymore due to it trying to compile with the old obj_loader.cpp and .h files instead of using Assimp. I also made make copy the res folder to bin/Debug or bin/Release, so it isn't required to do this manually anymore.