isometric drawing order with larger than single tile images - drawing order algorithm?
- by Roger Smith
I have an isometric map over which I place various images. Most images will fit over a single tile, but some images are slightly larger. For example, I have a bed of size 2x3 tiles.
This creates a problem when drawing my objects to the screen as I get some tiles erroneously overlapping other tiles.
The two solutions that I know of are either…