terrain atlas: added black patch

This commit is contained in:
minjaesong
2017-08-28 20:37:39 +09:00
parent bdff19237e
commit ff95f9e402
4 changed files with 8 additions and 7 deletions

View File

@@ -158,8 +158,9 @@ object GlslTilingTest : ApplicationAdapter() {
tilesBufferAsTex.dispose()
cameraX += 160 * Gdx.graphics.deltaTime
cameraY += 160 * Gdx.graphics.deltaTime
cameraX = 6f
//cameraX += 160 * Gdx.graphics.deltaTime
//cameraY += 160 * Gdx.graphics.deltaTime
}
override fun dispose() {