Hi everyone,
for my 2D game, to properly draw the world (isometric) and have a smooth panning of world view, it is needed to draw the sprites that forms the world, walls, enemies etc, partially or completely (keeps things easier) outside the window: can this couse problems/error?
Let's imagine the worst case scenario in wich the sprites are drawed quite far from the window borders, as example at the same window width of distance from them.
Thank you very much in advance!