Grid.java
.. .. @@ -64,7 +64,7 @@ 64 64 65 65 Vertex biparamFunction(double u, double v) 66 66 { 67 - Vertex temp = new Vertex((2*v-1)*radius*8, 0 /*-radius,*/, (2*u-1)*radius*8);67 + Vertex temp = new Vertex((2*v-1)*radius*4, 0 /*-radius,*/, (2*u-1)*radius*4);68 68 temp.norm = LA.newVector(0,1,0); 69 69 return temp; 70 70 }