Added new Johan Code

This commit is contained in:
2016-05-20 13:00:04 +02:00
parent 1120a3e144
commit a8415db4ac
24 changed files with 2287 additions and 32 deletions
+7 -1
View File
@@ -71,7 +71,13 @@ public:
static std::map<std::string, std::pair<Model*, int> > cache;
static Model* load(const std::string &fileName);
static void unload(const std::string &fileName);
static void unload(Model* model);
void draw();
Vec3f minVertex;
Vec3f maxVertex;
Vec3f center;
float radius;
};