Open GoogleCodeExporter opened 9 years ago
What your seeing the draw order problems when all triangles are drawn in the
wrong order. The way around this is to ensure that a transparent model is drawn
at the end of the frame. So move the image call to the start of the draw loop
and that fixes the problem.
Original comment by mattdit...@gmail.com
on 17 Aug 2012 at 12:36
thanks "mattdit...@..", your solution worked perfectly
regards
Original comment by mnovoa@gmail.com
on 20 Aug 2012 at 12:56
Original issue reported on code.google.com by
mnovoa@gmail.com
on 16 Aug 2012 at 12:30Attachments: