Skip to main content
added 69 characters in body
Source Link

I started working on a tile engine recently and have been trying to get this depth sorting for the tiles right. I am using XNA and the SpriteSortMode.Deferred to get the tiles to sort correctly in the X direction along with a for loop to loop through all tiles that should be drawn, but the Deferred mode does not work in the Y direction. Anyone have any advice or a solution?

Just an image for reference: http://dl.dropbox.com/u/31957180/test_1_2.png

I started working on a tile engine recently and have been trying to get this depth sorting for the tiles right. I am using XNA and the SpriteSortMode.Deferred to get the tiles to sort correctly in the X direction, but the Deferred mode does not work in the Y direction. Anyone have any advice or a solution?

Just an image for reference: http://dl.dropbox.com/u/31957180/test_1_2.png

I started working on a tile engine recently and have been trying to get this depth sorting for the tiles right. I am using XNA and the SpriteSortMode.Deferred to get the tiles to sort correctly in the X direction along with a for loop to loop through all tiles that should be drawn, but the Deferred mode does not work in the Y direction. Anyone have any advice or a solution?

Just an image for reference: http://dl.dropbox.com/u/31957180/test_1_2.png

edited title
Link

Tile Texture SortingDraw Order

edited title
Link

Depth Tile Texture Sorting for Tiles

Source Link
Loading