Hi,
I was wondering if there was a way to make OpenGL ES render a batch of quads (rendered with texture page changes) and render them in z order (or reverse).
Note I don't want a ZBuffer, I just want quads rendered in order of zDepth.
Now I know people will say just render them in order, well I render grouped by texture page. However as you can imagine there are some cases where sprites from one texture page need to appear in front of another. When you only render on a texture page sort this causes a problem.
So I was wondering if I assigned the quads a z order would OpenGL ES respect this?
Any help greatfully received.
Cheers Rich