Cone.java
.. .. @@ -16,7 +16,7 @@ 16 16 retile(); 17 17 base = LA.newVector(0, 0, 0); // -1); 18 18 apex = LA.newVector(0, 1, 0); // 1); 19 - baseRadius = apexRadius = 1; // 0.125;19 + baseRadius = apexRadius = 0.5; // 0.125;20 20 //fromStandard = new double[4][4]; 21 21 //toStandard = new double[4][4]; 22 22 //LA.matIdentity(fromStandard); .. .. @@ -195,7 +195,7 @@ 195 195 196 196 double uStretch() 197 197 { 198 - return 6; // Actually 6.28 (I think)198 + return 3; // Actually 3.14 (I think)199 199 } 200 200 201 201 double vFlip(double v)