Box.java
.. .. @@ -1,5 +1,6 @@ 1 1 public class Box extends Object3D implements java.io.Serializable 2 2 { 3 + static final long serialVersionUID = 0;3 4 4 5 Box() 5 6 { .. .. @@ -78,7 +79,7 @@ 78 79 79 80 void getBounds(cVector min, cVector max, boolean xform) 80 81 { 81 - super.getBounds(minima, maxima, xform);82 + super.getBounds(min, max, xform);82 83 // july 2014 LA.vecCopy(minima, min); 83 84 // LA.vecCopy(maxima, max); 84 85 // if (xform)