Hello, I have a big texture (up tp 4096 or 8192) that is the background of my game. I would like to know what is better to render, one big rect with the same size of the texture, or a rect large as the game window and scrolling the textureRect, or split it in several tiles everyone mapped with the corrects coordinates inside the big texture.
Thank you for your advise!