removed obj model

This commit is contained in:
Sandro Sobczyński
2020-11-01 10:42:24 +01:00
parent d4be8e94e7
commit ef7bd425db
8 changed files with 119 additions and 196 deletions
-1
View File
@@ -11,7 +11,6 @@ EE_OBJS = \
../../engine/models/mesh_material.o \
../../engine/models/mesh.o \
../../engine/models/mesh_texture.o \
../../engine/models/obj_model.o \
../../engine/modules/audio.o \
../../engine/modules/camera_base.o \
../../engine/modules/gif_sender.o \
+6
View File
@@ -102,6 +102,12 @@ void Ari::onInit()
texRepo->removeById(textures->at(0)->getId());
test->playAnimation(0, 1);
test->shouldBeBackfaceCulled = true;
// TODO 1 - Merge dff/md2
// TODO 2 - Refactor
// TODO 3 - Destructor
// TODO 4 - Mesh copy();
// test->shouldBeFrustumCulled = true;
// skybox = new Mesh();