beginCamera() and endCamera() test

size(100, 100, P3D);
noFill();
background(0, 255, 0);

beginCamera();
rotateY(-PI/12);
endCamera();

translate(50, 50, 0);
rotateY(PI/3);
box(45);

translate(85, 25, 0);
sphere(45);