OSDN Git Service

added ModelBatch, adaption of RenderBatch so i can experiment, see NewModelTest
authorbadlogic <badlogicgames@gmail.com>
Sun, 24 Mar 2013 15:42:28 +0000 (16:42 +0100)
committerbadlogic <badlogicgames@gmail.com>
Sun, 24 Mar 2013 15:42:28 +0000 (16:42 +0100)
commit483c45545c0d0620612c0977a5fda6d61c8f6051
tree6da942ab47d2ca5b607d4140f7ba8a0b808e2015
parentd08ac4900831aa6d6c445bc1adb0da57b097be78
added ModelBatch, adaption of RenderBatch so i can experiment, see NewModelTest
gdx/src/com/badlogic/gdx/graphics/g3d/ModelBatch.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g3d/utils/RenderInstancePool.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/NewModelTest.java [new file with mode: 0644]