Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
changing the gui method to the following works for me. odd though since peasy's
beginHUD and endHUD do exactly that.
void gui() {
hint(DISABLE_DEPTH_TEST);
cam.beginHUD();
cp5.draw();
cam.endHUD();
hint(ENABLE_DEPTH_TEST);
}
Original comment by soj...@gmail.com
on 17 Oct 2012 at 10:19
I made changes to the example accordingly.
Original comment by soj...@gmail.com
on 17 Oct 2012 at 10:21
awesome, thanks that works for me too.
Original comment by SofaP...@gmail.com
on 17 Oct 2012 at 2:11
Original issue reported on code.google.com by
SofaP...@gmail.com
on 16 Oct 2012 at 10:43Attachments: