.. | .. |
---|
10481 | 10481 | ANTIALIAS = 0; |
---|
10482 | 10482 | //System.out.println("RESTART"); |
---|
10483 | 10483 | AAtimer.restart(); |
---|
| 10484 | + Globals.TIMERRUNNING = true; |
---|
10484 | 10485 | } |
---|
10485 | 10486 | } |
---|
10486 | 10487 | } |
---|
.. | .. |
---|
11459 | 11460 | |
---|
11460 | 11461 | static boolean zoomonce = false; |
---|
11461 | 11462 | |
---|
11462 | | - void CreateSelectedPoint() |
---|
| 11463 | + static void CreateSelectedPoint() |
---|
11463 | 11464 | { |
---|
11464 | 11465 | if (selectedpoint == null) |
---|
11465 | 11466 | { |
---|
.. | .. |
---|
13840 | 13841 | else |
---|
13841 | 13842 | if (evt.getSource() == AAtimer) |
---|
13842 | 13843 | { |
---|
| 13844 | + Globals.TIMERRUNNING = false; |
---|
13843 | 13845 | if (mouseDown) |
---|
13844 | 13846 | { |
---|
13845 | 13847 | //new Exception().printStackTrace(); |
---|
.. | .. |
---|
13914 | 13916 | return; |
---|
13915 | 13917 | |
---|
13916 | 13918 | AAtimer.restart(); // |
---|
| 13919 | + Globals.TIMERRUNNING = true; |
---|
13917 | 13920 | |
---|
13918 | 13921 | // waslive = LIVE; |
---|
13919 | 13922 | // LIVE = false; |
---|
.. | .. |
---|
14377 | 14380 | info.camera = renderCamera; |
---|
14378 | 14381 | info.x = x; |
---|
14379 | 14382 | info.y = y; |
---|
14380 | | - object.editWindow.copy.doEditDrag(info, (modifiers & MouseEvent.BUTTON3_MASK) != 0); |
---|
| 14383 | + object.GetWindow().copy |
---|
| 14384 | + .doEditDrag(info, (modifiers & MouseEvent.BUTTON3_MASK) != 0); |
---|
14381 | 14385 | } else |
---|
14382 | 14386 | { |
---|
14383 | 14387 | if (x < startX) |
---|
.. | .. |
---|
14541 | 14545 | ci.camera = renderCamera; |
---|
14542 | 14546 | if (!isRenderer) |
---|
14543 | 14547 | { |
---|
14544 | | - ObjEditor editWindow = object.editWindow; |
---|
14545 | | - Object3D copy = editWindow.copy; |
---|
14546 | | - if (copy.doEditClick(ci, 0)) |
---|
| 14548 | + //ObjEditor editWindow = object.editWindow; |
---|
| 14549 | + //Object3D copy = editWindow.copy; |
---|
| 14550 | + if (object.doEditClick(ci, 0)) |
---|
14547 | 14551 | { |
---|
14548 | 14552 | setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR)); |
---|
14549 | 14553 | } else |
---|
.. | .. |
---|
15377 | 15381 | } |
---|
15378 | 15382 | */ |
---|
15379 | 15383 | |
---|
15380 | | - object.editWindow.EditSelection(); |
---|
| 15384 | + object.editWindow.EditSelection(false); |
---|
15381 | 15385 | } |
---|
15382 | 15386 | |
---|
15383 | 15387 | void SelectParent() |
---|
.. | .. |
---|
16622 | 16626 | // System.err.println("view = " + view[8] + " " + view[9] + " " + view[10] + " " + view[11]); |
---|
16623 | 16627 | // System.err.println("view = " + view[12] + " " + view[13] + " " + view[14] + " " + view[15]); |
---|
16624 | 16628 | |
---|
| 16629 | + CreateSelectedPoint(); |
---|
| 16630 | + |
---|
16625 | 16631 | // Will fit the mesh !!! |
---|
16626 | 16632 | selectedpoint.toParent[0][0] = 0.0001; |
---|
16627 | 16633 | selectedpoint.toParent[1][1] = 0.0001; |
---|