Hi, I am trying to render my tilemap with meshes + shader + textureAtlas:
My problem:
if I got 60x60 Tiles -> 60 fps.
if I use a map of 100x100 Tiles -> 12 fps.
edit:
Thx to kalle__h from the irc channel ;D
I have to batch the vertices.
best regards