Hi everybody,
First of all thanks a lot for this very nice library and it’s very nice and readable sourcecode…
I am basically trying to use the TileMap functionality and I am loading a .tmx file.
I was just wondering, if the tilemap data is static, shouldnt we simply “render” the tilemap to texture, then create one quad with this texture… Creating an Array of StaticSprite2D seems like a bit of overkill to me, if the data does not change, and the whole texture fits in (Texture) Memory? … lets say 256 x 256 tiles, tilesize 32x32 Pixels --> 8192x8192 Texture?
does this make sense?
I am no expert, but that 8192x8192 texture shouldn’t be too large according to http://udn.epicgames.com/Three/TextureSupportAndSettings.html#Compressed%20Texture%20Memory%20Requirements ?
Sorry If I am missing out on something…