Normand Briere
2019-07-30 7a77e39423398b7ad8bf7e80cf45fac6817000c2
GroupEditor.java
....@@ -12,6 +12,7 @@
1212 import com.jme.math.Vector3f;
1313 import com.jme.renderer.ColorRGBA;
1414
15
+import grafeme.ui.*;
1516 //import buoy.widget.BFileChooser;
1617
1718 class GroupEditor extends ObjEditor implements //iParse, //iCallBack,
....@@ -22,6 +23,302 @@
2223 DragGestureListener, DragSourceListener, DropTargetListener,
2324 ItemListener // ListSelectionListener
2425 {
26
+
27
+ public void AddSkyboxButton(String f, String s, cGridBag row)
28
+ {
29
+ cButton skyboxButton;
30
+ final String path = "cubemaps/" + f + "-skyboxes/" + s;
31
+ row.add(skyboxButton = GetButton(path + "/preview.jpg", !Grafreed.NIMBUSLAF));
32
+ //row.add(skyboxButton = GetButton(path + "/negx.jpg", !Grafreed.NIMBUSLAF));
33
+ skyboxButton.setToolTipText(s);
34
+ skyboxButton.addActionListener(new ActionListener()
35
+ {
36
+ @Override
37
+ public void actionPerformed(ActionEvent e)
38
+ {
39
+ ChangeSkybox(path);
40
+ }
41
+ });
42
+ }
43
+
44
+ public void AddSkyboxTab0(JTabbedPane skyboxpanel)
45
+ {
46
+ cGridBag tab0 = new cGridBag().setVertical(true);
47
+
48
+ tab0.setName("Urban");
49
+ skyboxpanel.add(tab0);
50
+
51
+ cGridBag row0 = new cGridBag();
52
+ cGridBag row1 = new cGridBag();
53
+ cGridBag row2 = new cGridBag();
54
+ cGridBag row3 = new cGridBag();
55
+ cGridBag row4 = new cGridBag();
56
+ cGridBag row5 = new cGridBag();
57
+ cGridBag row6 = new cGridBag();
58
+
59
+ AddSkyboxButton("default", "rgb", row0);
60
+ //AddSkyboxButton("default", "cornell", row0);
61
+ AddSkyboxButton("penguins", "dust", row0);
62
+ AddSkyboxButton("penguins", "tropic", row0);
63
+ AddSkyboxButton("penguins", "yonder", row0);
64
+
65
+ AddSkyboxButton("default", "uffizi", row1);
66
+ AddSkyboxButton("bridge", "Bridge", row1);
67
+ AddSkyboxButton("bridge", "Bridge2", row1);
68
+ AddSkyboxButton("urban", "GamlaStan2", row1);
69
+
70
+ AddSkyboxButton("urban", "Parliament", row2);
71
+ AddSkyboxButton("urban", "Roundabout", row2);
72
+ AddSkyboxButton("urban", "SaintLazarusChurch", row2);
73
+ AddSkyboxButton("urban", "SaintLazarusChurch2", row2);
74
+
75
+ AddSkyboxButton("urban", "SaintLazarusChurch3", row3);
76
+ AddSkyboxButton("urban", "UnionSquare", row3);
77
+ AddSkyboxButton("urban", "Medborgarplatsen", row3);
78
+ AddSkyboxButton("park", "BerzeliiPark", row3);
79
+
80
+ AddSkyboxButton("park", "Buddha", row4);
81
+ AddSkyboxButton("park", "CNTower2", row4);
82
+ AddSkyboxButton("park", "NiagaraFalls1", row4);
83
+ AddSkyboxButton("park", "NiagaraFalls3", row4);
84
+
85
+ AddSkyboxButton("park", "Park", row5);
86
+ AddSkyboxButton("park", "Pond", row5);
87
+ AddSkyboxButton("park", "Skansen", row5);
88
+ AddSkyboxButton("park", "Skansen2", row5);
89
+
90
+ AddSkyboxButton("park", "Skansen3", row6);
91
+ AddSkyboxButton("park", "Skansen4", row6);
92
+ AddSkyboxButton("park", "Skansen5", row6);
93
+ AddSkyboxButton("persson", "VancouverConventionCentre", row6);
94
+
95
+ tab0.add(row0);
96
+ tab0.add(row1);
97
+ tab0.add(row2);
98
+ tab0.add(row3);
99
+ tab0.add(row4);
100
+ tab0.add(row5);
101
+ tab0.add(row6);
102
+
103
+ for (int i=5; --i>=0;)
104
+ {
105
+ //oe.toolboxPanel.Return();
106
+ //tab0.add(new cGridBag());
107
+ }
108
+ }
109
+
110
+ public void AddSkyboxTab1(JTabbedPane skyboxpanel)
111
+ {
112
+ cGridBag tab0 = new cGridBag().setVertical(true);
113
+
114
+ tab0.setName("Nature");
115
+ skyboxpanel.add(tab0);
116
+
117
+ cGridBag row0 = new cGridBag();
118
+ cGridBag row1 = new cGridBag();
119
+ cGridBag row2 = new cGridBag();
120
+ cGridBag row3 = new cGridBag();
121
+ cGridBag row4 = new cGridBag();
122
+ cGridBag row5 = new cGridBag();
123
+ cGridBag row6 = new cGridBag();
124
+
125
+ AddSkyboxButton("beach", "HeartInTheSand", row0);
126
+ AddSkyboxButton("beach", "LarnacaBeach", row0);
127
+ AddSkyboxButton("beach", "PalmTrees", row0);
128
+ AddSkyboxButton("beach", "Tenerife", row0);
129
+
130
+ AddSkyboxButton("beach", "Tenerife2", row1);
131
+ AddSkyboxButton("beach", "Tenerife3", row1);
132
+ AddSkyboxButton("field", "FishPond", row1);
133
+ AddSkyboxButton("field", "Footballfield", row1);
134
+
135
+ AddSkyboxButton("field", "Meadow", row2);
136
+ AddSkyboxButton("field", "Sorsele", row2);
137
+ AddSkyboxButton("field", "Sorsele2", row2);
138
+ AddSkyboxButton("field", "Sorsele3", row2);
139
+
140
+ AddSkyboxButton("forest", "Brudslojan", row3);
141
+ AddSkyboxButton("forest", "Langholmen2", row3);
142
+ AddSkyboxButton("forest", "Plants", row3);
143
+ AddSkyboxButton("mountain", "Maskonaive", row3);
144
+
145
+ AddSkyboxButton("mountain", "Maskonaive2", row4);
146
+ AddSkyboxButton("mountain", "Maskonaive3", row4);
147
+ AddSkyboxButton("mountain", "Teide", row4);
148
+ AddSkyboxButton("park", "Tantolunden4", row4);
149
+
150
+ AddSkyboxButton("park", "Stairs", row5);
151
+ AddSkyboxButton("default", "skycube", row6);
152
+ AddSkyboxButton("rocky", "Langholmen", row5);
153
+ AddSkyboxButton("rocky", "Skinnarviksberget", row5);
154
+
155
+ AddSkyboxButton("rocky", "Tantolunden6", row5);
156
+ AddSkyboxButton("default", "CloudyHills", row6);
157
+ AddSkyboxButton("daz", "Autumn", row6);
158
+ AddSkyboxButton("daz", "MountainTrail", row6);
159
+ /*
160
+Autumn
161
+Greenlands
162
+MountainTrail
163
+Oasis
164
+TheRock
165
+TopOfTheWorld
166
+Winter
167
+ */
168
+
169
+ tab0.add(row0);
170
+ tab0.add(row1);
171
+ tab0.add(row2);
172
+ tab0.add(row3);
173
+ tab0.add(row4);
174
+ tab0.add(row5);
175
+ tab0.add(row6);
176
+
177
+ for (int i=5; --i>=0;)
178
+ {
179
+ //oe.toolboxPanel.Return();
180
+ //tab0.add(new cGridBag());
181
+ }
182
+ }
183
+
184
+ public void AddSkyboxTab2(JTabbedPane skyboxpanel)
185
+ {
186
+ cGridBag tab0 = new cGridBag().setVertical(true);
187
+
188
+ tab0.setName("Night");
189
+ skyboxpanel.add(tab0);
190
+
191
+ cGridBag row0 = new cGridBag();
192
+ cGridBag row1 = new cGridBag();
193
+ cGridBag row2 = new cGridBag();
194
+ cGridBag row3 = new cGridBag();
195
+ cGridBag row4 = new cGridBag();
196
+ cGridBag row5 = new cGridBag();
197
+ cGridBag row6 = new cGridBag();
198
+
199
+ AddSkyboxButton("night", "NightPath", row0);
200
+ AddSkyboxButton("night", "PondNight", row0);
201
+ AddSkyboxButton("night", "Powerlines", row0);
202
+ AddSkyboxButton("night", "SwedishRoyalCastle", row0);
203
+
204
+ AddSkyboxButton("urban", "CNTower", row1);
205
+ AddSkyboxButton("bridge", "ArstaBridge", row1);
206
+ AddSkyboxButton("rocky", "Riddarfjarden", row1);
207
+ AddSkyboxButton("penguins", "sleepyhollow", row1);
208
+
209
+ AddSkyboxButton("penguins", "kenon_star", row2);
210
+ AddSkyboxButton("persson", "corona", row2);
211
+ AddSkyboxButton("persson", "spaceskybox", row2);
212
+ AddSkyboxButton("indoors", "Vasa", row2);
213
+
214
+ AddSkyboxButton("winter", "Backyard", row3);
215
+ AddSkyboxButton("winter", "Creek", row3);
216
+ AddSkyboxButton("winter", "FootballField3", row3);
217
+ AddSkyboxButton("winter", "Forest", row3);
218
+
219
+ AddSkyboxButton("winter", "HornstullsStrand2", row4);
220
+ AddSkyboxButton("winter", "House", row4);
221
+ AddSkyboxButton("winter", "IceLake", row4);
222
+ AddSkyboxButton("winter", "IceRiver", row4);
223
+
224
+ AddSkyboxButton("winter", "Park3", row5);
225
+ AddSkyboxButton("winter", "PondWinter", row5);
226
+ AddSkyboxButton("winter", "Tantolunden5", row5);
227
+ AddSkyboxButton("winter", "Vindelalven", row5);
228
+
229
+ AddSkyboxButton("daz", "TheRock", row6);
230
+ AddSkyboxButton("daz", "TopOfTheWorld", row6);
231
+ AddSkyboxButton("daz", "Winter", row6);
232
+ AddSkyboxButton("mountain", "Ryfjallet", row6);
233
+
234
+ tab0.add(row0);
235
+ tab0.add(row1);
236
+ tab0.add(row2);
237
+ tab0.add(row3);
238
+ tab0.add(row4);
239
+ tab0.add(row5);
240
+ tab0.add(row6);
241
+
242
+ for (int i=5; --i>=0;)
243
+ {
244
+ //oe.toolboxPanel.Return();
245
+ //tab0.add(new cGridBag());
246
+ }
247
+ }
248
+
249
+ public void AddSkyboxTab3(JTabbedPane skyboxpanel)
250
+ {
251
+ cGridBag tab0 = new cGridBag().setVertical(true);
252
+
253
+ tab0.setName("Others");
254
+ skyboxpanel.add(tab0);
255
+
256
+ cGridBag row0 = new cGridBag();
257
+ cGridBag row1 = new cGridBag();
258
+ cGridBag row2 = new cGridBag();
259
+ cGridBag row3 = new cGridBag();
260
+ cGridBag row4 = new cGridBag();
261
+ cGridBag row5 = new cGridBag();
262
+ cGridBag row6 = new cGridBag();
263
+
264
+ AddSkyboxButton("mayhem", "afterrain", row0);
265
+ AddSkyboxButton("mayhem", "aqua4", row0);
266
+ AddSkyboxButton("mayhem", "aqua9", row0);
267
+ AddSkyboxButton("mayhem", "flame", row0);
268
+
269
+ AddSkyboxButton("mayhem", "h2s", row1);
270
+ AddSkyboxButton("mayhem", "prehistoric", row1);
271
+ AddSkyboxButton("mayhem", "scorched", row1);
272
+ AddSkyboxButton("penguins", "desertdawn", row1);
273
+
274
+ AddSkyboxButton("persson", "Citadella", row2);
275
+ AddSkyboxButton("persson", "Citadella2", row2);
276
+ AddSkyboxButton("persson", "clouds1", row2);
277
+ AddSkyboxButton("penguins", "wrath", row2);
278
+
279
+ AddSkyboxButton("persson", "FishermansBastion", row3);
280
+ AddSkyboxButton("persson", "HeroesSquare", row3);
281
+ AddSkyboxButton("indoors", "DallasW", row3);
282
+ AddSkyboxButton("indoors", "MarriottMadisonWest", row3);
283
+
284
+ AddSkyboxButton("persson", "LancellottiChapel", row4);
285
+ AddSkyboxButton("persson", "PereaBeach1", row4);
286
+ AddSkyboxButton("persson", "PereaBeach2", row4);
287
+ AddSkyboxButton("persson", "redeclipse", row4);
288
+
289
+ AddSkyboxButton("daz", "Greenlands", row5);
290
+ AddSkyboxButton("daz", "Oasis", row5);
291
+ AddSkyboxButton("elyvisions", "arch3", row5);
292
+ AddSkyboxButton("elyvisions", "calm_sea", row5);
293
+
294
+ AddSkyboxButton("elyvisions", "rainbow", row6);
295
+ AddSkyboxButton("elyvisions", "distant_sunset", row6);
296
+ AddSkyboxButton("elyvisions", "heaven", row6);
297
+ AddSkyboxButton("elyvisions", "hot", row6);
298
+
299
+ tab0.add(row0);
300
+ tab0.add(row1);
301
+ tab0.add(row2);
302
+ tab0.add(row3);
303
+ tab0.add(row4);
304
+ tab0.add(row5);
305
+ tab0.add(row6);
306
+
307
+ for (int i=5; --i>=0;)
308
+ {
309
+ //oe.toolboxPanel.Return();
310
+ //tab0.add(new cGridBag());
311
+ }
312
+ }
313
+
314
+ public void ChangeSkybox(String name)
315
+ {
316
+ //cameraView.envyoff = false;
317
+ group.skyboxname = name;
318
+ group.skyboxext = "jpg";
319
+ cameraView.repaint();
320
+ }
321
+
25322 //ObjEditor objEditor;
26323 public void closeUI2()
27324 {
....@@ -59,6 +356,12 @@
59356 this.copy = this.group = group;
60357 //selectees = this.group.selectees;
61358
359
+ if (copy.versions == null)
360
+ {
361
+ copy.versions = new byte[100][];
362
+ copy.versionindex = -1;
363
+ }
364
+
62365 if(ui)
63366 SetupUI(objEditor);
64367 }
....@@ -73,16 +376,28 @@
73376 this.copy = this.group = copy;
74377 //selectees = this.group.selectees;
75378
76
- SetupMenu2(objEditor);
379
+ SetupMenu2(this); //objEditor);
77380 SetupUI2(objEditor);
78381 objEditor.SetupUI(true);
79382 SetupViews(objEditor);
80383
81384 ((cRadio)radioPanel.getComponent(0)).SetCamera(cameraView.renderCamera, true);
385
+
386
+ if (copy.versions == null)
387
+ {
388
+ copy.versions = new byte[100][];
389
+ copy.versionindex = -1;
390
+
391
+ Save(true);
392
+ }
82393 }
83394
84395 void CloneSelection(boolean supports)
85396 {
397
+ if (Globals.REPLACEONMAKE)
398
+ Save();
399
+ boolean keep = Globals.REPLACEONMAKE;
400
+ Globals.REPLACEONMAKE = false;
86401 // Object3D keep = GrafreeD.clipboard;
87402 //Object3D obj;
88403 for (int i=0; i<group.selection.size(); i++)// Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -93,18 +408,19 @@
93408
94409 makeSomething(clone, i==group.selection.size()-1);
95410 }
411
+ Globals.REPLACEONMAKE = keep;
96412 }
97413
98414 void CloneClipboard(boolean supports)
99415 {
100
- assert(GrafreeD.clipboard.parent == null);
101
- Object3D /*Composite*/ keepparent = GrafreeD.clipboard.get(0).parent;
102
- GrafreeD.clipboard.get(0).parent = null; // Avoid copy?
103
- if (LA.isIdentity(GrafreeD.clipboard.toParent))
104
- makeSomething(CloneObject(GrafreeD.clipboard.get(0), false));
416
+ assert(Grafreed.clipboard.parent == null);
417
+ Object3D /*Composite*/ keepparent = Grafreed.clipboard.get(0).parent;
418
+ Grafreed.clipboard.get(0).parent = null; // Avoid copy?
419
+ if (LA.isIdentity(Grafreed.clipboard.toParent))
420
+ makeSomething(CloneObject(Grafreed.clipboard.get(0), false));
105421 else
106
- makeSomething(CloneObject(GrafreeD.clipboard, false));
107
- GrafreeD.clipboard.get(0).parent = keepparent;
422
+ makeSomething(CloneObject(Grafreed.clipboard, false));
423
+ Grafreed.clipboard.get(0).parent = keepparent;
108424 }
109425
110426 static Object3D CloneObject(Object3D obj, boolean supports)
....@@ -118,7 +434,7 @@
118434 // obj.support = null;
119435 if (!supports)
120436 obj.SaveSupports();
121
- Object3D clone = (Object3D)GrafreeD.clone(obj);
437
+ Object3D clone = (Object3D)Grafreed.clone(obj);
122438 obj.parent = parent;
123439 // obj.support = support;
124440 // clone.support = support; // aout 2013
....@@ -147,30 +463,29 @@
147463
148464 //JTextField nameField;
149465
150
- void SetupMenu2(ObjEditor oe)
466
+ void SetupMenu2(GroupEditor oe)
151467 {
152
- oe.cameraMenu.add(lookAtItem = new MenuItem("Set Interest"));
153
- //cameraMenu.add(lookFromItem = new MenuItem("Look From Selection"));
154
- //cameraMenu.add(switchItem = new MenuItem("Reverse View"));
155
- editLeafItem = oe.cameraMenu.add(new MenuItem("Edit Leaf"));
156
- oe.cameraMenu.add("-");
157
- openWindowItem = oe.cameraMenu.add(new MenuItem("Edit copy..."));
158
- openWindowItem.addActionListener(this);
159
- editLeafItem.addActionListener(this);
160
- lookAtItem.addActionListener(this);
161
- //lookFromItem.addActinoListener(this);
162
- //switchItem.addActionListener(this);
468
+ oe.jTree = new cTree();
469
+
163470 Menu menu;
164471 oe.menuBar.add(menu = new Menu("Edit"));
165472 //editItem = menu.add(new MenuItem("Edit"));
166473 //editItem.addActionListener(this);
167
- duplicateItem = menu.add(new MenuItem("Duplicate"));
474
+
475
+// undoItem = menu.add(new MenuItem("Undo"));
476
+// undoItem.addActionListener(this);
477
+// redoItem = menu.add(new MenuItem("Redo"));
478
+// redoItem.addActionListener(this);
479
+// menu.add("-");
480
+ duplicateItem = oe.jTree.popup.add(new JMenuItem("Duplicate"));
168481 duplicateItem.addActionListener(this);
169
- menu.add("-");
170482 cloneItem = menu.add(new MenuItem("Clone"));
171483 cloneItem.addActionListener(this);
484
+ if (Globals.ADVANCED)
485
+ {
172486 cloneSupportItem = menu.add(new MenuItem("Clone (+supports)"));
173487 cloneSupportItem.addActionListener(this);
488
+ }
174489 menu.add("-");
175490 cutItem = menu.add(new MenuItem("Cut"));
176491 cutItem.addActionListener(this);
....@@ -178,27 +493,123 @@
178493 copyItem.addActionListener(this);
179494 pasteItem = menu.add(new MenuItem("Paste"));
180495 pasteItem.addActionListener(this);
496
+
497
+ menu.add("-");
498
+ pasteIntoItem = menu.add(new MenuItem("Paste into"));
499
+ pasteIntoItem.addActionListener(this);
181500 pasteLinkItem = menu.add(new MenuItem("Paste link"));
182501 pasteLinkItem.addActionListener(this);
183502 pasteCloneItem = menu.add(new MenuItem("Paste clone"));
184503 pasteCloneItem.addActionListener(this);
185504 // pasteExpandItem = menu.add(new MenuItem("Paste expand"));
186505 // pasteExpandItem.addActionListener(this);
187
- clearItem = menu.add(new MenuItem("Clear"));
188
- clearItem.addActionListener(this);
506
+ menu.add("-");
507
+ deleteItem = menu.add(new MenuItem("Delete"));
508
+ deleteItem.addActionListener(this);
509
+
510
+ if (Globals.ADVANCED)
511
+ {
512
+ // Deletes the cameras...
189513 clearAllItem = menu.add(new MenuItem("Clear All"));
190514 clearAllItem.addActionListener(this);
515
+ }
516
+
517
+ menuBar.add(cameraMenu = new Menu("View"));
518
+ //cameraMenu.add(zBufferItem = new CheckboxMenuItem("Z Buffer"));
519
+ //zBufferItem.addActionListener(this);
520
+ //cameraMenu.add(normalLensItem = new MenuItem("Normal Lens"));
521
+ //normalLensItem.addActionListener(this);
522
+ cameraMenu.add(restoreCameraItem = new MenuItem("Restore Viewpoint"));
523
+ restoreCameraItem.addActionListener(this);
524
+
525
+// cameraMenu.add(toggleFullScreenItem = new CheckboxMenuItem("Full Screen"));
526
+// toggleFullScreenItem.addItemListener(this);
527
+// toggleFullScreenItem.setState(CameraPane.FULLSCREEN);
528
+// cameraMenu.add("-");
529
+//
530
+// cameraMenu.add(toggleTextureItem = new CheckboxMenuItem("Texture"));
531
+// toggleTextureItem.addItemListener(this);
532
+// toggleTextureItem.setState(CameraPane.textureon);
533
+//
534
+// cameraMenu.add(toggleSwitchItem = new CheckboxMenuItem("Switch"));
535
+// toggleSwitchItem.addItemListener(this);
536
+// toggleSwitchItem.setState(CameraPane.SWITCH);
537
+
538
+ cameraMenu.add(toggleHandleItem = new CheckboxMenuItem("Show Handles"));
539
+ toggleHandleItem.addItemListener(this);
540
+ toggleHandleItem.setState(CameraPane.HANDLES);
541
+
542
+ cameraMenu.add(togglePaintItem = new CheckboxMenuItem("Paint mode"));
543
+ togglePaintItem.addItemListener(this);
544
+ togglePaintItem.setState(CameraPane.PAINTMODE);
545
+
546
+ if (Globals.ADVANCED)
547
+ {
548
+ cameraMenu.add("-");
549
+ cameraMenu.add(toggleLiveItem = new CheckboxMenuItem("Live"));
550
+ toggleLiveItem.addItemListener(this);
551
+ toggleLiveItem.setState(Globals.isLIVE());
191552
553
+ cameraMenu.add(stepItem = new MenuItem("Step"));
554
+ stepItem.addActionListener(this);
555
+ // cameraMenu.add(toggleDLItem = new CheckboxMenuItem("Display List"));
556
+ // toggleDLItem.addItemListener(this);
557
+ // toggleDLItem.setState(false);
558
+
559
+ cameraMenu.add(toggleRenderItem = new CheckboxMenuItem("Render"));
560
+ toggleRenderItem.addItemListener(this);
561
+ toggleRenderItem.setState(!CameraPane.frozen);
562
+
563
+ cameraMenu.add(toggleDebugItem = new CheckboxMenuItem("Debug"));
564
+ toggleDebugItem.addItemListener(this);
565
+ toggleDebugItem.setState(Globals.DEBUG);
566
+
567
+ cameraMenu.add(toggleFrustumItem = new CheckboxMenuItem("Frustum"));
568
+ toggleFrustumItem.addItemListener(this);
569
+ toggleFrustumItem.setState(CameraPane.FRUSTUM);
570
+
571
+ cameraMenu.add(toggleFootContactItem = new CheckboxMenuItem("Foot contact"));
572
+ toggleFootContactItem.addItemListener(this);
573
+ toggleFootContactItem.setState(CameraPane.FOOTCONTACT);
574
+
575
+ cameraMenu.add(toggleTimelineItem = new CheckboxMenuItem("Timeline"));
576
+ toggleTimelineItem.addItemListener(this);
577
+ }
578
+
579
+// cameraMenu.add(toggleRootItem = new CheckboxMenuItem("Alternate Root"));
580
+// toggleRootItem.addItemListener(this);
581
+// toggleRootItem.setState(false);
582
+// cameraMenu.add(animationItem = new CheckboxMenuItem("Animation"));
583
+// animationItem.addItemListener(this);
584
+// animationItem.setState(CameraPane.ANIMATION);
585
+ cameraMenu.add("-");
586
+ cameraMenu.add(editCameraItem = new MenuItem("Save Viewpoint"));
587
+ editCameraItem.addActionListener(this);
588
+
589
+ if (Globals.ADVANCED)
590
+ {
591
+ oe.cameraMenu.add(lookAtItem = new MenuItem("Set Interest"));
592
+ //cameraMenu.add(lookFromItem = new MenuItem("Look From Selection"));
593
+ //cameraMenu.add(switchViewItem = new MenuItem("Reverse View"));
594
+ editLeafItem = oe.cameraMenu.add(new MenuItem("Edit Leaf"));
595
+ oe.cameraMenu.add("-");
596
+ openWindowItem = oe.cameraMenu.add(new MenuItem("Edit copy..."));
597
+ openWindowItem.addActionListener(this);
598
+ editLeafItem.addActionListener(this);
599
+ lookAtItem.addActionListener(this);
600
+ //lookFromItem.addActinoListener(this);
601
+ //switchViewItem.addActionListener(this);
602
+ }
603
+
192604 oe.menuBar.add(menu = new Menu("Setting"));
193
- resetMeshItem = menu.add(new MenuItem("Reset All"));
194
- resetMeshItem.addActionListener(this);
195
- stepAllItem = menu.add(new MenuItem("Step All"));
196
- stepAllItem.addActionListener(this);
605
+ if (Globals.ADVANCED)
606
+ {
197607 revertMeshItem = menu.add(new MenuItem("Revert Meshes"));
198608 revertMeshItem.addActionListener(this);
199609 resetreferencesItem = menu.add(new MenuItem("Reset Mesh References"));
200610 resetreferencesItem.addActionListener(this);
201611 menu.add("-");
612
+ }
202613 overwriteGeoItem = menu.add(new MenuItem("Overwrite Geometry"));
203614 overwriteGeoItem.addActionListener(this);
204615 overwriteMatItem = menu.add(new MenuItem("Overwrite Material"));
....@@ -210,79 +621,104 @@
210621 overwriteUVItem = menu.add(new MenuItem("Overwrite UV"));
211622 overwriteUVItem.addActionListener(this);
212623 menu.add("-");
624
+ if (Globals.ADVANCED)
625
+ {
213626 generateMeshItem = menu.add(new MenuItem("Generate Meshes"));
214627 generateMeshItem.addActionListener(this);
215628 poseMeshItem = menu.add(new MenuItem("Set Pose Meshes"));
216629 poseMeshItem.addActionListener(this);
217630 menu.add("-");
631
+ }
218632 resetsupportItem = menu.add(new MenuItem("Reset support"));
219633 resetsupportItem.addActionListener(this);
220634 linkverticesItem = menu.add(new MenuItem("Link to Support"));
221635 linkverticesItem.addActionListener(this);
222636 relinkverticesItem = menu.add(new MenuItem("Re-link to Support"));
223637 relinkverticesItem.addActionListener(this);
638
+
639
+ if (Globals.ADVANCED)
640
+ {
224641 setMasterItem = menu.add(new MenuItem("Set Master Mesh"));
225642 setMasterItem.addActionListener(this);
643
+ }
226644
227645 oe.menuBar.add(menu = new Menu("Group"));
228
- grabItem = menu.add(new MenuItem("Grab"));
229
- grabItem.addActionListener(this);
646
+// grabItem = menu.add(new MenuItem("Grab"));
647
+// grabItem.addActionListener(this);
230648 backItem = menu.add(new MenuItem("Back"));
231649 backItem.addActionListener(this);
232650 frontItem = menu.add(new MenuItem("Front"));
233651 frontItem.addActionListener(this);
234
- compositeItem = menu.add(new MenuItem("Composite"));
235
- compositeItem.addActionListener(this);
236
- hideItem = menu.add(new MenuItem("Hide"));
652
+// compositeItem = menu.add(new MenuItem("Composite"));
653
+// compositeItem.addActionListener(this);
654
+
655
+ if (Globals.ADVANCED)
656
+ {
657
+ hideItem = menu.add(new MenuItem("Hidden Group"));
237658 hideItem.addActionListener(this);
659
+ }
238660 ungroupItem = menu.add(new MenuItem("Ungroup"));
239661 ungroupItem.addActionListener(this);
240
- menu.add("-");
241
- randomItem = menu.add(new MenuItem("Random"));
242
- randomItem.addActionListener(this);
243
- physicsItem = menu.add(new MenuItem("Physics"));
244
- physicsItem.addActionListener(this);
245
- frameselectorItem = menu.add(new MenuItem("Frame Selector"));
246
- frameselectorItem.addActionListener(this);
662
+
663
+// menu.add("-");
664
+//
665
+// switchItem = menu.add(new MenuItem("Switch node"));
666
+// switchItem.addActionListener(this);
667
+ if (Globals.ADVANCED)
668
+ {
247669 switchGeoItem = menu.add(new MenuItem("Switch Geometry"));
248670 switchGeoItem.addActionListener(this);
249671 switchTransfoItem = menu.add(new MenuItem("Switch Transform"));
250672 switchTransfoItem.addActionListener(this);
251
- morphItem = menu.add(new MenuItem("Morph"));
673
+ morphItem = menu.add(new MenuItem("Morph Group"));
252674 morphItem.addActionListener(this);
675
+
676
+ menu.add("-");
677
+ physicsItem = menu.add(new MenuItem("Physics"));
678
+ physicsItem.addActionListener(this);
679
+ frameselectorItem = menu.add(new MenuItem("Frame Selector"));
680
+ frameselectorItem.addActionListener(this);
253681 scriptNodeItem = menu.add(new MenuItem("Script Node"));
254682 scriptNodeItem.addActionListener(this);
255
- cameraItem = menu.add(new MenuItem("Camera"));
256
- cameraItem.addActionListener(this);
683
+ }
257684
258685 oe.menuBar.add(menu = new Menu("Object"));
259
- textureItem = menu.add(new MenuItem("Texture"));
260
- textureItem.addActionListener(this);
686
+// textureItem = menu.add(new MenuItem("Texture"));
687
+// textureItem.addActionListener(this);
261688 billboardItem = menu.add(new MenuItem("Billboard"));
262689 billboardItem.addActionListener(this);
263690 csgItem = menu.add(new MenuItem("CSG"));
264691 csgItem.addActionListener(this);
265
- shadowXItem = menu.add(new MenuItem("Shadow X"));
692
+ shadowXItem = menu.add(new MenuItem("Shadow Red"));
266693 shadowXItem.addActionListener(this);
267
- shadowYItem = menu.add(new MenuItem("Shadow Y"));
694
+ shadowYItem = menu.add(new MenuItem("Shadow Green"));
268695 shadowYItem.addActionListener(this);
269
- shadowZItem = menu.add(new MenuItem("Shadow Z"));
696
+ shadowZItem = menu.add(new MenuItem("Shadow Blue"));
270697 shadowZItem.addActionListener(this);
698
+ attributeItem = menu.add(new MenuItem("Attribute"));
699
+ attributeItem.addActionListener(this);
700
+
701
+ if (Globals.ADVANCED)
702
+ {
703
+ menu.add("-");
271704 linkerItem = menu.add(new MenuItem("Linker"));
272705 linkerItem.addActionListener(this);
273706 templateItem = menu.add(new MenuItem("Template"));
274707 templateItem.addActionListener(this);
275
- attributeItem = menu.add(new MenuItem("Attribute"));
276
- attributeItem.addActionListener(this);
277708 pointflowItem = menu.add(new MenuItem("Point Flow"));
278709 pointflowItem.addActionListener(this);
710
+ }
279711 menu.add("-");
280712 resetTransformItem = menu.add(new MenuItem("Reset Transform"));
281713 resetTransformItem.addActionListener(this);
282714 resetCentroidItem = menu.add(new MenuItem("Reset Centroid"));
283715 resetCentroidItem.addActionListener(this);
284
- transformgeometryItem = menu.add(new MenuItem("Transform Geometry"));
285
- transformgeometryItem.addActionListener(this);
716
+ resetCentroidXZItem = menu.add(new MenuItem("Reset Centroid XY"));
717
+ resetCentroidXZItem.addActionListener(this);
718
+ transformGeometryItem = menu.add(new MenuItem("Transform Geometry"));
719
+ transformGeometryItem.addActionListener(this);
720
+ transformChildrenItem = menu.add(new MenuItem("Transform Children"));
721
+ transformChildrenItem.addActionListener(this);
286722
287723 oe.menuBar.add(menu = new Menu("Geometry"));
288724 genUVItem = menu.add(new MenuItem("Generate UV"));
....@@ -293,8 +729,11 @@
293729 genNormalsCADItem.addActionListener(this);
294730 genNormalsMESHItem = menu.add(new MenuItem("Mesh Normals"));
295731 genNormalsMESHItem.addActionListener(this);
296
- genNormalsMINEItem = menu.add(new MenuItem("My Normals"));
732
+ if (Globals.ADVANCED)
733
+ {
734
+ genNormalsMINEItem = menu.add(new MenuItem("Stitch Normals"));
297735 genNormalsMINEItem.addActionListener(this);
736
+ }
298737 stripifyItem = menu.add(new MenuItem("Stripify"));
299738 stripifyItem.addActionListener(this);
300739 unstripifyItem = menu.add(new MenuItem("Unstripify"));
....@@ -316,23 +755,34 @@
316755 reduce34MeshItem.addActionListener(this);
317756 increaseMeshItem = menu.add(new MenuItem("Increase mesh"));
318757 increaseMeshItem.addActionListener(this);
319
- smoothMeshItem = menu.add(new MenuItem("Smooth mesh"));
320
- smoothMeshItem.addActionListener(this);
321758 clipMeshItem = menu.add(new MenuItem("Clip mesh"));
322759 clipMeshItem.addActionListener(this);
760
+
761
+ if (Globals.ADVANCED)
762
+ {
763
+ smoothMeshItem = menu.add(new MenuItem("Smooth mesh"));
764
+ smoothMeshItem.addActionListener(this);
765
+ }
323766
324767 oe.menuBar.add(menu = new Menu("Attributes"));
325768 clearMaterialsItem = menu.add(new MenuItem("Clear Materials"));
326769 clearMaterialsItem.addActionListener(this);
770
+ resetAllItem = menu.add(new MenuItem("Reset All"));
771
+ resetAllItem.addActionListener(this);
772
+ stepAllItem = menu.add(new MenuItem("Step All"));
773
+ stepAllItem.addActionListener(this);
327774 menu.add("-");
328775 liveleavesItem = menu.add(new MenuItem("Live Leaves"));
329776 liveleavesItem.addActionListener(this);
330777 unliveleavesItem = menu.add(new MenuItem("Unlive Leaves"));
331778 unliveleavesItem.addActionListener(this);
779
+ if (Globals.ADVANCED)
780
+ {
332781 supportleavesItem = menu.add(new MenuItem("Support Leaves"));
333782 supportleavesItem.addActionListener(this);
334783 unsupportleavesItem = menu.add(new MenuItem("Unsupport Leaves"));
335784 unsupportleavesItem.addActionListener(this);
785
+ }
336786 hideleavesItem = menu.add(new MenuItem("Hide Leaves"));
337787 hideleavesItem.addActionListener(this);
338788 showleavesItem = menu.add(new MenuItem("Show Leaves"));
....@@ -341,6 +791,14 @@
341791 markleavesItem.addActionListener(this);
342792 unmarkleavesItem = menu.add(new MenuItem("Unmark Leaves"));
343793 unmarkleavesItem.addActionListener(this);
794
+ rewindleavesItem = menu.add(new MenuItem("Rewind Leaves"));
795
+ rewindleavesItem.addActionListener(this);
796
+ unrewindleavesItem = menu.add(new MenuItem("Unrewind Leaves"));
797
+ unrewindleavesItem.addActionListener(this);
798
+ randomleavesItem = menu.add(new MenuItem("Random Leaves"));
799
+ randomleavesItem.addActionListener(this);
800
+ unrandomleavesItem = menu.add(new MenuItem("Unrandom Leaves"));
801
+ unrandomleavesItem.addActionListener(this);
344802 menu.add("-");
345803 flipVItem = menu.add(new MenuItem("Flip V"));
346804 flipVItem.addActionListener(this);
....@@ -366,45 +824,56 @@
366824 attachBumpItem.addActionListener(this);
367825 pigmentBumpItem = menu.add(new MenuItem("Pigment -> Bump"));
368826 pigmentBumpItem.addActionListener(this);
827
+ //embedTexturesItem
369828 detachPigmentItem = menu.add(new MenuItem("Detach Pigment"));
370829 detachPigmentItem.addActionListener(this);
371830 detachBumpItem = menu.add(new MenuItem("Detach Bump"));
372831 detachBumpItem.addActionListener(this);
832
+ embedTexturesItem = menu.add(new MenuItem("Embed Textures"));
833
+ embedTexturesItem.addActionListener(this);
834
+ deEmbedTexturesItem = menu.add(new MenuItem("De-embed Textures"));
835
+ deEmbedTexturesItem.addActionListener(this);
373836 menu.add("-");
374837 sortbysizeItem = menu.add(new MenuItem("Sort by size"));
375838 sortbysizeItem.addActionListener(this);
376839 sortbynameItem = menu.add(new MenuItem("Sort by name"));
377840 sortbynameItem.addActionListener(this);
378841 menu.add("-");
842
+ shareGeometriesItem = menu.add(new MenuItem("Share Geometries"));
843
+ shareGeometriesItem.addActionListener(this);
844
+ mergeGeometriesItem = menu.add(new MenuItem("Merge Geometries"));
845
+ mergeGeometriesItem.addActionListener(this);
846
+ if (Globals.ADVANCED)
847
+ {
848
+ // Pretty much the same as duplicate and clone.
379849 extractGeometriesItem = menu.add(new MenuItem("Link Geometry"));
380850 extractGeometriesItem.addActionListener(this);
381851 cloneGeometriesItem = menu.add(new MenuItem("Clone Geometry"));
382852 cloneGeometriesItem.addActionListener(this);
383
- shareGeometriesItem = menu.add(new MenuItem("Share Geometry"));
384
- shareGeometriesItem.addActionListener(this);
385
- mergeGeometriesItem = menu.add(new MenuItem("Merge Geometry"));
386
- mergeGeometriesItem.addActionListener(this);
853
+ }
387854
388855 oe.menuBar.add(menu = new Menu("Insert"));
389856 buildCreateMenu(menu);
390857
391
-
392
- oe.menuBar.add(menu = new Menu("Include"));
393
- importGFDItem = menu.add(new MenuItem("GrafreeD Object..."));
394
- importGFDItem.addActionListener(this);
395
- importVRMLX3DItem = menu.add(new MenuItem("VRML/X3D Object..."));
396
- importVRMLX3DItem.addActionListener(this);
397
- importOBJItem = menu.add(new MenuItem("OBJ Object..."));
398
- importOBJItem.addActionListener(this);
399
- import3DSItem = menu.add(new MenuItem("3DS Object..."));
400
- import3DSItem.addActionListener(this);
401
-
402858 oe.menuBar.add(menu = new Menu("Tools"));
403859 buildToolsMenu(menu);
404860 }
405861
862
+
406863 void SetupUI2(ObjEditor oe)
407864 {
865
+ // June 2019
866
+ if (oe == null)
867
+ {
868
+ //super.SetupUI2(this);
869
+ //return;
870
+ }
871
+
872
+ if (copy != group)
873
+ {
874
+ //super.SetupUI2(this);
875
+ }
876
+
408877 //new Exception().printStackTrace();
409878
410879 oe.radioPanel = new JPanel(new GridBagLayout());
....@@ -433,153 +902,239 @@
433902 oe.radioPanel.add(dummyButton);
434903 oe.buttonGroup.add(dummyButton);
435904 */
436
- aConstraints.gridy += 1;
437
- oe.aConstraints.gridwidth = 1;
438
- oe.aConstraints.gridx = 0;
905
+ cGridBag copyOptionsPanel = new cGridBag();
906
+
907
+ copyOptionsPanel.preferredHeight = 2;
439908
440
- oe.toolbarPanel.add(liveCB = new cCheckBox("Live", CameraPane.isLIVE()), oe.aConstraints);
909
+ //this.AddOptions(oe.toolbarPanel, oe.aConstraints);
910
+
911
+ //oe.toolbarPanel.add(minButton = new cButton("Min", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
912
+ //minButton.setToolTipText("Minimize window");
913
+ //minButton.addActionListener(this);
914
+
915
+ if (Globals.ADVANCED)
916
+ {
917
+ oe.toolbarPanel.add(maxButton = GetButton("icons/add-128.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
918
+ maxButton.setToolTipText("Maximize window");
919
+ maxButton.addActionListener(this);
920
+ }
921
+
922
+ oe.toolbarPanel.add(fullButton = GetButton("icons/fullscreen.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
923
+ fullButton.setToolTipText("Full-screen window");
924
+ fullButton.addActionListener(this);
925
+
926
+ oe.toolbarPanel.add(screenfitButton = GetButton("icons/fit.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
927
+ screenfitButton.setToolTipText("Screen fit");
928
+ screenfitButton.addActionListener(this);
929
+
930
+ oe.toolbarPanel.add(restoreCameraButton = GetButton("icons/eye.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
931
+ restoreCameraButton.setToolTipText("Restore viewpoint");
932
+ restoreCameraButton.addActionListener(this);
933
+
934
+ copyOptionsPanel.add(saveButton = GetButton("icons/down_arrow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
935
+ saveButton.setToolTipText("New version");
936
+ saveButton.addActionListener(this);
937
+
938
+ copyOptionsPanel.add(undoButton = GetButton("icons/undo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
939
+ undoButton.setToolTipText("Previous version");
940
+ undoButton.addActionListener(this);
941
+ undoButton.setEnabled(false);
942
+
943
+ cGridBag updown = new cGridBag().setVertical(true);
944
+ updown.add(restoreButton = GetButton("icons/restore.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
945
+ restoreButton.setToolTipText("Restore current");
946
+ restoreButton.addActionListener(this);
947
+ restoreButton.setEnabled(false);
948
+
949
+ updown.add(replaceButton = GetButton("icons/replace.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
950
+ replaceButton.setToolTipText("Replace current");
951
+ replaceButton.addActionListener(this);
952
+ replaceButton.setEnabled(false);
953
+
954
+ copyOptionsPanel.add(updown);
955
+
956
+ copyOptionsPanel.add(redoButton = GetButton("icons/redo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
957
+ redoButton.setToolTipText("Next version");
958
+ redoButton.addActionListener(this);
959
+ redoButton.setEnabled(false);
960
+
961
+ oe.toolbarPanel.add(liveCB = GetToggleButton("icons/run.png", Globals.isLIVE())); //, oe.aConstraints);
962
+ liveCB.setToolTipText("Enable animation");
441963 liveCB.addItemListener(this);
442964
443
- oe.aConstraints.gridx += 1;
444
- oe.toolbarPanel.add(supportCB = new cCheckBox("Support", CameraPane.SUPPORT), oe.aConstraints);
445
- supportCB.addItemListener(this);
446
-
447
- // oe.aConstraints.gridx += 1;
448
- // oe.toolbarPanel.add(localCB = new cCheckBox("Local", CameraPane.LOCALTRANSFORM), oe.aConstraints);
449
- // localCB.addItemListener(this);
450
-
451
- oe.aConstraints.gridx += 1;
452
- oe.toolbarPanel.add(crowdCB = new cCheckBox("Crowd", CameraPane.CROWD), oe.aConstraints);
453
- crowdCB.addItemListener(this);
454
-
455
- oe.aConstraints.gridx += 1;
456
- oe.toolbarPanel.add(smoothCB = new cCheckBox("Inertia", CameraPane.INERTIA), oe.aConstraints);
457
- smoothCB.addItemListener(this);
458
-
459
- oe.aConstraints.gridx += 1;
460
- oe.toolbarPanel.add(fastCB = new cCheckBox("Fast", CameraPane.FAST), oe.aConstraints);
965
+ oe.toolbarPanel.add(oneStepButton = GetButton("icons/step.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
966
+ oneStepButton.setToolTipText("Animate one step forward");
967
+ oneStepButton.addActionListener(this);
968
+
969
+ oe.toolbarPanel.add(fastCB = GetToggleButton("icons/runfast.png", CameraPane.FAST)); //, constraints);
970
+ fastCB.setToolTipText("Fast mode");
461971 fastCB.addItemListener(this);
462
- oe.aConstraints.gridx += 1;
463
- oe.toolbarPanel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE), oe.aConstraints);
464
- slowCB.addItemListener(this);
465
- oe.aConstraints.gridx += 1;
466
- oe.toolbarPanel.add(boxCB = new cCheckBox("Box", CameraPane.FAST), oe.aConstraints);
467
- boxCB.addItemListener(this);
972
+
973
+ //oe.toolboxPanel.Return();
974
+
975
+// copyOptionsPanel.add(trackCB = GetToggleButton("icons/track.png", CameraPane.TRACK)); //, oe.aConstraints);
976
+// trackCB.setToolTipText("Enable tracking");
977
+// trackCB.addItemListener(this);
468978
469
-// oe.aConstraints.gridx += 1;
470
-// oe.toolbarPanel.add(speakerMocapCB = new cCheckBox("Mocap", CameraPane.SPEAKERMOCAP), oe.aConstraints);
471
-// speakerMocapCB.addItemListener(this);
472
-
473
- if (false)
474
- {
475
- // handled in scripts
476
- oe.aConstraints.gridx += 1;
477
- oe.toolbarPanel.add(speakerCameraCB = new cCheckBox("Cam", CameraPane.SPEAKERCAMERA), oe.aConstraints);
478
- speakerCameraCB.addItemListener(this);
479
-
480
- oe.aConstraints.gridx += 1;
481
- oe.toolbarPanel.add(speakerFocusCB = new cCheckBox("Focus", CameraPane.SPEAKERFOCUS), oe.aConstraints);
482
- speakerFocusCB.addItemListener(this);
483
-
484
- oe.aConstraints.gridx += 1;
485
- oe.toolbarPanel.add(smoothfocusCB = new cCheckBox("Smooth", CameraPane.SMOOTHFOCUS), oe.aConstraints);
486
- smoothfocusCB.addItemListener(this);
487
- }
488
-
489
-//oe.aConstraints.gridx += 1;
490
-//oe.toolbarPanel.add(debugCB = new cCheckBox("Debug", CameraPane.DEBUG), oe.aConstraints);
491
-// debugCB.addItemListener(this);
492
-
493
- oe.aConstraints.gridx += 1;
494
- oe.toolbarPanel.add(oeilCB = new cCheckBox("O", CameraPane.OEIL), oe.aConstraints);
495
- oeilCB.addItemListener(this);
496
-
497
- oe.aConstraints.gridx += 1;
498
- oe.toolbarPanel.add(lookAtCB = new cCheckBox("T", CameraPane.LOOKAT), oe.aConstraints);
499
- lookAtCB.addItemListener(this);
500
-
501
- oe.aConstraints.gridx += 1;
502
- oe.toolbarPanel.add(trackCB = new cCheckBox(":", CameraPane.TRACK), oe.aConstraints);
503
- trackCB.addItemListener(this);
504
-
505
- oe.aConstraints.gridx += 1;
506
- oe.toolbarPanel.add(screenfitButton = new cButton("@ ")); //, oe.aConstraints);
507
- screenfitButton.addActionListener(this);
508
- oe.aConstraints.gridx += 1;
509979 // oe.toolbarPanel.add(screenfitpointButton = new cButton(" @+ ")); //, oe.aConstraints);
510980 // screenfitpointButton.addActionListener(this);
511
-// oe.aConstraints.gridx += 1;
512
- oe.toolbarPanel.add(snapobjectButton = new cButton(" O+ ")); //, oe.aConstraints);
513
- snapobjectButton.addActionListener(this);
514
- oe.aConstraints.gridx += 1;
515981
516
- //aConstraints.gridx = 0;
517
- //aConstraints.gridy += 1;
518
- oe.aConstraints.weighty = 0;
519
- oe.aConstraints.gridwidth = 1;
520
-
521
- oe.toolbarPanel.add(flashSelectionButton = new cButton(" ? ")); //, oe.aConstraints);
522
- flashSelectionButton.addActionListener(this);
523
-
524
- oe.toolbarPanel.add(new cButton(" ", false));
525
-
526
- oe.aConstraints.gridx += 1;
527
- oe.aConstraints.weighty = 0;
528
- oe.aConstraints.gridwidth = 1;
529
-
530
- //
531
- oe.toolbarPanel.add(twoButton = new cButton(" |+| ")); //, oe.aConstraints);
532
- twoButton.addActionListener(this);
533
- oe.toolbarPanel.add(fourButton = new cButton("+|| ")); //, oe.aConstraints);
982
+ if (Globals.ADVANCED)
983
+ {
984
+ oe.toolbarPanel.add(snapobjectButton = new cButton("O+", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
985
+ snapobjectButton.addActionListener(this);
986
+ snapobjectButton.setToolTipText("Snap Object");
987
+
988
+ oe.toolbarPanel.add(fourButton = GetButton("icons/controls-horizontal.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
534989 fourButton.addActionListener(this);
535
- oe.toolbarPanel.add(sixButton = new cButton("+|+| ")); //, oe.aConstraints);
536
- sixButton.addActionListener(this);
537
- oe.toolbarPanel.add(threeButton = new cButton(" |+|+")); //, oe.aConstraints);
990
+ fourButton.setToolTipText("Show control panel only");
991
+ }
992
+
993
+ //oe.toolbarPanel.add(new JSeparator(SwingConstants.VERTICAL));
994
+
995
+ oe.toolbarPanel.add(twoButton = GetButton("icons/cube.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
996
+ twoButton.setToolTipText("Show 3D view only");
997
+ twoButton.addActionListener(this);
998
+ this.fullscreenLayout = twoButton;
999
+
1000
+ oe.toolbarPanel.add(threeButton = GetButton("icons/controlsview.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1001
+ threeButton.setToolTipText("Show controls and 3D view");
5381002 threeButton.addActionListener(this);
539
- oe.toolbarPanel.add(sevenButton = new cButton("+|+|+")); //, oe.aConstraints);
540
- sevenButton.addActionListener(this);
1003
+ oe.toolbarPanel.add(sixButton = GetButton("icons/viewcontrols.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1004
+ sixButton.setToolTipText("Show 3D view and controls");
1005
+ sixButton.addActionListener(this);
1006
+// oe.toolbarPanel.add(sevenButton = new cButton("-|-|-", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1007
+// sevenButton.setToolTipText("3-column layout");
1008
+// sevenButton.addActionListener(this);
5411009 //
5421010
543
- oe.toolbarPanel.add(rootButton = new cButton(" o o o E ")); //, oe.aConstraints);
1011
+ oe.toolbarPanel.add(rootButton = GetButton("icons/openwindow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1012
+ rootButton.setToolTipText("Open selection in new tab");
5441013 rootButton.addActionListener(this);
545
- oe.aConstraints.gridx += 1;
546
- oe.toolbarPanel.add(closeButton = new cButton(" X ")); //, oe.aConstraints);
1014
+
1015
+ oe.toolbarPanel.add(closeButton = GetButton("icons/close-icon.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1016
+ closeButton.setToolTipText("Close tab");
5471017 closeButton.addActionListener(this);
5481018 //oe.treePanel.add(clearButton = new cButton("X"), oe.aConstraints);
5491019 //clearButton.addActionListener(this);
550
- oe.aConstraints.gridx += 1;
551
-
552
- oe.aConstraints.gridx = 1; //
553
- oe.treePanel.add(editButton = new cButton("+"), oe.aConstraints);
554
- editButton.addActionListener(this);
555
- oe.aConstraints.gridx += 1;
556
- oe.aConstraints.weighty = 0;
557
- oe.aConstraints.gridwidth = 1;
5581020
559
- oe.treePanel.add(uneditButton = new cButton("-"), oe.aConstraints);
1021
+ cGridBag row1 = new cGridBag();
1022
+
1023
+ // INSERT
1024
+ row1.add(gridButton = GetButton("icons/grid.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1025
+ gridButton.setToolTipText("Create grid");
1026
+ gridButton.addActionListener(this);
1027
+
1028
+ row1.add(boxButton = GetButton("icons/box.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1029
+ boxButton.setToolTipText("Create box");
1030
+ boxButton.addActionListener(this);
1031
+
1032
+ row1.add(sphereButton = GetButton("icons/sphere.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1033
+ sphereButton.setToolTipText("Create sphere");
1034
+ sphereButton.addActionListener(this);
1035
+
1036
+ row1.add(coneButton = GetButton("icons/cone.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1037
+ coneButton.setToolTipText("Create cone");
1038
+ coneButton.addActionListener(this);
1039
+
1040
+ row1.add(torusButton = GetButton("icons/torus.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1041
+ torusButton.setToolTipText("Create torus");
1042
+ torusButton.addActionListener(this);
1043
+
1044
+ row1.add(superButton = GetButton("icons/super.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1045
+ superButton.setToolTipText("Create superellipsoid");
1046
+ superButton.addActionListener(this);
1047
+
1048
+ if (Globals.ADVANCED)
1049
+ {
1050
+ oe.toolboxPanel.add(kleinButton = GetButton("icons/klein.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1051
+ kleinButton.setToolTipText("Create Klein bottle");
1052
+ kleinButton.addActionListener(this);
1053
+ }
1054
+
1055
+ row1.add(particlesButton = GetButton("icons/particles.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1056
+ particlesButton.setToolTipText("Create particle system");
1057
+ particlesButton.addActionListener(this);
1058
+
1059
+ oe.toolboxPanel.add(row1);
1060
+
1061
+ cGridBag row2 = new cGridBag();
1062
+
1063
+ row2.add(groupButton = GetButton("icons/group.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1064
+ groupButton.setToolTipText("Create group");
1065
+ groupButton.addActionListener(this);
1066
+
1067
+ row2.add(compositeButton = GetButton("icons/composite.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1068
+ compositeButton.setToolTipText("Create composite");
1069
+ compositeButton.addActionListener(this);
1070
+
1071
+ row2.add(switchButton = GetButton("icons/switch.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1072
+ switchButton.setToolTipText("Create item switcher");
1073
+ switchButton.addActionListener(this);
1074
+
1075
+ row2.add(loopButton = GetButton("icons/loop.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1076
+ loopButton.setToolTipText("Create loop");
1077
+ loopButton.addActionListener(this);
1078
+
1079
+ row2.add(textureButton = GetButton("icons/texture.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1080
+ textureButton.setToolTipText("Create texture");
1081
+ textureButton.addActionListener(this);
1082
+
1083
+ row2.add(overlayButton = GetButton("icons/overlay.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1084
+ overlayButton.setToolTipText("Create overlay");
1085
+ overlayButton.addActionListener(this);
1086
+
1087
+ row2.add(lightButton = GetButton("icons/light-bulb.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1088
+ lightButton.setToolTipText("Create light");
1089
+ lightButton.addActionListener(this);
1090
+
1091
+ oe.toolboxPanel.add(row2);
1092
+
1093
+ // ENVYMAPS
1094
+ cGridBag skyboxpane = new cGridBag();
1095
+ skyboxpane.preferredHeight = 100;
1096
+
1097
+ oe.toolboxPanel.add(skyboxpane);
1098
+
1099
+ JTabbedPane skyboxpanel = new JTabbedPane();
1100
+ skyboxpane.add(skyboxpanel);
1101
+
1102
+ AddSkyboxTab0(skyboxpanel);
1103
+ AddSkyboxTab1(skyboxpanel);
1104
+ AddSkyboxTab2(skyboxpanel);
1105
+ AddSkyboxTab3(skyboxpanel);
1106
+
1107
+ // EDIT panel
1108
+ editCommandsPanel.add(editButton = GetButton("icons/controls.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1109
+ editButton.setToolTipText("Pin selection controls");
1110
+ editButton.addActionListener(this);
1111
+
1112
+ editCommandsPanel.add(uneditButton = GetButton("icons/remove.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1113
+ uneditButton.setToolTipText("Remove selection controls");
5601114 uneditButton.addActionListener(this);
5611115
562
- oe.aConstraints.gridx += 1;
563
- oe.aConstraints.weighty = 0;
564
- oe.aConstraints.gridwidth = 1;
565
-
566
- oe.treePanel.add(clearPanelButton = new cButton("C"), oe.aConstraints);
567
- clearPanelButton.addActionListener(this);
568
-
569
- oe.aConstraints.gridx += 1;
570
- oe.aConstraints.weighty = 0;
571
- oe.aConstraints.gridwidth = 1;
572
-
573
- oe.treePanel.add(allParamsButton = new cButton("A"), oe.aConstraints);
1116
+ editCommandsPanel.add(allParamsButton = new JCheckBox("All", allparams)); //, oe.aConstraints);
1117
+ allParamsButton.setToolTipText("Show all controle");
5741118 allParamsButton.addActionListener(this);
5751119
576
- oe.aConstraints.gridx += 1;
577
- oe.aConstraints.weighty = 0;
578
- oe.aConstraints.gridwidth = 1;
579
-
580
- oe.treePanel.add(unselectButton = new cButton("U"), oe.aConstraints);
1120
+ editCommandsPanel.add(clearPanelButton = new cButton("C", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1121
+ clearPanelButton.setToolTipText("Clear edit panel");
1122
+ clearPanelButton.addActionListener(this);
1123
+
1124
+ editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1125
+ unselectButton.setToolTipText("Unselect");
5811126 unselectButton.addActionListener(this);
5821127
1128
+ editCommandsPanel.add(flashSelectionButton = GetButton("icons/flash-light.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1129
+ flashSelectionButton.setToolTipText("Highlight selection");
1130
+ flashSelectionButton.addActionListener(this);
1131
+
1132
+ editCommandsPanel.preferredHeight = 1;
1133
+
1134
+ SetPinStates(false);
1135
+// oe.treePanel.add(commandsPanel);
1136
+// oe.treePanel.Return();
1137
+
5831138 // oe.aConstraints.gridx += 1;
5841139 // oe.aConstraints.weighty = 0;
5851140 // oe.aConstraints.gridwidth = 1;
....@@ -591,47 +1146,32 @@
5911146 // oe.treePanel.add(gcButton = new cButton("GC"), oe.aConstraints);
5921147 // gcButton.addActionListener(this);
5931148
594
- oe.aConstraints.gridx = 0;
595
- oe.aConstraints.gridy += 1;
596
-
597
- //ctrlPanel.add(objList = new List(5, true));
598
- oe.aConstraints.gridwidth = 100;
599
- // oe.aConstraints.gridheight = 100;
600
- oe.aConstraints.fill = GridBagConstraints.BOTH; // HORIZONTAL;
601
- oe.aConstraints.gridheight = 1;
602
- oe.aConstraints.weighty = 0.5;
603
- oe.aConstraints.gridx = 0;
604
- JScrollPane jSP;
1149
+ cGridBag jSPPanel = new cGridBag();
1150
+
1151
+ JScrollPane jSP;
6051152 //ctrlPanel.add(new JScrollPane(jTree = new cTree(new cTreeModel(this))), aConstraints);
606
- oe.treePanel.add(jSP = new JScrollPane(oe.jTree = new cTree(null)), oe.aConstraints);
1153
+ jSPPanel.add(jSP = new JScrollPane(oe.jTree)); //, oe.aConstraints);
6071154 ResetModel();
608
- oe.aConstraints.weighty = 0.5;
609
- oe.aConstraints.fill = GridBagConstraints.HORIZONTAL;
610
- oe.aConstraints.gridy += 1;
611
- oe.aConstraints.gridwidth = 1;
612
-
613
- oe.aConstraints.weighty = 0;
614
- oe.aConstraints.gridwidth = 2;
615
-
616
- oe.treePanel.add(colorCB = new cCheckBox("Color", (dropAttributes&Object3D.COLOR)!=0), oe.aConstraints);
617
- colorCB.addItemListener(this);
618
- oe.aConstraints.gridx += 2;
619
- oe.treePanel.add(materialCB = new cCheckBox("Material", (dropAttributes&Object3D.MATERIAL)!=0), oe.aConstraints);
620
- materialCB.addItemListener(this);
621
- oe.aConstraints.gridx += 2;
622
- oe.treePanel.add(textureCB = new cCheckBox("Texture", (dropAttributes&Object3D.TEXTURE)!=0), oe.aConstraints);
623
- textureCB.addItemListener(this);
624
-
625
- oe.aConstraints.gridx = 0;
626
- oe.aConstraints.gridy += 1;
6271155
1156
+ oe.treePanel.add(jSPPanel);
1157
+ oe.treePanel.Return();
1158
+
1159
+ oe.treePanel.add(copyOptionsPanel);
1160
+ oe.treePanel.Return();
1161
+ cGridBag sliderPane = AddSlider(oe.treePanel, "Version", 0, 0, 0);
1162
+ versionSlider = (cNumberSlider)sliderPane.getComponent(1);
1163
+ sliderPane.preferredHeight = 1;
1164
+
1165
+// mainPanel.setDividerLocation(0.1); //1.0);
1166
+ mainPanel.setResizeWeight(0.4);
1167
+
6281168 //jList.addListSelectionListener(this);
6291169 oe.jTree.addTreeSelectionListener(this);
6301170 //jTree.setRootVisible(false);
6311171 //jTree.setEditable(true);
6321172 oe.jTree.setDragEnabled(true);
6331173 //jTree.setPreferredSize(new Dimension(10,10));
634
- jSP.setPreferredSize(new Dimension(100,200));
1174
+ //jSP.setPreferredSize(new Dimension(100,200));
6351175
6361176 oe.jTree.setCellRenderer(new cTreeModel.Renderer());
6371177
....@@ -643,23 +1183,160 @@
6431183 dgr.addDragGestureListener(this);
6441184 }catch(Exception e) {}
6451185 */
646
- radio.layout = sevenButton;
1186
+ radio.layout = sixButton; // sevenButton;
6471187 oe.toolbarPanel.add(radioPanel); //, oe.aConstraints);
6481188 }
1189
+
1190
+ void AddOptions(cGridBag panel) //, GridBagConstraints constraints)
1191
+ {
1192
+ panel.add(colorCB = new cCheckBox("Color", (dropAttributes&Object3D.COLOR)!=0)); //, oe.aConstraints);
1193
+ colorCB.setToolTipText("Copy color when dropped");
1194
+ colorCB.addItemListener(this);
1195
+
1196
+ panel.add(materialCB = new cCheckBox("Material", (dropAttributes&Object3D.MATERIAL)!=0)); //, oe.aConstraints);
1197
+ materialCB.setToolTipText("Copy material when dropped");
1198
+ materialCB.addItemListener(this);
1199
+
1200
+ panel.add(textureCB = new cCheckBox("Texture", (dropAttributes&Object3D.TEXTURE)!=0)); //, oe.aConstraints);
1201
+ textureCB.setToolTipText("Copy texture when dropped");
1202
+ textureCB.addItemListener(this);
1203
+
1204
+ panel.Return();
1205
+
1206
+ panel.add(boxCB = new cCheckBox("Box", CameraPane.BOXMODE)); //, constraints);
1207
+ boxCB.setToolTipText("Display bounding boxes");
1208
+ boxCB.addItemListener(this);
1209
+
1210
+ panel.add(zoomBoxCB = new cCheckBox("Zoom", CameraPane.ZOOMBOXMODE)); //, constraints);
1211
+ zoomBoxCB.setToolTipText("Display only for wheel");
1212
+ zoomBoxCB.addItemListener(this);
1213
+
1214
+ if (true) // Globals.ADVANCED)
1215
+ {
1216
+// panel.add(supportCB = new cCheckBox("Support", CameraPane.SUPPORT)); //, constraints);
1217
+// supportCB.setToolTipText("Enable rigging");
1218
+// supportCB.addItemListener(this);
1219
+
1220
+ panel.add(freezeCB = new cCheckBox("Freeze", Globals.FREEZEONMOVE)); //, constraints);
1221
+ freezeCB.setToolTipText("Fast moving camera");
1222
+ freezeCB.addItemListener(this);
1223
+
1224
+ // panel.add(localCB = new cCheckBox("Local", CameraPane.LOCALTRANSFORM), constraints);
1225
+ // localCB.addItemListener(this);
1226
+
1227
+ panel.Return();
1228
+
1229
+ panel.add(crowdCB = new cCheckBox("Crowd", Globals.CROWD)); //, constraints);
1230
+ crowdCB.setToolTipText("Used for crowds");
1231
+ crowdCB.addItemListener(this);
1232
+
1233
+ panel.add(smoothCB = new cCheckBox("Inertia", CameraPane.INERTIA)); //, constraints);
1234
+ smoothCB.setToolTipText("Snapping delay");
1235
+ smoothCB.addItemListener(this);
1236
+
1237
+ panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints);
1238
+ slowCB.setToolTipText("Smooth interpolation");
1239
+ slowCB.addItemListener(this);
1240
+
1241
+// constraints.gridy += 1;
1242
+// panel.add(speakerMocapCB = new cCheckBox("Mocap", CameraPane.SPEAKERMOCAP), constraints);
1243
+// speakerMocapCB.addItemListener(this);
1244
+
1245
+ panel.Return();
1246
+
1247
+ if (false)
1248
+ {
1249
+ // handled in scripts
1250
+ //constraints.gridy += 1;
1251
+ panel.add(speakerCameraCB = new cCheckBox("Cam", CameraPane.SPEAKERCAMERA)); //, constraints);
1252
+ speakerCameraCB.addItemListener(this);
1253
+
1254
+ //constraints.gridy += 1;
1255
+ panel.add(speakerFocusCB = new cCheckBox("Focus", CameraPane.SPEAKERFOCUS)); //, constraints);
1256
+ speakerFocusCB.addItemListener(this);
1257
+
1258
+ //constraints.gridy += 1;
1259
+ panel.add(smoothfocusCB = new cCheckBox("Smooth", CameraPane.SMOOTHFOCUS)); //, constraints);
1260
+ smoothfocusCB.addItemListener(this);
1261
+ panel.Return();
1262
+ }
1263
+
1264
+//constraints.gridx += 1;
1265
+//panel.add(debugCB = new cCheckBox("Debug", CameraPane.DEBUG), constraints);
1266
+// debugCB.addItemListener(this);
1267
+
1268
+ panel.add(trackCB = new cCheckBox("Track", CameraPane.TRACK)); //, oe.aConstraints);
1269
+ trackCB.setToolTipText("Enable tracking target");
1270
+ trackCB.addItemListener(this);
1271
+
1272
+ panel.add(oeilCB = new cCheckBox("Eye", CameraPane.OEIL)); //, constraints);
1273
+ oeilCB.setToolTipText("Move camera when tracking");
1274
+ oeilCB.addItemListener(this);
1275
+
1276
+ panel.add(shadowCB = new cCheckBox("Shadow", Globals.COMPUTESHADOWWHENLIVE)); //, constraints);
1277
+ shadowCB.setToolTipText("When live compute shadows");
1278
+ shadowCB.addItemListener(this);
1279
+
1280
+ panel.Return();
1281
+ panel.add(toggleTextureCB = new cCheckBox("Textures", CameraPane.textureon)); //, constraints);
1282
+ toggleTextureCB.setToolTipText("Load textures");
1283
+ toggleTextureCB.addItemListener(this);
1284
+
1285
+ panel.add(toggleSwitchCB = new cCheckBox("Switch", CameraPane.SWITCH)); //, constraints);
1286
+ toggleSwitchCB.setToolTipText("Choose a single item");
1287
+ toggleSwitchCB.addItemListener(this);
1288
+
1289
+ panel.add(autokeepCB = new cCheckBox("Auto-replace", Globals.REPLACEONMAKE)); //, constraints);
1290
+ autokeepCB.setToolTipText("On structure change");
1291
+ autokeepCB.addItemListener(this);
1292
+
1293
+ panel.Return();
1294
+ if (Globals.ADVANCED)
1295
+ {
1296
+ panel.add(lookAtCB = new cCheckBox("Target", CameraPane.LOOKAT)); //, constraints);
1297
+ lookAtCB.setToolTipText("Look-at target");
1298
+ lookAtCB.addItemListener(this);
1299
+ }
1300
+
1301
+ }
1302
+
1303
+ cGridBag fill = new cGridBag();
1304
+ fill.preferredHeight = 200;
1305
+ cGridBag fill2 = new cGridBag();
1306
+ fill2.preferredHeight = 200;
1307
+ cGridBag fill3 = new cGridBag();
1308
+ fill3.preferredHeight = 200;
1309
+
1310
+ panel.add(fill);
1311
+ panel.add(fill2);
1312
+ panel.add(fill3);
1313
+
1314
+ }
6491315
6501316 void EditObject(Object3D obj)
6511317 {
6521318 cRadio radioButton = new cRadio(obj.name);
1319
+
1320
+ // June 2019. Patch to avoid bug with transparency.
1321
+ radioButton.hadMaterial = obj.material != null;
1322
+ if (!radioButton.hadMaterial)
1323
+ {
1324
+ obj.material = new cMaterial();
1325
+ }
1326
+
6531327 radioButton.SetObject(obj);
654
- radioButton.layout = sevenButton;
1328
+ radioButton.layout = sixButton; // sevenButton;
6551329 radioButton.SetCamera(cameraView.renderCamera, false);
6561330 radioButton.addActionListener(this);
6571331 radioPanel.add(radioButton);
6581332 buttonGroup.add(radioButton);
6591333 radioButton.doClick();
6601334 }
1335
+
6611336 void SetupViews(ObjEditor oe)
6621337 {
1338
+ theFrame = this;
1339
+
6631340 oe.SetupViews();
6641341
6651342 System.out.println("SetupViews");
....@@ -668,22 +1345,28 @@
6681345 /*DropTarget dropTarget =*/ new DropTarget(oe.cameraView, this);
6691346 }
6701347
671
- JCheckBox liveCB;
672
- JCheckBox supportCB;
673
- JCheckBox localCB;
674
- JCheckBox crowdCB;
675
- JCheckBox smoothCB;
676
- JCheckBox fastCB;
677
- JCheckBox slowCB;
678
- JCheckBox boxCB;
679
- JCheckBox trackCB;
680
- JCheckBox smoothfocusCB;
1348
+ cToggleButton liveCB;
1349
+ cCheckBox supportCB;
1350
+ cCheckBox localCB;
1351
+ cCheckBox crowdCB;
1352
+ cCheckBox smoothCB;
1353
+ cToggleButton fastCB;
1354
+ cCheckBox slowCB;
1355
+ cCheckBox boxCB;
1356
+ cCheckBox zoomBoxCB;
1357
+ cCheckBox freezeCB;
1358
+ //cToggleButton trackCB;
1359
+ cCheckBox trackCB;
1360
+ cCheckBox smoothfocusCB;
6811361 // JCheckBox speakerMocapCB;
682
- JCheckBox speakerCameraCB;
683
- JCheckBox speakerFocusCB;
684
- JCheckBox debugCB;
685
- JCheckBox oeilCB;
686
- JCheckBox lookAtCB;
1362
+ cCheckBox speakerCameraCB;
1363
+ cCheckBox speakerFocusCB;
1364
+ cCheckBox debugCB;
1365
+
1366
+ cCheckBox oeilCB;
1367
+ cCheckBox shadowCB;
1368
+ cCheckBox autokeepCB;
1369
+ cCheckBox lookAtCB;
6871370
6881371 // static int COLOR = 1;
6891372 // static int MATERIAL = 2;
....@@ -691,9 +1374,9 @@
6911374
6921375 int dropAttributes = Object3D.COLOR | Object3D.MATERIAL;
6931376
694
- JCheckBox colorCB;
695
- JCheckBox materialCB;
696
- JCheckBox textureCB;
1377
+ cCheckBox colorCB;
1378
+ cCheckBox materialCB;
1379
+ cCheckBox textureCB;
6971380
6981381 public void itemStateChanged(ItemEvent e)
6991382 {
....@@ -721,6 +1404,7 @@
7211404 } else if(e.getSource() == liveCB)
7221405 {
7231406 cameraView.ToggleLive();
1407
+ refreshContents(false);
7241408 }
7251409 else if(e.getSource() == supportCB)
7261410 {
....@@ -756,6 +1440,10 @@
7561440 cameraView.repaint();
7571441 // refreshContents();
7581442 }
1443
+ else if(e.getSource() == zoomBoxCB)
1444
+ {
1445
+ cameraView.ToggleZoomBoxMode();
1446
+ }
7591447 else if(e.getSource() == smoothfocusCB)
7601448 {
7611449 cameraView.ToggleSmoothFocus();
....@@ -781,6 +1469,18 @@
7811469 {
7821470 cameraView.ToggleOeil();
7831471 }
1472
+ else if(e.getSource() == shadowCB)
1473
+ {
1474
+ Globals.COMPUTESHADOWWHENLIVE ^= true;
1475
+ }
1476
+ else if(e.getSource() == freezeCB)
1477
+ {
1478
+ Globals.FREEZEONMOVE ^= true;
1479
+ }
1480
+ else if(e.getSource() == autokeepCB)
1481
+ {
1482
+ Globals.REPLACEONMAKE ^= true;
1483
+ }
7841484 else if(e.getSource() == lookAtCB)
7851485 {
7861486 cameraView.ToggleLookAt();
....@@ -797,7 +1497,8 @@
7971497
7981498 /**/
7991499 //DragSource.getDefaultDragSource().startDrag(dge, DragSource.DefaultMoveNoDrop, new StringSelection("Allo"), this);
800
- TreePath path = new TreePath(objEditor.jTree.getSelectionPath().getLastPathComponent());
1500
+ //TreePath path = new TreePath(objEditor.jTree.getSelectionPath().getLastPathComponent());
1501
+ TreePath path = objEditor.jTree.getSelectionPath();
8011502 if ((path == null) || (path.getPathCount() <= 1)) {
8021503 // We can't move the root node or an empty selection
8031504 return;
....@@ -860,8 +1561,6 @@
8601561 }
8611562 }
8621563
863
- String string = (String) object;
864
-
8651564 System.out.println("Transfer = " + object + "; drop : " + target);
8661565 // if( object instanceof java.io.File[])
8671566 // {
....@@ -869,7 +1568,11 @@
8691568 // objEditor.DropFile((java.io.File[]) object, true);
8701569 // return;
8711570 // }
872
- if (string.charAt(0) == '/')
1571
+
1572
+ String string = object.toString();
1573
+
1574
+ // File path for Mac and Windows
1575
+ if (string.charAt(0) == '/' || string.charAt(1) == ':')
8731576 {
8741577 // file(s)
8751578 String[] names = string.split("\n");
....@@ -896,7 +1599,7 @@
8961599
8971600 flashIt = false;
8981601 CameraPane pane = (CameraPane) target;
899
- pane.clickStart(objEditor.location.x, objEditor.location.y, 0);
1602
+ pane.clickStart(objEditor.location.x, objEditor.location.y, 0, 0);
9001603 pane.clickEnd(objEditor.location.x, objEditor.location.y, 0, true);
9011604
9021605 if (group.selection.size() == 1)
....@@ -912,23 +1615,33 @@
9121615
9131616 assert target == objEditor.jTree;
9141617 TreePath destinationPath = objEditor.jTree.getPathForLocation(objEditor.location.x, objEditor.location.y);
1618
+ Object3D destinationLeaf;
9151619 try {
916
- Object3D dummy = (Composite) destinationPath.getLastPathComponent();
1620
+ destinationLeaf = (Composite) destinationPath.getLastPathComponent();
9171621 } catch (Exception e) {
9181622 System.out.println("destinationPath : " + destinationPath);
9191623 return;
9201624 }
9211625
922
- if (dtde.getDropAction() == DnDConstants.ACTION_MOVE) // ?? LINK)
1626
+ for (int i=group.selection.size(); --i>=0;)
9231627 {
1628
+ Object3D child = (Object3D)group.selection.elementAt(i);
1629
+
1630
+ // Cannot move into itself
1631
+ if (child == destinationLeaf)
1632
+ return;
1633
+ }
1634
+
1635
+// june 2019 if (dtde.getDropAction() == DnDConstants.ACTION_MOVE) // ?? LINK)
1636
+// {
9241637 loadClipboard(true);
9251638 objEditor.jTree.setSelectionPath(destinationPath);
926
- pasteInto(false);
927
- } else {
928
- loadClipboard(false);
929
- objEditor.jTree.setSelectionPath(destinationPath);
930
- pasteInto(false); // true); // ???
931
- }
1639
+ pasteInto(false, false);
1640
+// } else {
1641
+// loadClipboard(false);
1642
+// objEditor.jTree.setSelectionPath(destinationPath);
1643
+// pasteInto(false, false); // true); // ???
1644
+// }
9321645 }
9331646 public void dropActionChanged(DropTargetDragEvent dtde)
9341647 // Called if the user has modified the current drop gesture
....@@ -1033,85 +1746,107 @@
10331746 {
10341747 //heightFieldItem = menu.add(new MenuItem("Height Field"));
10351748 //heightFieldItem.addActionListener(this);
1036
- gridItem = menu.add(new MenuItem("Grid"));
1037
- gridItem.addActionListener(this);
1038
- rectoidItem = menu.add(new MenuItem("Box"));
1039
- rectoidItem.addActionListener(this);
1040
- ellipsoidItem = menu.add(new MenuItem("Sphere"));
1041
- ellipsoidItem.addActionListener(this);
1042
- coneItem = menu.add(new MenuItem("Cone"));
1043
- coneItem.addActionListener(this);
1044
- torusItem = menu.add(new MenuItem("Torus"));
1045
- torusItem.addActionListener(this);
1046
- superItem = menu.add(new MenuItem("Superellipsoid"));
1047
- superItem.addActionListener(this);
1749
+// gridItem = menu.add(new MenuItem("Grid"));
1750
+// gridItem.addActionListener(this);
1751
+// rectoidItem = menu.add(new MenuItem("Box"));
1752
+// rectoidItem.addActionListener(this);
1753
+// ellipsoidItem = menu.add(new MenuItem("Sphere"));
1754
+// ellipsoidItem.addActionListener(this);
1755
+// coneItem = menu.add(new MenuItem("Cone"));
1756
+// coneItem.addActionListener(this);
1757
+// torusItem = menu.add(new MenuItem("Torus"));
1758
+// torusItem.addActionListener(this);
1759
+// superItem = menu.add(new MenuItem("Superellipsoid"));
1760
+// superItem.addActionListener(this);
1761
+
1762
+ cameraItem = menu.add(new MenuItem("Camera"));
1763
+ cameraItem.addActionListener(this);
1764
+
1765
+ if (!Globals.ADVANCED)
1766
+ {
10481767 kleinItem = menu.add(new MenuItem("Klein Bottle"));
10491768 kleinItem.addActionListener(this);
1050
- particleItem = menu.add(new MenuItem("Particle system"));
1051
- particleItem.addActionListener(this);
1769
+ }
1770
+
1771
+// particleItem = menu.add(new MenuItem("Particle system"));
1772
+// particleItem.addActionListener(this);
1773
+ if (Globals.ADVANCED)
1774
+ {
10521775 ragdollItem = menu.add(new MenuItem("Rag Walk"));
10531776 ragdollItem.addActionListener(this);
10541777 ragdoll2Item = menu.add(new MenuItem("Rag Fall"));
10551778 ragdoll2Item.addActionListener(this);
1779
+ }
10561780 menu.add("-");
1057
- meshItem = menu.add(new MenuItem("Mesh"));
1781
+ meshItem = menu.add(new MenuItem("Dynamic Mesh"));
10581782 meshItem.addActionListener(this);
10591783 // meshGroupItem = menu.add(new MenuItem("Mesh Group"));
10601784 // meshGroupItem.addActionListener(this);
1785
+ if (Globals.ADVANCED)
1786
+ {
10611787 springItem = menu.add(new MenuItem("Spring"));
10621788 springItem.addActionListener(this);
10631789 flagItem = menu.add(new MenuItem("Flag"));
10641790 flagItem.addActionListener(this);
1065
- bezierItem = menu.add(new MenuItem("Patch"));
1066
- bezierItem.addActionListener(this);
1067
- checkerItem = menu.add(new MenuItem("Checker"));
1068
- checkerItem.addActionListener(this);
10691791 blobItem = menu.add(new MenuItem("Blob"));
10701792 blobItem.addActionListener(this);
10711793 latheItem = menu.add(new MenuItem("Lathe"));
10721794 latheItem.addActionListener(this);
1073
- lightItem = menu.add(new MenuItem("Light"));
1074
- lightItem.addActionListener(this);
1795
+ }
1796
+ bezierItem = menu.add(new MenuItem("Bezier Patch"));
1797
+ bezierItem.addActionListener(this);
1798
+// overlayItem = menu.add(new MenuItem("Overlay"));
1799
+// overlayItem.addActionListener(this);
1800
+// lightItem = menu.add(new MenuItem("Light"));
1801
+// lightItem.addActionListener(this);
10751802 menu.add("-");
10761803 //superLoopItem = menu.add(new MenuItem("Super Loop"));
10771804 //superLoopItem.addActionListener(this);
1078
- loopItem = menu.add(new MenuItem("Loop"));
1079
- loopItem.addActionListener(this);
1805
+// loopItem = menu.add(new MenuItem("Loop"));
1806
+// loopItem.addActionListener(this);
10801807 doubleItem = menu.add(new MenuItem("Fork"));
10811808 doubleItem.addActionListener(this);
1809
+ if (Globals.ADVANCED)
1810
+ {
10821811 tripleItem = menu.add(new MenuItem("Trident"));
10831812 tripleItem.addActionListener(this);
1813
+ }
10841814 }
10851815
10861816 void buildToolsMenu(Menu menu)
10871817 {
10881818 menu.add(animationItem = new CheckboxMenuItem("Animation..."));
10891819 animationItem.addItemListener(this);
1090
- animationItem.setState(CameraPane.ANIMATION);
1820
+ animationItem.setState(Globals.ANIMATION);
1821
+
1822
+ menu.add(archiveItem = new MenuItem("Archive3D..."));
1823
+ archiveItem.addActionListener(this);
10911824
10921825 menu.add("-");
10931826 parseverticesItem = menu.add(new MenuItem("Multiplicity"));
10941827 parseverticesItem.addActionListener(this);
10951828 textureFieldItem = menu.add(new MenuItem("Texture Field"));
10961829 textureFieldItem.addActionListener(this);
1097
- alignItem = menu.add(new MenuItem("Align"));
1830
+ alignItem = menu.add(new MenuItem("Align Objects"));
10981831 alignItem.addActionListener(this);
1099
- mirrorItem = menu.add(new MenuItem("Mirror Poses"));
1100
- mirrorItem.addActionListener(this);
11011832 reduceMorphItem = menu.add(new MenuItem("Reduce Morphs"));
11021833 reduceMorphItem.addActionListener(this);
11031834 reduce34MorphItem = menu.add(new MenuItem("Reduce Morphs (34)"));
11041835 reduce34MorphItem.addActionListener(this);
1105
-
1106
- menu.add(computeAOItem = new MenuItem("Compute AO"));
1107
- computeAOItem.addActionListener(this);
11081836 menu.add("-");
1109
-
11101837 menu.add(memoryItem = new MenuItem("Memory Usage"));
11111838 memoryItem.addActionListener(this);
1839
+ menu.add(computeAOItem = new MenuItem("Compute AO"));
1840
+ computeAOItem.addActionListener(this);
1841
+
1842
+ if (Globals.ADVANCED)
1843
+ {
1844
+ mirrorItem = menu.add(new MenuItem("Mirror Poses"));
1845
+ mirrorItem.addActionListener(this);
1846
+ menu.add("-");
11121847 menu.add(analyzeItem = new MenuItem("Analyze"));
11131848 analyzeItem.addActionListener(this);
1114
- menu.add(dumpItem = new MenuItem("Dump"));
1849
+ menu.add(dumpItem = new MenuItem("Print"));
11151850 dumpItem.addActionListener(this);
11161851 // menu.add(pathItem = new MenuItem("From-to path"));
11171852 // pathItem.addActionListener(this);
....@@ -1129,6 +1864,7 @@
11291864 menu.add("-");
11301865 menu.add(editScriptItem = new MenuItem("Edit Script..."));
11311866 editScriptItem.addActionListener(this);
1867
+ }
11321868 }
11331869
11341870 void ScreenFit()
....@@ -1251,9 +1987,34 @@
12511987 shadow.material = new cMaterial(obj.material);
12521988 shadow.material.diffuse = 0.0001f;
12531989 shadow.material.specular = 0.0001f;
1990
+ //shadow.projectedVertices[1].x = 300;
12541991
12551992 makeSomething(shadow);
12561993 }
1994
+
1995
+ private void ClearUnpinned()
1996
+ {
1997
+ //for (Object3D obj : listUI)
1998
+ for (int i=listUI.size(); --i>=0;)
1999
+ {
2000
+ Object3D obj = listUI.elementAt(i);
2001
+ if (!obj.pinned)
2002
+ {
2003
+ obj.CloseUI();
2004
+ listUI.remove(i);
2005
+ }
2006
+ }
2007
+ }
2008
+
2009
+ private void EditElement(Object3D elem, boolean newWindow)
2010
+ {
2011
+ // if (!(elem instanceof Composite))
2012
+ // newWindow = false;
2013
+ listUI.add(elem);
2014
+ elem.openEditWindow(this, newWindow); //, false);
2015
+ System.out.println("edit : " + elem);
2016
+ elem.editWindow.refreshContents(true); // ? new
2017
+ }
12572018
12582019 /**
12592020 * applyExample
....@@ -1457,9 +2218,9 @@
14572218
14582219 void Overwrite(int mask)
14592220 {
1460
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
2221
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
14612222 {
1462
- Object3D content = GrafreeD.clipboard.get(0);
2223
+ Object3D content = Grafreed.clipboard.get(0);
14632224
14642225 if (content instanceof cGroup && ((cGroup)content).transientlink )
14652226 content = ((cGroup)content).get(0);
....@@ -1482,6 +2243,7 @@
14822243 //
14832244 public void actionPerformed(ActionEvent event) // , Object arg)
14842245 {
2246
+ Object source = event.getSource();
14852247 /*
14862248 if (event.getSource() == nameField)
14872249 {
....@@ -1493,11 +2255,11 @@
14932255 }
14942256 else
14952257 */
1496
- if (event.getSource() == lookAtItem || event.getSource() == lookFromItem)
2258
+ if (source == lookAtItem || source == lookFromItem)
14972259 {
14982260 ScreenFit();
14992261 } else
1500
- if (event.getSource() == switchItem)
2262
+ if (source == switchViewItem)
15012263 {
15022264 cVector v1 = new cVector();
15032265 cVector v2 = new cVector();
....@@ -1506,11 +2268,11 @@
15062268 objEditor.cameraView.renderCamera.setAim(v2, v1);
15072269 objEditor.cameraView.repaint();
15082270 } else
1509
- if (event.getSource() == rectoidItem)
2271
+ if (source == rectoidItem || source == boxButton)
15102272 {
15112273 makeSomething(new Box());
15122274 } else
1513
- if (event.getSource() == particleItem)
2275
+ if (source == particleItem || source == particlesButton)
15142276 {
15152277 ParticleNode particleGeom = new ParticleNode("Particles", 1000); //, particleType);
15162278 ParticleController particleController = new ParticleController(particleGeom);
....@@ -1531,9 +2293,9 @@
15312293 applyExample(particleGeom, "SMOKE");
15322294 makeSomething(particleGeom);
15332295 } else
1534
- if (event.getSource() == ragdollItem || event.getSource() == ragdoll2Item)
2296
+ if (source == ragdollItem || source == ragdoll2Item)
15352297 {
1536
- GenericJoint ragdoll = new GenericJoint(event.getSource() == ragdollItem);
2298
+ GenericJoint ragdoll = new GenericJoint(source == ragdollItem);
15372299
15382300 ragdoll.toParent = LA.newMatrix();
15392301 ragdoll.fromParent = LA.newMatrix();
....@@ -1551,7 +2313,7 @@
15512313 } else
15522314 /*
15532315 */
1554
- if (event.getSource() == heightFieldItem)
2316
+ if (source == heightFieldItem)
15552317 {
15562318 Object3D obj = new Object3D();
15572319
....@@ -1589,31 +2351,31 @@
15892351
15902352 makeSomething(obj);
15912353 } else
1592
- if (event.getSource() == gridItem)
2354
+ if (source == gridItem || source == gridButton)
15932355 {
15942356 makeSomething(new Grid());
15952357 } else
1596
- if (event.getSource() == ellipsoidItem)
2358
+ if (source == ellipsoidItem || source == sphereButton)
15972359 {
15982360 makeSomething(new Sphere());
15992361 } else
1600
- if (event.getSource() == coneItem)
2362
+ if (source == coneItem || source == coneButton)
16012363 {
16022364 makeSomething(new Cone());
16032365 } else
1604
- if (event.getSource() == torusItem)
2366
+ if (source == torusItem || source == torusButton)
16052367 {
16062368 makeSomething(new Torus());
16072369 } else
1608
- if (event.getSource() == superItem)
2370
+ if (source == superItem || source == superButton)
16092371 {
16102372 makeSomething(new Superellipsoid());
16112373 } else
1612
- if (event.getSource() == kleinItem)
2374
+ if (source == kleinItem || source == kleinButton)
16132375 {
16142376 makeSomething(new Klein());
16152377 } else
1616
- if (event.getSource() == blobItem)
2378
+ if (source == blobItem)
16172379 {
16182380 Blob blob = new Blob();
16192381 BlobComponent comp = new BlobComponent();
....@@ -1621,15 +2383,15 @@
16212383 //blob.retile();
16222384 makeSomething(blob);
16232385 } else
1624
- if (event.getSource() == latheItem)
2386
+ if (source == latheItem)
16252387 {
16262388 makeSomething(new Lathe());
16272389 } else
1628
- if (event.getSource() == bezierItem)
2390
+ if (source == bezierItem)
16292391 {
16302392 makeSomething(new BezierSurface());
16312393 } else
1632
- if (event.getSource() == checkerItem)
2394
+ if (source == overlayItem || source == overlayButton)
16332395 {
16342396 /*
16352397 Object3D obj = new BezierSurface(5,8);
....@@ -1644,7 +2406,7 @@
16442406 */
16452407 makeSomething(new Checker());
16462408 } else
1647
- if (event.getSource() == meshItem)
2409
+ if (source == meshItem)
16482410 {
16492411 Object3D itemtomake = new Object3D();
16502412 Object3D child;
....@@ -1665,35 +2427,52 @@
16652427 makeSomething(child);
16662428 }
16672429 } else
1668
- if (event.getSource() == springItem)
2430
+ if (source == springItem)
16692431 {
16702432 cSpring s = new cSpring();
16712433 s.setup();
16722434 makeSomething(s);
16732435 } else
1674
- if (event.getSource() == flagItem)
2436
+ if (source == flagItem)
16752437 {
16762438 cSpring s = new cFlag();
16772439 s.setup();
16782440 makeSomething(s);
16792441 } else
1680
- if (event.getSource() == lightItem)
2442
+ if (source == lightItem || source == lightButton)
16812443 {
16822444 makeSomething(new Light());
16832445 } else
1684
- if (event.getSource() == csgItem)
2446
+// if (source == skybox1Button ||
2447
+// source == skybox2Button ||
2448
+// source == skybox3Button ||
2449
+// source == skybox4Button ||
2450
+// source == skybox5Button ||
2451
+// source == skybox6Button ||
2452
+// source == skybox7Button ||
2453
+// source == skybox11Button ||
2454
+// source == skybox12Button ||
2455
+// source == skybox13Button ||
2456
+// source == skybox14Button ||
2457
+// source == skybox15Button ||
2458
+// source == skybox16Button ||
2459
+// source == skybox17Button)
2460
+// {
2461
+// ChangeSkybox(source);
2462
+// } else
2463
+ if (source == csgItem)
16852464 {
16862465 group(new CSG());
16872466 } else
1688
- if (event.getSource() == templateItem)
2467
+ if (source == templateItem)
16892468 {
16902469 group(new cTemplate());
16912470 } else
1692
- if (event.getSource() == attributeItem)
2471
+ if (source == attributeItem)
16932472 {
16942473 makeSomething(new Attribute());
16952474 } else
1696
- if (event.getSource() == pointflowItem)
2475
+ if (source == pointflowItem)
16972476 {
16982477 makeSomething(new PointFlow());
16992478 } else
....@@ -1705,7 +2484,7 @@
17052484 } else
17062485 */
17072486
1708
- if (event.getSource() == superLoopItem)
2487
+ if (source == superLoopItem)
17092488 {
17102489 Composite g = new cGroup();
17112490 for (int i=0; i<15; i++)
....@@ -1727,30 +2506,30 @@
17272506
17282507 group(g);
17292508 } else
1730
- if (event.getSource() == loopItem)
2509
+ if (source == loopItem || source == loopButton)
17312510 {
17322511 Composite csg = new GroupLeaf();
17332512 csg.count = 5;
17342513 group(csg);
1735
- Composite child = new cGroup();
2514
+ Composite child = new cGroup("Branch");
17362515 csg.addChild(child);
17372516 child.addChild(csg);
17382517 } else
1739
- if (event.getSource() == doubleItem)
2518
+ if (source == doubleItem)
17402519 {
1741
- Composite csg = new GroupLeaf();
2520
+ Composite csg = new GroupLeaf("Fork");
17422521 csg.count = 5;
17432522 group(csg);
1744
- Composite child = new cGroup();
2523
+ Composite child = new cGroup("Branch A");
17452524 csg.addChild(child);
17462525 child.addChild(csg);
1747
- child = new cGroup();
2526
+ child = new cGroup("Branch B");
17482527 csg.addChild(child);
17492528 child.addChild(csg);
17502529 } else
1751
- if (event.getSource() == tripleItem)
2530
+ if (source == tripleItem)
17522531 {
1753
- Composite csg = new GroupLeaf();
2532
+ Composite csg = new GroupLeaf("Trident");
17542533 csg.count = 4;
17552534 group(csg);
17562535 Composite child = new cGroup();
....@@ -1763,73 +2542,98 @@
17632542 csg.addChild(child);
17642543 child.addChild(csg);
17652544 } else
1766
-
1767
- if (event.getSource() == importGFDItem)
2545
+ if (source == computeAOItem)
17682546 {
1769
- ImportGFD();
2547
+ Globals.drawMode = CameraPane.OCCLUSION;
2548
+ cameraView.repaint();
17702549 } else
1771
- if (event.getSource() == importVRMLX3DItem)
1772
- {
1773
- ImportVRMLX3D();
1774
- } else
1775
- if (event.getSource() == import3DSItem)
1776
- {
1777
- objEditor.ImportJME(new com.jmex.model.converters.MaxToJme(), "3ds", "Import 3DS");
1778
- } else
1779
- if (event.getSource() == importOBJItem)
1780
- {
1781
- objEditor.ImportJME(new com.jmex.model.converters.ObjToJme(), "obj", "Import OBJ");
1782
- } else
1783
- if (event.getSource() == computeAOItem)
1784
- {
1785
- CameraPane.drawMode = CameraPane.OCCLUSION;
1786
- CameraPane.theRenderer.repaint();
1787
- } else
1788
- if (event.getSource() == recompileItem)
2550
+ if (source == recompileItem)
17892551 {
17902552 Recompile();
17912553 refreshContents();
17922554 } else
1793
- if (event.getSource() == editScriptItem)
2555
+ if (source == editScriptItem)
17942556 {
17952557 OpenDialog();
17962558 refreshContents();
17972559 } else
1798
- if (event.getSource() == invariantsItem)
2560
+ if (source == invariantsItem)
17992561 {
18002562 System.out.println("Invariants:");
1801
- GrafreeD.grafreeD.universe.invariants();
2563
+ Grafreed.grafreeD.universe.invariants();
18022564 } else
1803
- if (event.getSource() == memoryItem)
2565
+ if (source == memoryItem)
18042566 {
18052567 //System.out.println("Invariants:");
18062568 PrintMemory();
18072569 } else
1808
- if (event.getSource() == pathItem)
2570
+ if (source == pathItem)
18092571 {
18102572 PrintPath();
18112573 } else
1812
- if (event.getSource() == analyzeItem)
2574
+ if (source == analyzeItem)
18132575 {
18142576 AnalyzeObject();
18152577 } else
1816
- if (event.getSource() == dumpItem)
2578
+ if (source == dumpItem)
18172579 {
18182580 DumpObject();
18192581 } else
1820
- if (event.getSource() == screenfitButton)
2582
+ if (source == minButton)
18212583 {
1822
- //Reload(lastConverter, lastFilename, true);
2584
+ Minimize();
2585
+ } else
2586
+ if (source == maxButton)
2587
+ {
2588
+ Maximize();
2589
+ } else
2590
+ if (source == fullButton)
2591
+ {
2592
+ ToggleFullScreen();
2593
+ } else
2594
+ if (source == undoButton)
2595
+ {
2596
+ // Go to previous version
2597
+ //if (!Undo())
2598
+ //java.awt.Toolkit.getDefaultToolkit().beep();
2599
+ Undo();
2600
+ } else
2601
+ if (source == restoreButton)
2602
+ {
2603
+ // Restore current version
2604
+ Restore();
2605
+ } else
2606
+ if (source == replaceButton)
2607
+ {
2608
+ // Overwrite current version
2609
+ Replace();
2610
+ } else
2611
+ if (source == redoButton)
2612
+ {
2613
+ // Go to next version
2614
+ Redo();
2615
+ } else
2616
+ if (source == saveButton)
2617
+ {
2618
+ // Save a new version
2619
+ if (!Save(true))
2620
+ java.awt.Toolkit.getDefaultToolkit().beep();
2621
+ } else
2622
+ if (source == oneStepButton)
2623
+ {
2624
+ Globals.ONESTEP = true;
2625
+ cameraView.repaint();
2626
+ } else
2627
+ if (source == screenfitButton)
2628
+ {
18232629 ScreenFit();
18242630 } else
1825
- if (event.getSource() == screenfitpointButton)
2631
+ if (source == screenfitpointButton)
18262632 {
1827
- //Reload(lastConverter, lastFilename, true);
18282633 ScreenFitPoint();
18292634 } else
1830
- if (event.getSource() == snapobjectButton)
2635
+ if (source == snapobjectButton)
18312636 {
1832
- //Reload(lastConverter, lastFilename, true);
18332637 SnapObject();
18342638 } else
18352639 // if (event.getSource() == recompileButton)
....@@ -1838,13 +2642,13 @@
18382642 // Recompile();
18392643 // refreshContents();
18402644 // } else
1841
- if (event.getSource() == gcButton)
2645
+ if (source == gcButton)
18422646 {
18432647 System.out.println("Memory (F/T/M) : " + Runtime.getRuntime().freeMemory() + "/" + Runtime.getRuntime().totalMemory() + "/" + Runtime.getRuntime().maxMemory());
18442648 System.gc();
18452649 System.out.println("GC Memory (F/T/M) : " + Runtime.getRuntime().freeMemory() + "/" + Runtime.getRuntime().totalMemory() + "/" + Runtime.getRuntime().maxMemory());
18462650 } else
1847
- if (event.getSource() == editLeafItem)
2651
+ if (source == editLeafItem)
18482652 {
18492653 Object3D obj;
18502654 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -1858,62 +2662,74 @@
18582662 }
18592663 refreshContents(true);
18602664 } else
1861
- if (event.getSource() == openWindowItem)
2665
+ if (source == openWindowItem)
18622666 {
18632667 EditSelection(true);
18642668 } else
1865
- if (event.getSource() == cutItem || event.getSource() == clearButton)
2669
+ if (source == cutItem || source == clearButton)
18662670 {
18672671 loadClipboard(true);
18682672 } else
1869
- if (event.getSource() == duplicateItem)
2673
+ if (source == undoItem)
18702674 {
1871
- Object3D keep = GrafreeD.clipboard;
2675
+ Undo();
2676
+ } else
2677
+ if (source == redoItem)
2678
+ {
2679
+ Redo();
2680
+ } else
2681
+ if (source == duplicateItem)
2682
+ {
2683
+ Object3D keep = Grafreed.clipboard;
18722684 loadClipboard(false);
18732685 paste(false);
1874
- GrafreeD.clipboard = keep;
2686
+ Grafreed.clipboard = keep;
18752687 } else
1876
- if (event.getSource() == cloneItem)
2688
+ if (source == cloneItem)
18772689 {
18782690 CloneSelection(false);
18792691 } else
1880
- if (event.getSource() == cloneSupportItem)
2692
+ if (source == cloneSupportItem)
18812693 {
18822694 CloneSelection(true);
18832695 } else
1884
- if (event.getSource() == copyItem)
2696
+ if (source == copyItem)
18852697 {
18862698 loadClipboard(false);
18872699 } else
1888
- if (event.getSource() == pasteItem)
2700
+ if (source == pasteItem)
18892701 {
18902702 paste(false);
18912703 } else
1892
- if (event.getSource() == pasteLinkItem)
2704
+ if (source == pasteIntoItem)
18932705 {
1894
- pasteInto(false);
2706
+ pasteInto(true, false);
18952707 } else
1896
- if (event.getSource() == pasteCloneItem)
2708
+ if (source == pasteLinkItem)
18972709 {
1898
- pasteInto(true);
2710
+ pasteInto(false, false);
18992711 } else
1900
- if (event.getSource() == pasteExpandItem)
2712
+ if (source == pasteCloneItem)
2713
+ {
2714
+ pasteInto(true, true);
2715
+ } else
2716
+ if (source == pasteExpandItem)
19012717 {
19022718 paste(true);
19032719 } else
1904
- if (event.getSource() == synchronizeItem)
2720
+ if (source == synchronizeItem)
19052721 {
19062722 Overwrite(Object3D.TRANSFORM);
19072723 } else
1908
- if (event.getSource() == overwriteNameItem)
2724
+ if (source == overwriteNameItem)
19092725 {
19102726 Overwrite(Object3D.NAME);
19112727 } else
1912
- if (event.getSource() == overwriteUVItem)
2728
+ if (source == overwriteUVItem)
19132729 {
19142730 Overwrite(Object3D.UV);
19152731 } else
1916
- if (event.getSource() == overwriteMatItem)
2732
+ if (source == overwriteMatItem)
19172733 {
19182734 /* july 2015
19192735 if ((dropAttributes & Object3D.TEXTURE) == 0)
....@@ -1933,7 +2749,7 @@
19332749
19342750 Overwrite(dropAttributes);
19352751 }
1936
- if (event.getSource() == overwriteGeoItem)
2752
+ if (source == overwriteGeoItem)
19372753 {
19382754 Overwrite(Object3D.GEOMETRY);
19392755 // if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
....@@ -1950,7 +2766,7 @@
19502766 // refreshContents();
19512767 // }
19522768 } else
1953
- if (event.getSource() == generateMeshItem)
2769
+ if (source == generateMeshItem)
19542770 {
19552771 //if (group.selection.size() == 1)
19562772 // for (int i=0; i<group.selection.size(); i++)
....@@ -1961,7 +2777,7 @@
19612777 ResetModel();
19622778 refreshContents();
19632779 } else
1964
- if (event.getSource() == extractGeometriesItem)
2780
+ if (source == extractGeometriesItem)
19652781 {
19662782 boolean one = false;
19672783
....@@ -1988,7 +2804,7 @@
19882804 ResetModel();
19892805 refreshContents();
19902806 } else
1991
- if (event.getSource() == cloneGeometriesItem)
2807
+ if (source == cloneGeometriesItem)
19922808 {
19932809 boolean one = false;
19942810
....@@ -2014,7 +2830,7 @@
20142830 ResetModel();
20152831 refreshContents();
20162832 } else
2017
- if (event.getSource() == shareGeometriesItem)
2833
+ if (source == shareGeometriesItem)
20182834 {
20192835 boolean one = false;
20202836
....@@ -2044,7 +2860,7 @@
20442860 refreshContents();
20452861 }
20462862 } else
2047
- if (event.getSource() == mergeGeometriesItem)
2863
+ if (source == mergeGeometriesItem)
20482864 {
20492865 boolean one = false;
20502866
....@@ -2074,7 +2890,7 @@
20742890 ResetModel();
20752891 refreshContents();
20762892 } else
2077
- if (event.getSource() == linkverticesItem)
2893
+ if (source == linkverticesItem)
20782894 {
20792895 // if (group.selection.size() == 1 && GrafreeD.clipboard.size() == 1)
20802896 // {
....@@ -2087,48 +2903,48 @@
20872903 // group.selection.get(0).setMasterThis(content); // should be identity
20882904 // refreshContents();
20892905 // }
2090
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
2906
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
20912907 {
2092
- Object3D content = GrafreeD.clipboard.get(0);
2908
+ Object3D content = Grafreed.clipboard.get(0);
20932909
20942910 if (content instanceof cGroup && ((cGroup)content).transientlink )
20952911 content = ((cGroup)content).get(0);
20962912
2097
- CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR));
2913
+ Globals.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR));
20982914 for (int i=0; i<group.selection.size(); i++)
20992915 {
2100
- boolean random = CameraPane.RANDOM;
2101
- CameraPane.RANDOM = false; // parse all random nodes
2916
+ boolean random = CameraPane.SWITCH;
2917
+ CameraPane.SWITCH = false; // parse all random nodes
21022918 group.selection.get(i).linkVerticesThis(content);
21032919 // group.selection.get(i).setMasterThis(content); // should be identity
2104
- CameraPane.RANDOM = random;
2920
+ CameraPane.SWITCH = random;
21052921 }
2106
- CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
2922
+ Globals.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
21072923 refreshContents();
21082924 }
21092925 } else
2110
- if (event.getSource() == resetsupportItem)
2926
+ if (source == resetsupportItem)
21112927 {
21122928 for (int i=0; i<group.selection.size(); i++)
21132929 {
2114
- boolean random = CameraPane.RANDOM;
2115
- CameraPane.RANDOM = false; // parse all random nodes
2930
+ boolean random = CameraPane.SWITCH;
2931
+ CameraPane.SWITCH = false; // parse all random nodes
21162932 group.selection.get(i).linkVerticesThis(null);
2117
- CameraPane.RANDOM = random;
2933
+ CameraPane.SWITCH = random;
21182934 }
21192935
21202936 refreshContents();
21212937 } else
2122
- if (event.getSource() == relinkverticesItem)
2938
+ if (source == relinkverticesItem)
21232939 {
2124
- boolean random = CameraPane.RANDOM;
2125
- CameraPane.RANDOM = false; // parse all random nodes
2940
+ boolean random = CameraPane.SWITCH;
2941
+ CameraPane.SWITCH = false; // parse all random nodes
21262942 group.selection.RelinkToSupport();
2127
- CameraPane.RANDOM = random;
2943
+ CameraPane.SWITCH = random;
21282944
21292945 refreshContents();
21302946 } else
2131
- if (event.getSource() == resetreferencesItem)
2947
+ if (source == resetreferencesItem)
21322948 {
21332949 for (int i=0; i<group.selection.size(); i++)
21342950 {
....@@ -2137,11 +2953,11 @@
21372953
21382954 refreshContents();
21392955 } else
2140
- if (event.getSource() == setMasterItem)
2956
+ if (source == setMasterItem)
21412957 {
2142
- if (group.selection.size() == 1 && GrafreeD.clipboard.size() == 1)
2958
+ if (group.selection.size() == 1 && Grafreed.clipboard.size() == 1)
21432959 {
2144
- Object3D content = GrafreeD.clipboard.get(0);
2960
+ Object3D content = Grafreed.clipboard.get(0);
21452961
21462962 if (content instanceof cGroup && ((cGroup)content).transientlink )
21472963 content = ((cGroup)content).get(0);
....@@ -2150,13 +2966,13 @@
21502966 refreshContents();
21512967 }
21522968 } else
2153
- if (event.getSource() == poseMeshItem)
2969
+ if (source == poseMeshItem)
21542970 {
21552971 if (group.selection.size() == 1)
21562972 {
2157
- if (GrafreeD.clipboard.size() == 1)
2973
+ if (Grafreed.clipboard.size() == 1)
21582974 {
2159
- Object3D content = GrafreeD.clipboard.get(0);
2975
+ Object3D content = Grafreed.clipboard.get(0);
21602976
21612977 if (content instanceof cGroup && ((cGroup)content).transientlink )
21622978 content = ((cGroup)content).get(0);
....@@ -2169,19 +2985,19 @@
21692985 }
21702986
21712987 } else
2172
- if (event.getSource() == revertMeshItem)
2988
+ if (source == revertMeshItem)
21732989 {
21742990 RevertMeshes();
21752991 } else
2176
- if (event.getSource() == resetMeshItem)
2992
+ if (source == resetAllItem)
21772993 {
21782994 ResetAll();
21792995 } else
2180
- if (event.getSource() == stepAllItem)
2996
+ if (source == stepAllItem)
21812997 {
21822998 StepAll();
21832999 } else
2184
- if (event.getSource() == clearItem) // || event.getSource() == clearButton)
3000
+ if (source == deleteItem) // || event.getSource() == clearButton)
21853001 {
21863002 //int indices[] = jList.getSelectedIndices();
21873003 //for (int i = indices.length - 1; i >= 0; i--)
....@@ -2189,46 +3005,46 @@
21893005
21903006 ClearSelection(false);
21913007 } else
2192
- if (event.getSource() == clearAllItem)
3008
+ if (source == clearAllItem)
21933009 {
21943010 ClearSelection(true);
21953011 } else
2196
- if (event.getSource() == grabItem)
3012
+ if (source == grabItem || source == groupButton)
21973013 {
2198
- group(new cGroup(), true);
3014
+ group(new cGroup(), false); // true);
21993015 } else
2200
- if (event.getSource() == hideItem)
3016
+ if (source == hideItem)
22013017 {
22023018 group(new HiddenObject());
22033019 } else
2204
- if (event.getSource() == frontItem)
3020
+ if (source == frontItem)
22053021 {
22063022 front();
22073023 } else
2208
- if (event.getSource() == backItem)
3024
+ if (source == backItem)
22093025 {
22103026 back();
22113027 } else
2212
- if (event.getSource() == cameraItem)
3028
+ if (source == cameraItem)
22133029 {
22143030 makeSomething(new Camera());
22153031 } else
2216
- if (event.getSource() == compositeItem)
3032
+ if (source == compositeItem || source == compositeButton)
22173033 {
22183034 group(new Composite());
22193035 } else
2220
- if (event.getSource() == randomItem)
3036
+ if (source == switchItem || source == switchButton)
22213037 {
22223038 RandomNode random = new RandomNode();
22233039 group(random);
22243040 if (random.size() > 0)
2225
- random.name = random.get(0).name + "Rnd";
3041
+ random.name = random.get(0).name + "Switch";
22263042 } else
2227
- if (event.getSource() == physicsItem)
3043
+ if (source == physicsItem)
22283044 {
22293045 group(new PhysicsNode());
22303046 } else
2231
- if (event.getSource() == frameselectorItem)
3047
+ if (source == frameselectorItem)
22323048 {
22333049 for (int i=0; i<group.selection.size(); i++)
22343050 {
....@@ -2240,7 +3056,7 @@
22403056 ResetModel();
22413057 refreshContents();
22423058 } else
2243
- if (event.getSource() == switchGeoItem)
3059
+ if (source == switchGeoItem)
22443060 {
22453061 for (int i=0; i<group.selection.size(); i++)
22463062 {
....@@ -2252,7 +3068,7 @@
22523068 ResetModel();
22533069 refreshContents();
22543070 } else
2255
- if (event.getSource() == switchTransfoItem)
3071
+ if (source == switchTransfoItem)
22563072 {
22573073 for (int i=0; i<group.selection.size(); i++)
22583074 {
....@@ -2264,7 +3080,7 @@
22643080 ResetModel();
22653081 refreshContents();
22663082 } else
2267
- if (event.getSource() == morphItem)
3083
+ if (source == morphItem)
22683084 {
22693085 for (int i=0; i<group.selection.size(); i++)
22703086 {
....@@ -2276,7 +3092,7 @@
22763092 ResetModel();
22773093 refreshContents();
22783094 } else
2279
- if (event.getSource() == scriptNodeItem)
3095
+ if (source == scriptNodeItem)
22803096 {
22813097 boolean atleastone = false;
22823098
....@@ -2315,215 +3131,252 @@
23153131 }
23163132 }
23173133 } else
2318
- if (event.getSource() == linkerItem)
3134
+ if (source == linkerItem)
23193135 {
23203136 group(new cLinker());
23213137 } else
2322
- if (event.getSource() == textureItem)
3138
+ if (source == textureItem || source == textureButton)
23233139 {
23243140 group(new TextureNode());
23253141 } else
2326
- if (event.getSource() == billboardItem)
3142
+ if (source == billboardItem)
23273143 {
23283144 group(new BillboardNode());
23293145 } else
2330
- if (event.getSource() == shadowXItem)
3146
+ if (source == shadowXItem)
23313147 {
23323148 CastShadow(0);
23333149 } else
2334
- if (event.getSource() == shadowYItem)
3150
+ if (source == shadowYItem)
23353151 {
23363152 CastShadow(1);
23373153 } else
2338
- if (event.getSource() == shadowZItem)
3154
+ if (source == shadowZItem)
23393155 {
23403156 CastShadow(2);
23413157 } else
2342
- if (event.getSource() == ungroupItem)
3158
+ if (source == ungroupItem || source == ungroupButton)
23433159 {
2344
- //ungroup();
3160
+ boolean hasRoot = false;
3161
+
23453162 for (int i=0; i<group.selection.size(); i++)
23463163 {
2347
- Ungroup(group.selection.get(i));
3164
+ if (group.selection.get(i) == group)
3165
+ {
3166
+ hasRoot = true;
3167
+ break;
3168
+ }
23483169 }
23493170
2350
- ClearSelection(false);
2351
-
2352
- refreshContents();
3171
+ if (!hasRoot)
3172
+ {
3173
+ for (int i=0; i<group.selection.size(); i++)
3174
+ {
3175
+ Ungroup(group.selection.get(i));
3176
+ }
3177
+
3178
+ ClearSelection(false);
3179
+
3180
+ refreshContents();
3181
+ }
23533182 } else
2354
- if (event.getSource() == genUVItem)
3183
+ if (source == genUVItem)
23553184 {
23563185 GenUV();
23573186 } else
2358
- if (event.getSource() == genNormalsCADItem)
3187
+ if (source == genNormalsCADItem)
23593188 {
23603189 GenNormals(true);
23613190 } else
2362
- if (event.getSource() == genNormalsMESHItem)
3191
+ if (source == genNormalsMESHItem)
23633192 {
2364
- GenNormals(true); // TODO
3193
+ GenNormalsMESH();
23653194 } else
2366
- if (event.getSource() == genNormalsORGANItem)
3195
+ if (source == genNormalsORGANItem)
23673196 {
23683197 GenNormals(false);
23693198 } else
2370
- if (event.getSource() == genNormalsMINEItem)
3199
+ if (source == genNormalsMINEItem)
23713200 {
23723201 GenNormalsMINE();
23733202 } else
2374
- if (event.getSource() == stripifyItem)
3203
+ if (source == stripifyItem)
23753204 {
23763205 Stripify();
23773206 } else
2378
- if (event.getSource() == unstripifyItem)
3207
+ if (source == unstripifyItem)
23793208 {
23803209 Unstripify();
23813210 } else
2382
- if (event.getSource() == trimItem)
3211
+ if (source == trimItem)
23833212 {
23843213 Trim();
23853214 } else
2386
- if (event.getSource() == untrimItem)
3215
+ if (source == untrimItem)
23873216 {
23883217 Untrim();
23893218 } else
2390
- if (event.getSource() == clearColorsItem)
3219
+ if (source == clearColorsItem)
23913220 {
23923221 ClearColors();
23933222 } else
2394
- if (event.getSource() == clearMaterialsItem)
3223
+ if (source == clearMaterialsItem)
23953224 {
23963225 ClearMaterials();
23973226 } else
2398
- if (event.getSource() == liveleavesItem)
3227
+ if (source == liveleavesItem)
23993228 {
24003229 LiveLeaves(true);
24013230 } else
2402
- if (event.getSource() == unliveleavesItem)
3231
+ if (source == unliveleavesItem)
24033232 {
24043233 LiveLeaves(false);
24053234 } else
2406
- if (event.getSource() == supportleavesItem)
3235
+ if (source == supportleavesItem)
24073236 {
24083237 SupportLeaves(true);
24093238 } else
2410
- if (event.getSource() == unsupportleavesItem)
3239
+ if (source == unsupportleavesItem)
24113240 {
24123241 SupportLeaves(false);
24133242 } else
2414
- if (event.getSource() == hideleavesItem)
3243
+ if (source == hideleavesItem)
24153244 {
24163245 HideLeaves(true);
24173246 } else
2418
- if (event.getSource() == showleavesItem)
3247
+ if (source == showleavesItem)
24193248 {
24203249 HideLeaves(false);
24213250 } else
2422
- if (event.getSource() == markleavesItem)
3251
+ if (source == markleavesItem)
24233252 {
24243253 MarkLeaves(true);
24253254 } else
2426
- if (event.getSource() == unmarkleavesItem)
3255
+ if (source == unmarkleavesItem)
24273256 {
24283257 MarkLeaves(false);
24293258 } else
2430
- if (event.getSource() == flipVItem)
3259
+ if (source == rewindleavesItem)
3260
+ {
3261
+ RewindLeaves(true);
3262
+ } else
3263
+ if (source == unrewindleavesItem)
3264
+ {
3265
+ RewindLeaves(false);
3266
+ } else
3267
+ if (source == randomleavesItem)
3268
+ {
3269
+ RandomLeaves(true);
3270
+ } else
3271
+ if (source == unrandomleavesItem)
3272
+ {
3273
+ RandomLeaves(false);
3274
+ } else
3275
+ if (source == flipVItem)
24313276 {
24323277 FlipV(true);
24333278 } else
2434
- if (event.getSource() == unflipVItem)
3279
+ if (source == unflipVItem)
24353280 {
24363281 FlipV(false);
24373282 } else
2438
- if (event.getSource() == lowTexturesItem)
3283
+ if (source == lowTexturesItem)
24393284 {
24403285 SetTexRes(0);
24413286 } else
2442
- if (event.getSource() == normalTexturesItem)
3287
+ if (source == normalTexturesItem)
24433288 {
24443289 SetTexRes(1);
24453290 } else
2446
- if (event.getSource() == highTexturesItem)
3291
+ if (source == highTexturesItem)
24473292 {
24483293 SetTexRes(2);
24493294 } else
2450
- if (event.getSource() == veryhighTexturesItem)
3295
+ if (source == veryhighTexturesItem)
24513296 {
24523297 SetTexRes(3);
24533298 } else
2454
- if (event.getSource() == maxTexturesItem)
3299
+ if (source == maxTexturesItem)
24553300 {
24563301 SetTexRes(4);
24573302 } else
2458
- if (event.getSource() == panoTexturesItem)
3303
+ if (source == panoTexturesItem)
24593304 {
24603305 SetTexRes(5);
24613306 } else
2462
- if (event.getSource() == reverseNormalsItem)
3307
+ if (source == reverseNormalsItem)
24633308 {
24643309 ReverseNormals();
24653310 } else
2466
- if (event.getSource() == parseverticesItem)
3311
+ if (source == parseverticesItem)
24673312 {
24683313 ParseVertices();
24693314 } else
2470
- if (event.getSource() == textureFieldItem)
3315
+ if (source == textureFieldItem)
24713316 {
24723317 TextureVertices();
24733318 } else
2474
- if (event.getSource() == alignItem)
3319
+ if (source == alignItem)
24753320 {
24763321 Align();
24773322 } else
2478
- if (event.getSource() == mirrorItem)
3323
+ if (source == mirrorItem)
24793324 {
24803325 MirrorPoses();
24813326 } else
2482
- if (event.getSource() == reduceMorphItem)
3327
+ if (source == reduceMorphItem)
24833328 {
24843329 MeshReduction(false);
24853330 } else
2486
- if (event.getSource() == reduce34MorphItem)
3331
+ if (source == reduce34MorphItem)
24873332 {
24883333 MeshReduction(true);
24893334 } else
2490
- if (event.getSource() == reverseTrianglesItem)
3335
+ if (source == reverseTrianglesItem)
24913336 {
24923337 ReverseTriangles();
24933338 } else
2494
- if (event.getSource() == reduceMeshItem)
3339
+ if (source == reduceMeshItem)
24953340 {
24963341 ReduceMesh(false);
24973342 } else
2498
- if (event.getSource() == reduce34MeshItem)
3343
+ if (source == reduce34MeshItem)
24993344 {
25003345 ReduceMesh(true);
25013346 } else
2502
- if (event.getSource() == increaseMeshItem)
3347
+ if (source == increaseMeshItem)
25033348 {
25043349 IncreaseMesh();
25053350 } else
2506
- if (event.getSource() == clipMeshItem)
3351
+ if (source == clipMeshItem)
25073352 {
25083353 ClipMesh();
25093354 } else
2510
- if (event.getSource() == smoothMeshItem)
3355
+ if (source == smoothMeshItem)
25113356 {
25123357 SmoothMesh();
25133358 } else
2514
- if (event.getSource() == transformgeometryItem)
3359
+ if (source == transformGeometryItem)
25153360 {
25163361 TransformGeometry();
25173362 } else
2518
- if (event.getSource() == resetTransformItem)
3363
+ if (source == transformChildrenItem)
3364
+ {
3365
+ TransformChildren();
3366
+ } else
3367
+ if (source == resetTransformItem)
25193368 {
25203369 ResetTransform();
25213370 } else
2522
- if (event.getSource() == resetCentroidItem)
3371
+ if (source == resetCentroidItem)
25233372 {
2524
- ResetCentroid();
3373
+ ResetCentroid(true);
25253374 } else
2526
- if (event.getSource() == resetParentItem)
3375
+ if (source == resetCentroidXZItem)
3376
+ {
3377
+ ResetCentroid(false);
3378
+ } else
3379
+ if (source == resetParentItem)
25273380 {
25283381 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25293382 {
....@@ -2533,7 +3386,7 @@
25333386
25343387 refreshContents();
25353388 } else
2536
- if (event.getSource() == repairParentItem)
3389
+ if (source == repairParentItem)
25373390 {
25383391 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25393392 {
....@@ -2547,7 +3400,7 @@
25473400
25483401 refreshContents();
25493402 } else
2550
- if (event.getSource() == repairShadowItem)
3403
+ if (source == repairShadowItem)
25513404 {
25523405 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25533406 {
....@@ -2561,7 +3414,7 @@
25613414
25623415 refreshContents();
25633416 } else
2564
- if (event.getSource() == sortbysizeItem)
3417
+ if (source == sortbysizeItem)
25653418 {
25663419 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25673420 {
....@@ -2573,7 +3426,7 @@
25733426 ResetModel();
25743427 refreshContents();
25753428 } else
2576
- if (event.getSource() == sortbynameItem)
3429
+ if (source == sortbynameItem)
25773430 {
25783431 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25793432 {
....@@ -2585,7 +3438,7 @@
25853438 ResetModel();
25863439 refreshContents();
25873440 } else
2588
- if (event.getSource() == attachPigmentItem)
3441
+ if (source == attachPigmentItem)
25893442 {
25903443 String texture = GetFile("Attach pigment");
25913444 Object3D obj;
....@@ -2597,7 +3450,7 @@
25973450
25983451 refreshContents();
25993452 } else
2600
- if (event.getSource() == detachPigmentItem)
3453
+ if (source == detachPigmentItem)
26013454 {
26023455 Object3D obj;
26033456 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2608,7 +3461,7 @@
26083461
26093462 refreshContents();
26103463 } else
2611
- if (event.getSource() == attachBumpItem)
3464
+ if (source == attachBumpItem)
26123465 {
26133466 String texture = GetFile("Attach bump");
26143467 Object3D obj;
....@@ -2620,18 +3473,18 @@
26203473
26213474 refreshContents();
26223475 } else
2623
- if (event.getSource() == detachBumpItem)
3476
+ if (source == detachBumpItem)
26243477 {
26253478 Object3D obj;
26263479 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
26273480 {
26283481 obj = (Object3D)e.nextElement();
2629
- obj.SetBumpTexture(null);
3482
+ obj.ResetBumpTexture();
26303483 }
26313484
26323485 refreshContents();
26333486 } else
2634
- if (event.getSource() == pigmentBumpItem)
3487
+ if (source == pigmentBumpItem)
26353488 {
26363489 Object3D obj;
26373490 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2642,158 +3495,262 @@
26423495
26433496 refreshContents();
26443497 } else
2645
- if (event.getSource() == flashSelectionButton)
3498
+ if (source == embedTexturesItem)
3499
+ {
3500
+ Object3D obj;
3501
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3502
+ {
3503
+ obj = (Object3D)e.nextElement();
3504
+ obj.EmbedTextures(true);
3505
+ }
3506
+
3507
+ refreshContents();
3508
+ } else
3509
+ if (source == deEmbedTexturesItem)
3510
+ {
3511
+ Object3D obj;
3512
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3513
+ {
3514
+ obj = (Object3D)e.nextElement();
3515
+ obj.EmbedTextures(false);
3516
+ }
3517
+
3518
+ CameraPane.texturepigment.clear();
3519
+ CameraPane.texturebump.clear();
3520
+
3521
+ refreshContents();
3522
+ } else
3523
+ if (source == flashSelectionButton)
26463524 {
26473525 CameraPane.flash = true;
26483526 refreshContents();
26493527 } else
2650
- if (event.getSource() == oneButton)
3528
+ if (source == oneButton)
26513529 {
26523530 } else
2653
- if (event.getSource() == twoButton)
3531
+ if (source == twoButton)
26543532 {
26553533 radio.layout = twoButton;
3534
+
3535
+ if (CameraPane.FULLSCREEN)
3536
+ fullscreenLayout = radio.layout;
3537
+
26563538 // bug
26573539 //gridPanel.setDividerLocation(1.0);
26583540 //bigPanel.setDividerLocation(0.0);
2659
- bigThree.remove(scenePanel);
2660
- bigThree.remove(centralPanel);
2661
- bigThree.remove(XYZPanel);
2662
- aWindowConstraints.gridx = 0;
2663
- aWindowConstraints.gridy = 0;
2664
- aWindowConstraints.gridwidth = 1;
2665
- // aConstraints.gridheight = 3;
2666
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2667
- aWindowConstraints.weightx = 0;
2668
- aWindowConstraints.weighty = 1;
2669
- //bigThree.add(jtp, aWindowConstraints);
2670
- aWindowConstraints.weightx = 1;
2671
- aWindowConstraints.gridwidth = 3;
2672
- // aConstraints.gridheight = 3;
2673
- aWindowConstraints.gridx = 1;
2674
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2675
- bigThree.add(centralPanel, aWindowConstraints);
2676
- aWindowConstraints.weightx = 0;
2677
- aWindowConstraints.gridx = 4;
2678
- aWindowConstraints.gridwidth = 1;
2679
- // aConstraints.gridheight = 3;
2680
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2681
- //bigThree.add(XYZPanel, aWindowConstraints);
2682
- bigThree.revalidate();
3541
+// bigThree.remove(scenePanel);
3542
+// bigThree.remove(centralPanel);
3543
+// bigThree.remove(XYZPanel);
3544
+// aWindowConstraints.gridx = 0;
3545
+// aWindowConstraints.gridy = 0;
3546
+// aWindowConstraints.gridwidth = 1;
3547
+// // aConstraints.gridheight = 3;
3548
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3549
+// aWindowConstraints.weightx = 0;
3550
+// aWindowConstraints.weighty = 1;
3551
+// //bigThree.add(jtp, aWindowConstraints);
3552
+// aWindowConstraints.weightx = 1;
3553
+// aWindowConstraints.gridwidth = 3;
3554
+// // aConstraints.gridheight = 3;
3555
+// aWindowConstraints.gridx = 1;
3556
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3557
+// bigThree.add(centralPanel, aWindowConstraints);
3558
+// aWindowConstraints.weightx = 0;
3559
+// aWindowConstraints.gridx = 4;
3560
+// aWindowConstraints.gridwidth = 1;
3561
+// // aConstraints.gridheight = 3;
3562
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3563
+// //bigThree.add(XYZPanel, aWindowConstraints);
3564
+// scenePanel.setVisible(false);
3565
+// centralPanel.setVisible(true);
3566
+// XYZPanel.setVisible(false);
3567
+ bigThree.ClearUI();
3568
+ bigThree.add(centralPanel);
3569
+ bigThree.FlushUI();
3570
+
3571
+ cameraView.requestFocusInWindow();
3572
+
3573
+// refreshContents(true);
3574
+//
3575
+// try
3576
+// {
3577
+// java.awt.Robot bot = new java.awt.Robot();
3578
+// int mask = InputEvent.BUTTON1_MASK;
3579
+// bot.mouseMove(100, 100);
3580
+// bot.mousePress(mask);
3581
+// bot.mouseRelease(mask);
3582
+// }
3583
+// catch (Exception e)
3584
+// {
3585
+//
3586
+// }
3587
+
26833588 } else
2684
- if (event.getSource() == threeButton)
3589
+ if (source == threeButton)
26853590 {
26863591 radio.layout = threeButton;
2687
- bigThree.remove(scenePanel);
2688
- bigThree.remove(centralPanel);
2689
- bigThree.remove(XYZPanel);
2690
- aWindowConstraints.gridx = 0;
2691
- aWindowConstraints.gridy = 0;
2692
- aWindowConstraints.gridwidth = 1;
2693
- // aConstraints.gridheight = 3;
2694
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2695
- aWindowConstraints.weightx = 0;
2696
- aWindowConstraints.weighty = 1;
2697
- //bigThree.add(jtp, aWindowConstraints);
2698
- aWindowConstraints.weightx = 1;
2699
- aWindowConstraints.gridwidth = 3;
2700
- // aConstraints.gridheight = 3;
2701
- aWindowConstraints.gridx = 1;
2702
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2703
- bigThree.add(centralPanel, aWindowConstraints);
2704
- aWindowConstraints.weightx = 0;
2705
- aWindowConstraints.gridx = 4;
2706
- aWindowConstraints.gridwidth = 1;
2707
- // aConstraints.gridheight = 3;
2708
- aConstraints.fill = GridBagConstraints.VERTICAL;
2709
- bigThree.add(XYZPanel, aWindowConstraints);
2710
- bigThree.revalidate();
3592
+
3593
+ if (CameraPane.FULLSCREEN)
3594
+ fullscreenLayout = radio.layout;
3595
+
3596
+// bigThree.remove(scenePanel);
3597
+// bigThree.remove(centralPanel);
3598
+// bigThree.remove(XYZPanel);
3599
+// aWindowConstraints.gridx = 0;
3600
+// aWindowConstraints.gridy = 0;
3601
+// aWindowConstraints.gridwidth = 1;
3602
+// // aConstraints.gridheight = 3;
3603
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3604
+// aWindowConstraints.weightx = 0;
3605
+// aWindowConstraints.weighty = 1;
3606
+// //bigThree.add(jtp, aWindowConstraints);
3607
+// aWindowConstraints.weightx = 1;
3608
+// aWindowConstraints.gridwidth = 3;
3609
+// // aConstraints.gridheight = 3;
3610
+// aWindowConstraints.gridx = 1;
3611
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3612
+// bigThree.add(centralPanel, aWindowConstraints);
3613
+// aWindowConstraints.weightx = 0;
3614
+// aWindowConstraints.gridx = 4;
3615
+// aWindowConstraints.gridwidth = 1;
3616
+// // aConstraints.gridheight = 3;
3617
+// aConstraints.fill = GridBagConstraints.VERTICAL;
3618
+// bigThree.add(XYZPanel, aWindowConstraints);
3619
+// bigThree.validate();
3620
+// scenePanel.setVisible(false);
3621
+// centralPanel.setVisible(true);
3622
+// XYZPanel.setVisible(true);
3623
+ bigThree.ClearUI();
3624
+ bigThree.add(scenePanel);
3625
+ bigThree.add(centralPanel);
3626
+ bigThree.FlushUI();
3627
+
3628
+ cameraView.requestFocusInWindow();
27113629 } else
2712
- if (event.getSource() == fourButton)
3630
+ if (source == fourButton)
27133631 {
27143632 radio.layout = fourButton;
2715
- bigThree.remove(scenePanel);
2716
- bigThree.remove(centralPanel);
2717
- bigThree.remove(XYZPanel);
2718
- aWindowConstraints.gridx = 0;
2719
- aWindowConstraints.gridy = 0;
2720
- aWindowConstraints.gridwidth = 1;
2721
- // aWindowConstraints.gridheight = 3;
2722
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2723
- aWindowConstraints.weightx = 1;
2724
- aWindowConstraints.weighty = 1;
2725
- bigThree.add(scenePanel, aWindowConstraints);
2726
- aWindowConstraints.weightx = 1;
2727
- aWindowConstraints.gridwidth = 3;
2728
- // aConstraints.gridheight = 3;
2729
- aWindowConstraints.gridx = 1;
2730
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2731
- //bigThree.add(cameraPanel, aWindowConstraints);
2732
- aWindowConstraints.weightx = 0;
2733
- aWindowConstraints.gridx = 4;
2734
- aWindowConstraints.gridwidth = 1;
2735
- // aWindowConstraints.gridheight = 3;
2736
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2737
- //bigThree.add(XYZPanel, aWindowConstraints);
2738
- bigThree.revalidate();
3633
+
3634
+ if (CameraPane.FULLSCREEN)
3635
+ fullscreenLayout = radio.layout;
3636
+
3637
+// bigThree.remove(scenePanel);
3638
+// bigThree.remove(centralPanel);
3639
+// bigThree.remove(XYZPanel);
3640
+// aWindowConstraints.gridx = 0;
3641
+// aWindowConstraints.gridy = 0;
3642
+// aWindowConstraints.gridwidth = 1;
3643
+// // aWindowConstraints.gridheight = 3;
3644
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3645
+// aWindowConstraints.weightx = 1;
3646
+// aWindowConstraints.weighty = 1;
3647
+// bigThree.add(scenePanel, aWindowConstraints);
3648
+// aWindowConstraints.weightx = 1;
3649
+// aWindowConstraints.gridwidth = 3;
3650
+// // aConstraints.gridheight = 3;
3651
+// aWindowConstraints.gridx = 1;
3652
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3653
+// //bigThree.add(cameraPanel, aWindowConstraints);
3654
+// aWindowConstraints.weightx = 0;
3655
+// aWindowConstraints.gridx = 4;
3656
+// aWindowConstraints.gridwidth = 1;
3657
+// // aWindowConstraints.gridheight = 3;
3658
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3659
+// //bigThree.add(XYZPanel, aWindowConstraints);
3660
+// bigThree.validate();
3661
+// scenePanel.setVisible(true);
3662
+// centralPanel.setVisible(false);
3663
+// XYZPanel.setVisible(false);
3664
+ bigThree.ClearUI();
3665
+ bigThree.add(scenePanel);
3666
+ bigThree.FlushUI();
3667
+
3668
+ cameraView.requestFocusInWindow();
27393669 } else
2740
- if (event.getSource() == sixButton)
3670
+ if (source == sixButton)
27413671 {
27423672 radio.layout = sixButton;
2743
- bigThree.remove(scenePanel);
2744
- bigThree.remove(centralPanel);
2745
- bigThree.remove(XYZPanel);
2746
- aWindowConstraints.gridx = 0;
2747
- aWindowConstraints.gridy = 0;
2748
- aWindowConstraints.gridwidth = 1;
2749
- // aConstraints.gridheight = 3;
2750
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2751
- aWindowConstraints.weightx = 0;
2752
- aWindowConstraints.weighty = 1;
2753
- bigThree.add(scenePanel, aWindowConstraints);
2754
- aWindowConstraints.weightx = 1;
2755
- aWindowConstraints.gridwidth = 3;
2756
- // aWindowConstraints.gridheight = 3;
2757
- aWindowConstraints.gridx = 1;
2758
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2759
- bigThree.add(centralPanel, aWindowConstraints);
2760
- aWindowConstraints.weightx = 0;
2761
- aWindowConstraints.gridx = 4;
2762
- aWindowConstraints.gridwidth = 1;
2763
- // aWindowConstraints.gridheight = 3;
2764
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2765
- //bigThree.add(XYZPanel, aConstraints);
2766
- bigThree.revalidate();
3673
+
3674
+ if (CameraPane.FULLSCREEN)
3675
+ fullscreenLayout = radio.layout;
3676
+
3677
+// bigThree.remove(scenePanel);
3678
+// bigThree.remove(centralPanel);
3679
+// bigThree.remove(XYZPanel);
3680
+// aWindowConstraints.gridx = 0;
3681
+// aWindowConstraints.gridy = 0;
3682
+// aWindowConstraints.gridwidth = 1;
3683
+// // aConstraints.gridheight = 3;
3684
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3685
+// aWindowConstraints.weightx = 0;
3686
+// aWindowConstraints.weighty = 1;
3687
+// bigThree.add(scenePanel, aWindowConstraints);
3688
+// aWindowConstraints.weightx = 1;
3689
+// aWindowConstraints.gridwidth = 3;
3690
+// // aWindowConstraints.gridheight = 3;
3691
+// aWindowConstraints.gridx = 1;
3692
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3693
+// bigThree.add(centralPanel, aWindowConstraints);
3694
+// aWindowConstraints.weightx = 0;
3695
+// aWindowConstraints.gridx = 4;
3696
+// aWindowConstraints.gridwidth = 1;
3697
+// // aWindowConstraints.gridheight = 3;
3698
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3699
+// //bigThree.add(XYZPanel, aConstraints);
3700
+// bigThree.validate();
3701
+// scenePanel.setVisible(true);
3702
+// centralPanel.setVisible(true);
3703
+// XYZPanel.setVisible(false);
3704
+ bigThree.ClearUI();
3705
+ bigThree.add(centralPanel);
3706
+ bigThree.add(scenePanel);
3707
+ bigThree.FlushUI();
3708
+
3709
+ cameraView.requestFocusInWindow();
27673710 } else
2768
- if (event.getSource() == sevenButton)
3711
+ if (source == sevenButton)
27693712 {
27703713 radio.layout = sevenButton;
2771
- bigThree.remove(scenePanel);
2772
- bigThree.remove(centralPanel);
2773
- bigThree.remove(XYZPanel);
2774
- aWindowConstraints.gridx = 0;
2775
- aWindowConstraints.gridy = 0;
2776
- aWindowConstraints.gridwidth = 1;
2777
- // aWindowConstraints.gridheight = 3;
2778
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2779
- aWindowConstraints.weightx = 0;
2780
- aWindowConstraints.weighty = 1;
2781
- bigThree.add(scenePanel, aWindowConstraints);
2782
- aWindowConstraints.weightx = 1;
2783
- aWindowConstraints.gridwidth = 3;
2784
- // aWindowConstraints.gridheight = 3;
2785
- aWindowConstraints.gridx = 1;
2786
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2787
- bigThree.add(centralPanel, aWindowConstraints);
2788
- aWindowConstraints.weightx = 0;
2789
- aWindowConstraints.gridx = 4;
2790
- aWindowConstraints.gridwidth = 1;
2791
- // aConstraints.gridheight = 3;
2792
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2793
- bigThree.add(XYZPanel, aWindowConstraints);
2794
- bigThree.revalidate();
3714
+
3715
+ if (CameraPane.FULLSCREEN)
3716
+ fullscreenLayout = radio.layout;
3717
+
3718
+// bigThree.remove(scenePanel);
3719
+// bigThree.remove(centralPanel);
3720
+// bigThree.remove(XYZPanel);
3721
+// aWindowConstraints.gridx = 0;
3722
+// aWindowConstraints.gridy = 0;
3723
+// aWindowConstraints.gridwidth = 1;
3724
+// // aWindowConstraints.gridheight = 3;
3725
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3726
+// aWindowConstraints.weightx = 0;
3727
+// aWindowConstraints.weighty = 1;
3728
+// bigThree.add(scenePanel, aWindowConstraints);
3729
+// aWindowConstraints.weightx = 1;
3730
+// aWindowConstraints.gridwidth = 3;
3731
+// // aWindowConstraints.gridheight = 3;
3732
+// aWindowConstraints.gridx = 1;
3733
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3734
+// bigThree.add(centralPanel, aWindowConstraints);
3735
+// aWindowConstraints.weightx = 0;
3736
+// aWindowConstraints.gridx = 4;
3737
+// aWindowConstraints.gridwidth = 1;
3738
+// // aConstraints.gridheight = 3;
3739
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3740
+// bigThree.add(XYZPanel, aWindowConstraints);
3741
+// bigThree.validate();
3742
+// scenePanel.setVisible(true);
3743
+// centralPanel.setVisible(true);
3744
+// XYZPanel.setVisible(true);
3745
+ bigThree.ClearUI();
3746
+ bigThree.add(scenePanel);
3747
+ bigThree.add(centralPanel);
3748
+ bigThree.add(XYZPanel);
3749
+ bigThree.FlushUI();
3750
+
3751
+ cameraView.requestFocusInWindow();
27953752 } else
2796
- if (event.getSource() == rootButton)
3753
+ if (source == rootButton)
27973754 {
27983755 Object3D obj;
27993756 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2803,66 +3760,84 @@
28033760 EditObject(obj);
28043761 }
28053762
3763
+ cameraView.requestFocusInWindow();
28063764 refreshContents(true);
28073765 } else
2808
- if (event.getSource() == closeButton)
3766
+ if (source == closeButton)
28093767 {
28103768 //System.out.println("CLOSE: " + buttonGroup.getSelection());
28113769 cRadio ab;
28123770 for (Enumeration e = buttonGroup.getElements(); e.hasMoreElements();)
28133771 {
28143772 ab = (cRadio)e.nextElement();
2815
- if(ab.getModel().isSelected() && ab.GetObject() != client)
3773
+ if (ab.getModel().isSelected() && ab.GetObject() != client)
28163774 {
3775
+ // Patch to avoid bug with transparency.
3776
+ if (!ab.hadMaterial)
3777
+ {
3778
+ ab.object.material = null;
3779
+ }
3780
+
28173781 buttonGroup.remove(ab);
28183782 radioPanel.remove(ab);
28193783
2820
- ab.GetObject().editWindow = null;
3784
+ //ab.GetObject().editWindow = null;
3785
+ ab.GetObject().manipWindow = null;
28213786 // ab.GetObject().objectUI = null; // ?????????
28223787
28233788 ((cRadio)radioPanel.getComponent(radioPanel.getComponentCount() - 1)).doClick();
28243789 break;
28253790 }
28263791 }
3792
+
3793
+ cameraView.requestFocusInWindow();
28273794 refreshContents(true);
28283795 } else
2829
- if (event.getSource() == editItem || event.getSource() == editButton)
3796
+ if (source == editItem || source == editButton)
28303797 {
3798
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3799
+ {
3800
+ Object3D child = (Object3D)e.nextElement();
3801
+ child.pinned = true;
3802
+ }
3803
+
28313804 EditSelection(false);
28323805 } else
2833
- if (event.getSource() == uneditButton)
3806
+ if (source == uneditButton)
28343807 {
28353808 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
28363809 {
28373810 Object3D child = (Object3D)e.nextElement();
28383811 if(child.editWindow != null)
28393812 objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
3813
+ child.pinned = false;
28403814 child.CloseUI();
28413815 listUI.remove(child);
28423816
2843
- child.editWindow = null; // ???????????
3817
+ //child.editWindow = null; // ???????????
28443818 }
2845
- objEditor.ctrlPanel.revalidate();
3819
+ objEditor.ctrlPanel.FlushUI();
28463820 //objEditor.jTree.clearSelection();
28473821 //objEditor.ResetSliders();
28483822 refreshContents(true);
28493823 } else
2850
- if (event.getSource() == clearPanelButton)
3824
+ if (source == clearPanelButton)
28513825 {
28523826 assert(copy == group);
28533827 //copy.ClearUI();
28543828 for (Object3D obj : listUI)
28553829 {
3830
+ obj.pinned = false;
28563831 obj.CloseUI();
28573832 }
28583833 listUI.clear();
28593834 refreshContents(true);
28603835 } else
2861
- if (event.getSource() == allParamsButton)
3836
+ if (source == allParamsButton)
28623837 {
28633838 assert(copy == group);
28643839
2865
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
3840
+ //objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
28663841
28673842 for (Object3D obj : listUI)
28683843 {
....@@ -2879,19 +3854,19 @@
28793854
28803855 refreshContents(true);
28813856 } else
2882
- if (event.getSource() == unselectButton)
3857
+ if (source == unselectButton)
28833858 {
28843859 objEditor.jTree.clearSelection();
28853860 // ?? oct 2012 GrafreeD.clipboard.clear();
28863861 objEditor.ResetSliders();
28873862 refreshContents(true);
28883863 } else
2889
- if(event.getSource() instanceof cRadio)
3864
+ if(source instanceof cRadio)
28903865 {
28913866 group.parent = keepparent;
28923867 group.attributes = 0;
28933868 //group.editWindow = null;
2894
- /*cRadio*/ radio = (cRadio)event.getSource();
3869
+ /*cRadio*/ radio = (cRadio)source;
28953870 Object3D obj = radio.GetObject();
28963871 System.out.println("Edit " + obj);
28973872 if (true) // obj instanceof Composite) // obj.parent == null) // obj instanceof Composite)
....@@ -2911,7 +3886,10 @@
29113886 }
29123887
29133888 copy = group;
2914
- //CameraPane.theRenderer.object = group;
3889
+
3890
+ SetUndoStates();
3891
+
3892
+ //Globals.theRenderer.object = group;
29153893 if(!useclient)
29163894 {
29173895 cameraView.renderCamera = radio.camera;
....@@ -2920,25 +3898,52 @@
29203898 cameraView.cameras[cameraView.cameracount] = radio.camera;
29213899 cameraView.targetLookAt.set(radio.camera.lookAt);
29223900 cameraView.object = group;
2923
- cameraView.lighttouched = true;
3901
+ //cameraView.lighttouched = true;
3902
+ Globals.lighttouched = true;
29243903 topView.object = group;
29253904 frontView.object = group;
29263905 sideView.object = group;
29273906 }
2928
- group.editWindow = this;
3907
+
3908
+// fix "+" issue
3909
+ //group.editWindow = this;
3910
+ group.manipWindow = this;
3911
+
29293912 /*
29303913 currentLayout = radio.layout;
29313914 if (currentLayout == null)
29323915 currentLayout = sevenButton;
29333916 */
29343917 radio.layout.doClick();
3918
+
3919
+ ClearUnpinned();
3920
+ //Grafreed.Assert(group != null);
3921
+ //Grafreed.Assert(group.selection != null);
3922
+ SetPinStates(group.selection == null || group.selection.size() > 0);
3923
+ if (group.selection == null || group.selection.size() == 1)
3924
+ EditSelection(false);
29353925 keepparent = group.parent;
29363926 // PARENT = NULL or not???
29373927 //group.parent = null; // ROOT
29383928 //group.attributes = -1;
29393929 ResetModel();
3930
+
3931
+ cameraView.requestFocusInWindow();
29403932 refreshContents(true);
2941
- }
3933
+ } else if (event.getSource() == editCameraItem)
3934
+ {
3935
+ cameraView.ProtectCamera();
3936
+ cameraView.repaint();
3937
+ return;
3938
+ } else if (event.getSource() == restoreCameraItem || event.getSource() == restoreCameraButton)
3939
+ {
3940
+ cameraView.RevertCamera();
3941
+ cameraView.repaint();
3942
+ return;
3943
+ // } else if (event.getSource() == textureButton)
3944
+ // {
3945
+ // return; // true;
3946
+ }
29423947 else
29433948 {
29443949 //return super.action(event, arg);
....@@ -2947,7 +3952,6 @@
29473952 }
29483953
29493954 boolean useclient = false;
2950
- cRadio radio;
29513955
29523956 void ToggleRoot()
29533957 {
....@@ -2956,7 +3960,7 @@
29563960 if (useclient)
29573961 {
29583962 cameraView.object = client;
2959
- cameraView.lighttouched = true;
3963
+ Globals.lighttouched = true;
29603964 //topView.object = client;
29613965 //frontView.object = client;
29623966 //sideView.object = client;
....@@ -2964,7 +3968,7 @@
29643968 else
29653969 {
29663970 cameraView.object = group;
2967
- cameraView.lighttouched = true;
3971
+ Globals.lighttouched = true;
29683972 //topView.object = group;
29693973 //frontView.object = group;
29703974 //sideView.object = group;
....@@ -2999,6 +4003,28 @@
29994003 refreshContents();
30004004 }
30014005
4006
+ void TransformChildren()
4007
+ {
4008
+ Object3D obj;
4009
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
4010
+ {
4011
+ obj = (Object3D)e.nextElement();
4012
+ obj.KeepTextureMatrices();
4013
+ obj.TransformChildren();
4014
+ obj.RestoreTextureMatrices();
4015
+
4016
+// if (obj.parent == null)
4017
+// {
4018
+// System.out.println("NULL PARENT!");
4019
+// new Exception().printStackTrace();
4020
+// }
4021
+// else
4022
+// TouchTransform(obj);
4023
+// //obj.parent.Touch();
4024
+ }
4025
+
4026
+ refreshContents();
4027
+ }
30024028
30034029 void ResetTransform()
30044030 {
....@@ -3111,7 +4137,7 @@
31114137 refreshContents();
31124138 }
31134139
3114
- void ResetCentroid()
4140
+ void ResetCentroid(boolean full)
31154141 {
31164142 Object3D obj;
31174143 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -3126,12 +4152,16 @@
31264152 LA.matIdentity(Object3D.mat);
31274153 obj.getBounds(minima, maxima, false);
31284154 Object3D.mat[3][0] = -(minima.x + maxima.x)/2;
3129
- Object3D.mat[3][1] = -(minima.y + maxima.y)/2;
4155
+ if (full)
4156
+ Object3D.mat[3][1] = -(minima.y + maxima.y)/2;
31304157 Object3D.mat[3][2] = -(minima.z + maxima.z)/2;
31314158 obj.TransformMesh(Object3D.mat);
4159
+
31324160 Object3D.mat[3][0] = (minima.x + maxima.x)/2;
3133
- Object3D.mat[3][1] = (minima.y + maxima.y)/2;
4161
+ if (full)
4162
+ Object3D.mat[3][1] = (minima.y + maxima.y)/2;
31344163 Object3D.mat[3][2] = (minima.z + maxima.z)/2;
4164
+
31354165 LA.matConcat(Object3D.mat, obj.toParent, obj.toParent);
31364166 //Object3D.mat[3][0] = -Object3D.mat[3][0];
31374167 //Object3D.mat[3][1] = -Object3D.mat[3][1];
....@@ -3160,7 +4190,8 @@
31604190
31614191 int size = obj.MemorySize();
31624192
3163
- System.err.println((size/1024) + " KB is the size of " + obj);
4193
+ //System.err.println((size/1024) + " KB is the size of " + obj);
4194
+ System.err.println("the size of " + obj + " is " + size + " (" + (size/1024) + "KB)");
31644195 }
31654196 }
31664197 catch (Exception e)
....@@ -3197,9 +4228,9 @@
31974228 obj = (Object3D)e.nextElement();
31984229
31994230 System.out.println("Object is: " + obj);
3200
- GrafreeD.AnalyzeObject(obj);
4231
+ Grafreed.AnalyzeObject(obj);
32014232 System.out.println("Boundary rep: " + obj.bRep);
3202
- GrafreeD.AnalyzeObject(obj.bRep);
4233
+ Grafreed.AnalyzeObject(obj.bRep);
32034234
32044235 // System.err.println((size/1024) + " KB is the size of " + obj);
32054236 }
....@@ -3241,6 +4272,13 @@
32414272 void GenNormals(boolean crease)
32424273 {
32434274 group.GenNormalsS(crease);
4275
+
4276
+ refreshContents();
4277
+ }
4278
+
4279
+ void GenNormalsMESH()
4280
+ {
4281
+ group.GenNormalsMeshS();
32444282
32454283 refreshContents();
32464284 }
....@@ -3413,8 +4451,8 @@
34134451
34144452 void ParseVertices()
34154453 {
3416
- boolean epsequal = GrafreeD.epsequal;
3417
- GrafreeD.epsequal = true;
4454
+ boolean epsequal = Grafreed.epsequal;
4455
+ Grafreed.epsequal = true;
34184456
34194457 for (int i=0; i<group.selection.size(); i++)
34204458 {
....@@ -3439,7 +4477,7 @@
34394477 LA.matTranslate(g.toParent, temp.x, temp.y, temp.z);
34404478 LA.matTranslate(g.fromParent, -temp.x, -temp.y, -temp.z);
34414479
3442
- g.add(GrafreeD.clipboard);
4480
+ g.add(Grafreed.clipboard);
34434481
34444482 buffer.add(g);
34454483 }
....@@ -3454,7 +4492,7 @@
34544492 makeSomething(buffer, i==group.selection.size()-1);
34554493 }
34564494
3457
- GrafreeD.epsequal = epsequal;
4495
+ Grafreed.epsequal = epsequal;
34584496
34594497 refreshContents();
34604498 }
....@@ -3472,7 +4510,16 @@
34724510 String pigment = Object3D.GetPigment(tex);
34734511 //String bump = Object3D.GetBump(tex);
34744512
3475
- com.sun.opengl.util.texture.TextureData texturedata = CameraPane.theRenderer.GetTextureData(pigment, false, node.texres);
4513
+ com.sun.opengl.util.texture.TextureData texturedata = null;
4514
+
4515
+ try
4516
+ {
4517
+ texturedata = Globals.theRenderer.GetTextureData(tex, false, node.texres);
4518
+ }
4519
+ catch (Exception e)
4520
+ {
4521
+ System.err.println("FAIL: " + node);
4522
+ }
34764523
34774524 double s = v.s;
34784525
....@@ -3560,11 +4607,11 @@
35604607
35614608 SwitchNode sn = new SwitchNode(poses, Object3D.GEOMETRY);
35624609
3563
- boolean random = CameraPane.RANDOM;
3564
- CameraPane.RANDOM = false; // parse all random nodes
4610
+ boolean random = CameraPane.SWITCH;
4611
+ CameraPane.SWITCH = false; // parse all random nodes
35654612 lowres.linkVerticesThis(null);
35664613 lowres.linkVerticesThis(sn);
3567
- CameraPane.RANDOM = random;
4614
+ CameraPane.SWITCH = random;
35684615
35694616 System.err.flush();
35704617
....@@ -3604,7 +4651,7 @@
36044651 return;
36054652
36064653 Object3D poses = group.selection.get(0);
3607
- Object3D ref = GrafreeD.clipboard.get(0);
4654
+ Object3D ref = Grafreed.clipboard.get(0);
36084655
36094656 Object3D newgroup = new Object3D("Po:" + poses.name);
36104657
....@@ -3773,7 +4820,7 @@
37734820 group.selection.RelinkToSupport(); // july 2014
37744821 System.out.println("DONE.");
37754822 refreshContents();
3776
- CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
4823
+ Globals.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
37774824 }
37784825
37794826 void ReduceMesh(boolean reduction34)
....@@ -3798,9 +4845,9 @@
37984845
37994846 void ClipMesh()
38004847 {
3801
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
4848
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
38024849 {
3803
- Object3D content = GrafreeD.clipboard.get(0);
4850
+ Object3D content = Grafreed.clipboard.get(0);
38044851
38054852 if (content instanceof cGroup && ((cGroup)content).transientlink )
38064853 content = ((cGroup)content).get(0);
....@@ -3809,7 +4856,7 @@
38094856 // {
38104857 // group.selection.get(i).ClipMesh(GrafreeD.clipboard);
38114858 // }
3812
- group.selection.ClipMesh(GrafreeD.clipboard);
4859
+ group.selection.ClipMesh(Grafreed.clipboard);
38134860 }
38144861 // group.selection.ClipMesh(GrafreeD.clipboard);
38154862 System.out.println("DONE.");
....@@ -3856,6 +4903,18 @@
38564903 void MarkLeaves(boolean hide)
38574904 {
38584905 group.selection.MarkLeaves(hide);
4906
+ refreshContents();
4907
+ }
4908
+
4909
+ void RewindLeaves(boolean hide)
4910
+ {
4911
+ group.selection.RewindLeaves(hide);
4912
+ refreshContents();
4913
+ }
4914
+
4915
+ void RandomLeaves(boolean hide)
4916
+ {
4917
+ group.selection.RandomLeaves(hide);
38594918 refreshContents();
38604919 }
38614920
....@@ -3930,28 +4989,25 @@
39304989 // }
39314990 // }
39324991
3933
- static boolean allparams = true;
3934
-
3935
- static Vector<Object3D> listUI = new Vector<Object3D>();
3936
-
39374992 void EditSelection(boolean newWindow)
39384993 {
4994
+ if (group.selection == null)
4995
+ {
4996
+ EditElement(group, newWindow); // ? new
4997
+ return;
4998
+ }
4999
+
39395000 // aConstraints.gridy = 0;
39405001 for (int i=0; i<group.selection.size(); i++)
39415002 {
39425003 //System.out.println("edit : " + objectPanel.indexOfTab("Material"));
39435004 //objectPanel.setEnabledAt(objectPanel.indexOfTab("Material"), false);
3944
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
5005
+ //objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
39455006
39465007 Object3D elem = (Object3D)group.selection.elementAt(i);
3947
- if(elem != group)
5008
+ if(elem != group || !newWindow)
39485009 {
3949
- // if (!(elem instanceof Composite))
3950
- // newWindow = false;
3951
- listUI.add(elem);
3952
- elem.openEditWindow(this, newWindow); //, false);
3953
- System.out.println("edit : " + elem);
3954
- elem.editWindow.refreshContents(true); // ? new
5010
+ EditElement(elem, newWindow); // ? new
39555011 }
39565012 }
39575013 }
....@@ -4026,7 +5082,8 @@
40265082 //new Exception().printStackTrace();
40275083
40285084 freezemodel = true;
4029
-
5085
+ ClearUnpinned();
5086
+
40305087 /**/
40315088 //switch (event.id)
40325089 {
....@@ -4034,7 +5091,6 @@
40345091 //case 702: // Event.LIST_DESELECT
40355092 group.deselectAll();
40365093 TreePath tps[] = objEditor.jTree.getSelectionPaths();
4037
- objEditor.ClearInfo(); // .GetMaterial());
40385094 if (tps != null)
40395095 {
40405096 for (int i=0; i < tps.length; i++)
....@@ -4043,33 +5099,39 @@
40435099
40445100 //if (child.parent != null)
40455101 //child.parent.addSelectee(child);
5102
+ objEditor.SetMaterial(child);
40465103 group.addSelectee(child);
4047
- objEditor.SetMaterial(child); // .GetMaterial());
4048
- objEditor.AddInfo(child, this, true); // .GetMaterial());
4049
- System.err.println("info : " + child.GetPath());
40505104 }
40515105 }
4052
- else
4053
- {
4054
- objEditor.SetMaterial(group); // .GetMaterial());
4055
- objEditor.AddInfo(group, this, true); // .GetMaterial());
4056
- System.err.println("info : " + group.GetPath());
4057
- }
5106
+// else
5107
+// {
5108
+// objEditor.SetMaterial(group); // .GetMaterial());
5109
+// objEditor.AddInfo(group, this, true); // .GetMaterial());
5110
+// System.err.println("info : " + group.GetPath());
5111
+// }
40585112
4059
- objEditor.SetText(); // jan 2014
4060
-
4061
- if (flashIt && !CameraPane.isLIVE() && tps != null && tps.length > 0 && !(((Object3D) tps[0].getLastPathComponent()) instanceof Camera))
5113
+ if (flashIt && !Globals.isLIVE() && tps != null && tps.length > 0 && !(tps[0].getLastPathComponent() instanceof Camera))
40625114 CameraPane.flash = true;
40635115
4064
- if (tps != null && tps.length > 0 && ((Object3D) tps[0].getLastPathComponent()) instanceof Camera)
5116
+ if (tps != null && tps.length > 0 && tps[0].getLastPathComponent() instanceof Camera)
40655117 // a camera
40665118 {
4067
- CameraPane.camerachangeframe = 0; // don't refuse it
4068
- CameraPane.theRenderer.SetCamera((Camera) tps[0].getLastPathComponent());
4069
- // CameraPane.theRenderer.renderCamera = CameraPane.theRenderer.manipCamera;
4070
- // CameraPane.theRenderer.eyeCamera = CameraPane.theRenderer.manipCamera;
5119
+ if (tps[0].getLastPathComponent() != Globals.theRenderer.LightCamera()) // Crash the camera because of invalid lightspace
5120
+ {
5121
+ CameraPane.camerachangeframe = 0; // don't refuse it
5122
+ Globals.theRenderer.SetCamera((Camera) tps[0].getLastPathComponent());
5123
+ }
5124
+ // Globals.theRenderer.renderCamera = Globals.theRenderer.manipCamera;
5125
+ // Globals.theRenderer.eyeCamera = Globals.theRenderer.manipCamera;
40715126 }
40725127
5128
+ if (tps != null && tps.length == 1)
5129
+ {
5130
+ EditSelection(false);
5131
+ }
5132
+
5133
+ SetPinStates(tps != null && tps.length > 0);
5134
+
40735135 refreshContents();
40745136 //return true;
40755137 }
....@@ -4078,6 +5140,35 @@
40785140
40795141 freezemodel = false;
40805142 }
5143
+
5144
+ void SetPinStates(boolean enabled)
5145
+ {
5146
+ editButton.setEnabled(enabled);
5147
+ uneditButton.setEnabled(enabled);
5148
+ unselectButton.setEnabled(enabled);
5149
+ flashSelectionButton.setEnabled(enabled);
5150
+ }
5151
+
5152
+ void refreshContents(boolean cp)
5153
+ {
5154
+ if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
5155
+ if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING)
5156
+ {
5157
+ objEditor.ClearInfo(); // .GetMaterial());
5158
+
5159
+ for (int i=0; i < group.selection.Size(); i++)
5160
+ {
5161
+ Object3D child = (Object3D) group.selection.get(i);
5162
+
5163
+ objEditor.AddInfo(child, this, true);
5164
+ System.err.println("info : " + child.GetPath());
5165
+ }
5166
+
5167
+ objEditor.SetText(); // jan 2014
5168
+ }
5169
+
5170
+ super.refreshContents(cp);
5171
+ }
40815172
40825173 void linkSomething(Object3D thing)
40835174 {
....@@ -4149,16 +5240,19 @@
41495240 {
41505241 if (group.selection.isEmpty())
41515242 return;
4152
- GrafreeD.clipboardIsTempGroup = false;
5243
+
5244
+ Grafreed.clipboardIsTempGroup = false;
41535245 Composite tGroup = null;
41545246 if (group.selection.size() > 0) // 1)
41555247 {
41565248 tGroup = new cGroup();
4157
- GrafreeD.clipboardIsTempGroup = true;
5249
+ Grafreed.clipboardIsTempGroup = true;
41585250 }
41595251
41605252 if (cut)
41615253 {
5254
+// if (Globals.SAVEONMAKE) // Moved to the clipboard, no need to save.
5255
+// Save();
41625256 //int indices[] = jList.getSelectedIndices();
41635257 //for (int i = indices.length - 1; i >= 0; i--)
41645258 //jList.remove(indices[i]);
....@@ -4194,16 +5288,16 @@
41945288 //System.out.println("cut " + child);
41955289 //System.out.println("parent = " + child.parent);
41965290 // tmp.addChild(child);
4197
- if (GrafreeD.clipboardIsTempGroup)
5291
+ if (Grafreed.clipboardIsTempGroup)
41985292 tGroup.add/*Child*/(tmp);
41995293 else
4200
- GrafreeD.clipboard = tmp;
5294
+ Grafreed.clipboard = tmp;
42015295 }
42025296 else
4203
- if (GrafreeD.clipboardIsTempGroup)
5297
+ if (Grafreed.clipboardIsTempGroup)
42045298 tGroup.add/*Child*/(child);
42055299 else
4206
- GrafreeD.clipboard = child;
5300
+ Grafreed.clipboard = child;
42075301 }
42085302
42095303 //ResetModel();
....@@ -4235,21 +5329,23 @@
42355329 //System.out.println("cut " + elem);
42365330 //System.out.println("parent = " + elem.parent);
42375331 // tmp.addChild(elem);
4238
- if (GrafreeD.clipboardIsTempGroup)
5332
+ if (Grafreed.clipboardIsTempGroup)
42395333 tGroup.add/*Child*/(tmp);
42405334 else
4241
- GrafreeD.clipboard = tmp;
5335
+ Grafreed.clipboard = tmp;
42425336 }
42435337 else
4244
- if (GrafreeD.clipboardIsTempGroup)
5338
+ if (Grafreed.clipboardIsTempGroup)
42455339 tGroup.add/*Child*/(child);
42465340 else
4247
- GrafreeD.clipboard = child;
5341
+ Grafreed.clipboard = child;
42485342 }
42495343
42505344 }
4251
- if (GrafreeD.clipboardIsTempGroup)
4252
- GrafreeD.clipboard = tGroup;
5345
+
5346
+ if (Grafreed.clipboardIsTempGroup)
5347
+ Grafreed.clipboard = tGroup;
5348
+
42535349 if (cut)
42545350 {
42555351 ResetModel();
....@@ -4259,11 +5355,15 @@
42595355
42605356 void paste(boolean expand)
42615357 {
5358
+ if (Globals.REPLACEONMAKE)
5359
+ Save();
5360
+ boolean keep = Globals.REPLACEONMAKE;
5361
+ Globals.REPLACEONMAKE = false;
42625362 // if (GrafreeD.clipboard == null)
42635363 // return;
42645364 boolean first = true;
42655365
4266
- if (GrafreeD.clipboardIsTempGroup)
5366
+ if (Grafreed.clipboardIsTempGroup)
42675367 {
42685368 Composite temp;
42695369
....@@ -4274,7 +5374,7 @@
42745374 temp = (Composite)Applet3D.clipboard.deepCopy();
42755375 */
42765376 Object3D elem;
4277
- for (Enumeration e = /*temp.children*/GrafreeD.clipboard.elements(); e.hasMoreElements();) // objList.add(copy.name))
5377
+ for (Enumeration e = /*temp.children*/Grafreed.clipboard.elements(); e.hasMoreElements();) // objList.add(copy.name))
42785378 {
42795379 Object3D child = (Object3D)e.nextElement();
42805380
....@@ -4308,21 +5408,22 @@
43085408 //Object3D cb = Applet3D.clipboard;
43095409 //temp.addChild(cb);
43105410 //makeSomething((expand?temp.copyExpand():temp.deepCopy()).get(0));
4311
- assert(GrafreeD.clipboard.parent == null);
4312
- Object3D /*Composite*/ keepparent = GrafreeD.clipboard.get(0).parent;
4313
- GrafreeD.clipboard.get(0).parent = null; // Avoid copy?
4314
- if (LA.isIdentity(GrafreeD.clipboard.toParent))
4315
- makeSomething(expand?GrafreeD.clipboard.get(0).copyExpand():GrafreeD.clipboard.get(0).deepCopy());
5411
+ assert(Grafreed.clipboard.parent == null);
5412
+ Object3D /*Composite*/ keepparent = Grafreed.clipboard.get(0).parent;
5413
+ Grafreed.clipboard.get(0).parent = null; // Avoid copy?
5414
+ if (LA.isIdentity(Grafreed.clipboard.toParent))
5415
+ makeSomething(expand?Grafreed.clipboard.get(0).copyExpand():Grafreed.clipboard.get(0).deepCopy());
43165416 else
4317
- makeSomething(expand?GrafreeD.clipboard.copyExpand():GrafreeD.clipboard.deepCopy());
4318
- GrafreeD.clipboard.get(0).parent = keepparent;
5417
+ makeSomething(expand?Grafreed.clipboard.copyExpand():Grafreed.clipboard.deepCopy());
5418
+ Grafreed.clipboard.get(0).parent = keepparent;
43195419 }
43205420
5421
+ Globals.REPLACEONMAKE = keep;
43215422 ResetModel();
43225423 refreshContents();
43235424 }
43245425
4325
- void pasteInto(boolean copyit)
5426
+ void pasteInto(boolean copyit, boolean clone)
43265427 {
43275428 // if (GrafreeD.clipboard == null)
43285429 // return;
....@@ -4351,15 +5452,22 @@
43515452 if (copyit)
43525453 {
43535454 // paste(false);
4354
- CloneClipboard(false); // sept 2014
5455
+ if (clone)
5456
+ {
5457
+ CloneClipboard(false); // sept 2014
5458
+ }
5459
+ else
5460
+ {
5461
+ paste(false);
5462
+ }
43555463 }
43565464 else
43575465 {
43585466 boolean first = true;
43595467
4360
- if (GrafreeD.clipboardIsTempGroup)
5468
+ if (Grafreed.clipboardIsTempGroup)
43615469 {
4362
- Composite temp = (Composite)GrafreeD.clipboard;
5470
+ Composite temp = (Composite)Grafreed.clipboard;
43635471 Object3D copy;
43645472 for (Enumeration e = temp.children.elements(); e.hasMoreElements();)
43655473 {
....@@ -4369,7 +5477,7 @@
43695477 }
43705478 } else
43715479 {
4372
- linkSomething(GrafreeD.clipboard); //.get(0));
5480
+ linkSomething(Grafreed.clipboard); //.get(0));
43735481 }
43745482 }
43755483 }
....@@ -4446,6 +5554,10 @@
44465554
44475555 void group(Object3D csg, boolean grab)
44485556 {
5557
+ if (Globals.REPLACEONMAKE)
5558
+ Save();
5559
+ boolean keep = Globals.REPLACEONMAKE;
5560
+ Globals.REPLACEONMAKE = false;
44495561 if (//false) // why??
44505562 !group.selection.isEmpty())
44515563 {
....@@ -4559,10 +5671,15 @@
45595671 //node.add(csg);
45605672 //makeSomething(node);
45615673 makeSomething(csg);
5674
+ Globals.REPLACEONMAKE = keep;
45625675 }
45635676
45645677 void Ungroup(Object3D g)
45655678 {
5679
+ if (Globals.REPLACEONMAKE)
5680
+ Save();
5681
+ boolean keep = Globals.REPLACEONMAKE;
5682
+ Globals.REPLACEONMAKE = false;
45665683 if (g instanceof HiddenObject)
45675684 {
45685685 HiddenObject h = (HiddenObject) g;
....@@ -4579,6 +5696,7 @@
45795696 objEditor.makeSomething(g.get(i), false);
45805697 }
45815698 }
5699
+ Globals.REPLACEONMAKE = keep;
45825700 }
45835701
45845702 void ungroup()
....@@ -4774,21 +5892,6 @@
47745892 }
47755893 */
47765894
4777
- void ImportGFD()
4778
- {
4779
- FileDialog browser = new FileDialog(objEditor.frame, "Import GrafreeD", FileDialog.LOAD);
4780
- browser.show();
4781
- String filename = browser.getFile();
4782
- if (filename != null && filename.length() > 0)
4783
- {
4784
- String fullname = browser.getDirectory() + filename;
4785
-
4786
- //Object3D readobj =
4787
- objEditor.ReadGFD(fullname, objEditor);
4788
- //makeSomething(readobj);
4789
- }
4790
- }
4791
-
47925895 /*
47935896 public void Callback(Object obj)
47945897 {
....@@ -4812,26 +5915,9 @@
48125915 }
48135916 */
48145917
4815
- void ImportVRMLX3D()
4816
- {
4817
- if (GrafreeD.standAlone)
4818
- {
4819
- /**/
4820
- FileDialog browser = new FileDialog(objEditor.frame, "Import VRML/X3D", FileDialog.LOAD);
4821
- browser.show();
4822
- String filename = browser.getFile();
4823
- if (filename != null && filename.length() > 0)
4824
- {
4825
- String fullname = browser.getDirectory() + filename;
4826
- LoadVRMLX3D(fullname);
4827
- }
4828
- /**/
4829
- }
4830
- }
4831
-
48325918 String GetFile(String dialogName)
48335919 {
4834
- if (GrafreeD.standAlone)
5920
+ if (Grafreed.standAlone)
48355921 {
48365922 FileDialog browser = new FileDialog(objEditor.frame, dialogName, FileDialog.LOAD);
48375923 browser.show();
....@@ -4895,10 +5981,49 @@
48955981 cButton flashSelectionButton;
48965982 cButton editButton;
48975983 cButton uneditButton;
5984
+ JCheckBox allParamsButton;
48985985 cButton clearpanelButton;
4899
- cButton allParamsButton;
49005986 cButton unselectButton;
49015987
5988
+ cButton restoreCameraButton;
5989
+
5990
+ cButton saveButton;
5991
+ cButton oneStepButton;
5992
+
5993
+ cButton groupButton;
5994
+ cButton ungroupButton;
5995
+ cButton compositeButton;
5996
+ cButton switchButton;
5997
+ cButton loopButton;
5998
+ cButton textureButton;
5999
+
6000
+ cButton skybox1Button;
6001
+ cButton skybox2Button;
6002
+ cButton skybox3Button;
6003
+ cButton skybox4Button;
6004
+ cButton skybox5Button;
6005
+ cButton skybox6Button;
6006
+ cButton skybox7Button;
6007
+
6008
+ cButton skybox11Button;
6009
+ cButton skybox12Button;
6010
+ cButton skybox13Button;
6011
+ cButton skybox14Button;
6012
+ cButton skybox15Button;
6013
+ cButton skybox16Button;
6014
+ cButton skybox17Button;
6015
+
6016
+ cButton gridButton;
6017
+ cButton boxButton;
6018
+ cButton sphereButton;
6019
+ cButton coneButton;
6020
+ cButton torusButton;
6021
+ cButton superButton;
6022
+ cButton kleinButton;
6023
+ cButton particlesButton;
6024
+ cButton overlayButton;
6025
+ cButton lightButton;
6026
+
49026027 cButton screenfitButton;
49036028 cButton screenfitpointButton;
49046029 cButton snapobjectButton;
....@@ -4910,14 +6035,6 @@
49106035
49116036 cButton setsupportButton;
49126037
4913
- cButton twoButton;
4914
- cButton sixButton;
4915
- cButton threeButton;
4916
- cButton sevenButton;
4917
- cButton fourButton; // full panel
4918
- cButton oneButton; // full XYZ
4919
- //cButton currentLayout;
4920
-
49216038 //
49226039 //Composite
49236040 Object3D // to do !!
....@@ -4927,9 +6044,11 @@
49276044 //JTree jTree;
49286045 private MenuItem lookAtItem;
49296046 private MenuItem lookFromItem;
4930
- private MenuItem switchItem;
6047
+ private MenuItem switchViewItem;
49316048 private MenuItem cutItem;
4932
- private MenuItem duplicateItem;
6049
+ private MenuItem undoItem;
6050
+ private MenuItem redoItem;
6051
+ private JMenuItem duplicateItem;
49336052 private MenuItem cloneItem;
49346053 private MenuItem cloneSupportItem;
49356054 private MenuItem overwriteGeoItem;
....@@ -4942,7 +6061,7 @@
49426061 private MenuItem linkverticesItem;
49436062 private MenuItem relinkverticesItem;
49446063 private MenuItem setMasterItem;
4945
- private MenuItem resetMeshItem;
6064
+ private MenuItem resetAllItem;
49466065 private MenuItem stepAllItem;
49476066 private MenuItem revertMeshItem;
49486067 private MenuItem poseMeshItem;
....@@ -4953,10 +6072,11 @@
49536072 private MenuItem mergeGeometriesItem;
49546073 private MenuItem copyItem;
49556074 private MenuItem pasteItem;
6075
+ private MenuItem pasteIntoItem;
49566076 private MenuItem pasteLinkItem;
49576077 private MenuItem pasteCloneItem;
49586078 private MenuItem pasteExpandItem;
4959
- private MenuItem clearItem;
6079
+ private MenuItem deleteItem;
49606080 private MenuItem clearAllItem;
49616081 private MenuItem genUVItem;
49626082 private MenuItem genNormalsMESHItem;
....@@ -4991,6 +6111,10 @@
49916111 private MenuItem showleavesItem;
49926112 private MenuItem markleavesItem;
49936113 private MenuItem unmarkleavesItem;
6114
+ private MenuItem rewindleavesItem;
6115
+ private MenuItem unrewindleavesItem;
6116
+ private MenuItem randomleavesItem;
6117
+ private MenuItem unrandomleavesItem;
49946118
49956119 private MenuItem flipVItem;
49966120 private MenuItem unflipVItem;
....@@ -5002,15 +6126,17 @@
50026126 private MenuItem panoTexturesItem;
50036127
50046128 private MenuItem resetCentroidItem;
5005
- private MenuItem transformgeometryItem;
6129
+ private MenuItem resetCentroidXZItem;
50066130 private MenuItem resetTransformItem;
6131
+ private MenuItem transformGeometryItem;
6132
+ private MenuItem transformChildrenItem;
50076133 private MenuItem hideItem;
50086134 private MenuItem grabItem;
50096135 private MenuItem backItem;
50106136 private MenuItem frontItem;
50116137 private MenuItem cameraItem;
50126138 private MenuItem compositeItem;
5013
- private MenuItem randomItem;
6139
+ private MenuItem switchItem;
50146140 private MenuItem physicsItem;
50156141 private MenuItem frameselectorItem;
50166142 private MenuItem scriptNodeItem;
....@@ -5034,6 +6160,8 @@
50346160 private MenuItem attachBumpItem;
50356161 private MenuItem detachBumpItem;
50366162 private MenuItem pigmentBumpItem;
6163
+ private MenuItem embedTexturesItem;
6164
+ private MenuItem deEmbedTexturesItem;
50376165
50386166 private MenuItem particleItem;
50396167 private MenuItem ragdollItem;
....@@ -5050,7 +6178,7 @@
50506178 private MenuItem blobItem;
50516179 private MenuItem latheItem;
50526180 private MenuItem bezierItem;
5053
- private MenuItem checkerItem;
6181
+ private MenuItem overlayItem;
50546182 private MenuItem meshItem;
50556183 // private MenuItem meshGroupItem;
50566184 private MenuItem springItem;
....@@ -5072,11 +6200,6 @@
50726200 private MenuItem doubleItem;
50736201 private MenuItem tripleItem;
50746202
5075
- private MenuItem importGFDItem;
5076
- private MenuItem importVRMLX3DItem;
5077
- private MenuItem import3DSItem;
5078
- private MenuItem importOBJItem;
5079
-
50806203 private MenuItem computeAOItem;
50816204 private MenuItem recompileItem;
50826205 private MenuItem editScriptItem;
....@@ -5086,4 +6209,8 @@
50866209 private MenuItem analyzeItem;
50876210 private MenuItem dumpItem;
50886211 //boolean freezemodel = false;
6212
+
6213
+ Menu cameraMenu;
6214
+ MenuItem editCameraItem;
6215
+ MenuItem restoreCameraItem;
50896216 }