quad() test in 3D context

size(100, 100, P3D);
background(200);
box(10);
quad(38, 31, 86, 20, 69, 63, 30, 76);