What when the texture will be full?
- KINGTUT10101
- 1,000,000 inhabitants
- Posts: 2228
- Joined: 07 Jul 2016, 22:50
- Location: 'Merica
- Plugins: Showcase Store
- Version: Beta
- Contact:
-
Plugin Creator
Platform
- Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
We currently use a texture size of 4096x4096, and I don't think we can make it even bigger because of compatibility (even HTC one (m7) cannot handle a bigger size but has been a flagship smartphone only some years ago) and texture coordinate precision (the latter already now leads to black lines on compound buildings and ugly pixel artefacts on some devices).
So yeah, when we have filled this texture, we have a big problem
We could add another one, but that would have a bad impact on performance and many devices won't have enough VRAM.
But we still have some space, so don't worry. There were days in which we thought we could never go bigger than 2048x2048 so we started to use the storage we have as efficiently as possible.
So yeah, when we have filled this texture, we have a big problem

But we still have some space, so don't worry. There were days in which we thought we could never go bigger than 2048x2048 so we started to use the storage we have as efficiently as possible.
- Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
I would say it is even not a problem of the language but of smartphone hardware in general (although we use Java, but it is well optimized since newer Android versions). However, we have some time till we get into trouble.