Normand Briere
2019-06-24 914255f70cf047897212839cbf3a6722703f4457
CameraPane.java
....@@ -11459,7 +11459,7 @@
1145911459
1146011460 static boolean zoomonce = false;
1146111461
11462
- void CreateSelectedPoint()
11462
+ static void CreateSelectedPoint()
1146311463 {
1146411464 if (selectedpoint == null)
1146511465 {
....@@ -14377,7 +14377,8 @@
1437714377 info.camera = renderCamera;
1437814378 info.x = x;
1437914379 info.y = y;
14380
- object.editWindow.copy.doEditDrag(info, (modifiers & MouseEvent.BUTTON3_MASK) != 0);
14380
+ object.manipWindow.copy
14381
+ .doEditDrag(info, (modifiers & MouseEvent.BUTTON3_MASK) != 0);
1438114382 } else
1438214383 {
1438314384 if (x < startX)
....@@ -14541,9 +14542,9 @@
1454114542 ci.camera = renderCamera;
1454214543 if (!isRenderer)
1454314544 {
14544
- ObjEditor editWindow = object.editWindow;
14545
- Object3D copy = editWindow.copy;
14546
- if (copy.doEditClick(ci, 0))
14545
+ //ObjEditor editWindow = object.editWindow;
14546
+ //Object3D copy = editWindow.copy;
14547
+ if (object.doEditClick(ci, 0))
1454714548 {
1454814549 setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
1454914550 } else
....@@ -16622,6 +16623,8 @@
1662216623 // System.err.println("view = " + view[8] + " " + view[9] + " " + view[10] + " " + view[11]);
1662316624 // System.err.println("view = " + view[12] + " " + view[13] + " " + view[14] + " " + view[15]);
1662416625
16626
+ CreateSelectedPoint();
16627
+
1662516628 // Will fit the mesh !!!
1662616629 selectedpoint.toParent[0][0] = 0.0001;
1662716630 selectedpoint.toParent[1][1] = 0.0001;