removed obj model
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user