OSDN Git Service

Add BlendMode to TiledMapTile interface.
authorJustin Shapcott <support@mobidevelop.com>
Sat, 16 Feb 2013 16:31:56 +0000 (09:31 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Sat, 16 Feb 2013 16:31:56 +0000 (09:31 -0700)
commit54034835f634048a556dd47e19f129c05d102916
tree2aa4e37a80ce2fb80fe80b3202e1c24be7537050
parent345b18e5c281e9aea482c1f0f04c1aa39a7b8760
Add BlendMode to TiledMapTile interface.

BlendMode allows the renderer to potentially optimize the rendering of
a map by batching tiles with the same BlendMode together. This will be
particularly helpful in cases where the map has a large number of
non-blended tiles.
gdx/src/com/badlogic/gdx/maps/tiled/TiledMapTile.java
gdx/src/com/badlogic/gdx/maps/tiled/tiles/StaticTiledMapTile.java