// Split from model.pde

// -1.0015907
size(100,100,P3D);
rotateX(3.14);
_checkEqual( -1.0015913846440299, modelY(1,1,1), 0.00000000000001 );
