Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
Torus.java
....@@ -8,8 +8,8 @@
88 {
99 inPnt = new cVector();
1010 name = "Torus";
11
- uDivs = 35; // 64;
12
- vDivs = 19; // 24;
11
+ uDivs = 61; // 35; // 64;
12
+ vDivs = 21; // 19; // 24;
1313 minUDivs = 3;
1414 minVDivs = 3;
1515 retile();
....@@ -25,9 +25,9 @@
2525 return t;
2626 }
2727
28
- protected void deepCopySelf(Object3D other)
28
+ protected void deepCopyNode(Object3D other)
2929 {
30
- super.deepCopySelf(other);
30
+ super.deepCopyNode(other);
3131 Torus t = (Torus)other;
3232 t.major = major;
3333 t.minor = minor;