Can anyone plese explain to me how to use orthogonal view to create a HUD for my game? I have tried it and it seems I have to reset my modelview matrix which seems unreasonable just to be able to use gl.ortho() ?
Basically, I want to be able to add something using ortho to the hud… at any time by using pushmatrix etc perhaps?