OSDN Git Service

Add AnimationController
authorXoppa <contact@xoppa.nl>
Mon, 3 Jun 2013 21:11:59 +0000 (23:11 +0200)
committerXoppa <contact@xoppa.nl>
Mon, 3 Jun 2013 21:11:59 +0000 (23:11 +0200)
commit86f4fc29e563a7d9b82297b0fc11647131c9b18d
treeb164e792023f909ed8f1d9dedfea9a70c883d05f
parentc91b5e4693a6404e15d5d02d625f0d282f02505d
Add AnimationController
gdx/src/com/badlogic/gdx/graphics/g3d/utils/AnimationController.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g3d/utils/BaseAnimationController.java [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/concrete.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/skydome.g3db [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/skydome.png [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/Animation3DTest.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/GdxTests.java