gaoxiang9457 / angle

Automatically exported from code.google.com/p/angle
0 stars 0 forks source link

Z-Order? #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is there any way to set the z-order of sprites in angle?

Original issue reported on code.google.com by unprofessionals on 19 Apr 2010 at 2:18

GoogleCodeExporter commented 8 years ago
OpenGL ES doesn't support Z buffers. The only way to order your sprites in Z is 
doing 
by yourself. You have an example in Step by Step Game.

Regards

Original comment by ipaju...@gmail.com on 20 Apr 2010 at 9:07