// Split from model.pde

// 0.0
size(100,100,P3D);
rotateX(3.14);
_checkEqual( 0.0, modelY(0,0,0) );
