How do i display gui in p3d always in front of everthing?
if i try to do it like this:
box(256);
popMatrix();
camera(); //resets viewport to 2D equivalent
noLights();
fill(60);
rect(0,0,100,100);
fill(255);
text("erwrrw", 10, 50);
when i move the camera, sometimes the cube clips through the rectangle!