OSDN Git Service

added ModelInstance :D, fixed up tests, bullet has issues with lighting, not sure why
authorbadlogic <badlogicgames@gmail.com>
Sun, 24 Mar 2013 23:34:29 +0000 (00:34 +0100)
committerbadlogic <badlogicgames@gmail.com>
Sun, 24 Mar 2013 23:34:29 +0000 (00:34 +0100)
commitf4403485c763c8f14391055f14f2f62bd5436df2
tree837d2cda3180dc25bdc7c558f87a558a6dbd96d6
parenta573c2b31f3dc644cca0e0369a15557a42aa1ae4
added ModelInstance :D, fixed up tests, bullet has issues with lighting, not sure why
13 files changed:
gdx/src/com/badlogic/gdx/graphics/g3d/Model.java
gdx/src/com/badlogic/gdx/graphics/g3d/ModelBatch.java
gdx/src/com/badlogic/gdx/graphics/g3d/ModelInstance.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g3d/Renderable.java
gdx/src/com/badlogic/gdx/graphics/g3d/RenderableSorter.java
gdx/src/com/badlogic/gdx/graphics/g3d/test/TestShader.java
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/LwjglDebugStarter.java
tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/BaseEntity.java
tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/BaseWorld.java
tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/BulletEntity.java
tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/FrustumCullingTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/BatchRenderTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/NewModelTest.java