cMesh.java
.. .. @@ -49,7 +49,7 @@ 49 49 50 50 cMesh(Object3D bRep) 51 51 { 52 - this("Me:" + bRep.name, bRep);52 + this("Mesh:" + bRep.name, bRep);53 53 } 54 54 55 55 cMesh(String name, Object3D bRep) .. .. @@ -560,6 +560,8 @@ 560 560 maxima = new cVector(); 561 561 } 562 562 563 + CameraPane.CreateSelectedPoint();564 +563 565 // ref.getBounds(minima, maxima, true); 564 566 // Phys.reference.set((maxima.x+minima.x)/2,(maxima.y+minima.y)/2,(maxima.z+minima.z)/2); 565 567 //ref.