Normand Briere
2019-09-06 9cc83b97378c48bae3792064f2d01b2f954c0e01
Cone.java
....@@ -16,7 +16,7 @@
1616 retile();
1717 base = LA.newVector(0, 0, 0); // -1);
1818 apex = LA.newVector(0, 1, 0); // 1);
19
- baseRadius = apexRadius = 1; // 0.125;
19
+ baseRadius = apexRadius = 0.5; // 0.125;
2020 //fromStandard = new double[4][4];
2121 //toStandard = new double[4][4];
2222 //LA.matIdentity(fromStandard);
....@@ -195,7 +195,7 @@
195195
196196 double uStretch()
197197 {
198
- return 6; // Actually 6.28 (I think)
198
+ return 3; // Actually 3.14 (I think)
199199 }
200200
201201 double vFlip(double v)