terrain atlas: added black patch

This commit is contained in:
minjaesong
2017-08-28 20:37:39 +09:00
parent 827bd23d6f
commit 0ab914a815
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() {