OSDN Git Service

Triangulators changed to return triangle indicies. PolygonSpriteBatch refactored.
authorNathanSweet <nathan.sweet@gmail.com>
Wed, 11 Sep 2013 13:53:55 +0000 (15:53 +0200)
committerNathanSweet <nathan.sweet@gmail.com>
Wed, 11 Sep 2013 13:54:35 +0000 (15:54 +0200)
commitee06fb30efcf4e8b54be418a0f9762b03d393f37
treee77b239eef558f2a367b1f8c016d9f5f4f5457c0
parenta5dd340b9622bb940c31fb7883e044979c6331cf
Triangulators changed to return triangle indicies. PolygonSpriteBatch refactored.
12 files changed:
CHANGES
gdx/src/com/badlogic/gdx/graphics/g2d/PolygonRegion.java
gdx/src/com/badlogic/gdx/graphics/g2d/PolygonRegionLoader.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g2d/PolygonSprite.java
gdx/src/com/badlogic/gdx/graphics/g2d/PolygonSpriteBatch.java
gdx/src/com/badlogic/gdx/math/DelaunayTriangulator.java
gdx/src/com/badlogic/gdx/math/EarClippingTriangulator.java
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/LocalLwjglTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/DelaunayTriangulatorTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/EarClippingTriangulatorTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/PolygonRegionTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/PolygonSpriteTest.java