#76884 - MrK - Sat Mar 25, 2006 8:38 pm
now that the sorting issue has been fixed, I'd like to share some problems that I'm having when using glOrtho, I'd love to know if other people using glOrtho are also experimenting the same problems, or it's just me / my engine
* it seems to be a very low range of z values, something like between 0 and 128, no matter what values I put in the z department of the glOrtho call
* it seems when two tiles share the same z, they're sorted in a funky way:
- if the starting Y is different, then the lowest Y is printed first (kinda stupid but I can live with it)
- if the starting Y is the same, then the smallest y-sized tile is printed first (really really stupid, I hope my engine is wrong otherwise this sucks!)
* it seems to be a very low range of z values, something like between 0 and 128, no matter what values I put in the z department of the glOrtho call
* it seems when two tiles share the same z, they're sorted in a funky way:
- if the starting Y is different, then the lowest Y is printed first (kinda stupid but I can live with it)
- if the starting Y is the same, then the smallest y-sized tile is printed first (really really stupid, I hope my engine is wrong otherwise this sucks!)