Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
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.versionlist == null)
360
+ {
361
+ copy.versionlist = new Object3D[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.versionlist == null)
387
+ {
388
+ copy.versionlist = new Object3D[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,110 +902,243 @@
433902 oe.radioPanel.add(dummyButton);
434903 oe.buttonGroup.add(dummyButton);
435904 */
436
- aConstraints.gridy += 1;
905
+ cGridBag copyOptionsPanel = new cGridBag();
906
+
907
+ copyOptionsPanel.preferredHeight = 2;
437908
438909 //this.AddOptions(oe.toolbarPanel, oe.aConstraints);
439910
440
- oe.aConstraints.gridwidth = 1;
441
- oe.aConstraints.gridx = 0;
911
+ //oe.toolbarPanel.add(minButton = new cButton("Min", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
912
+ //minButton.setToolTipText("Minimize window");
913
+ //minButton.addActionListener(this);
442914
443
- oe.toolbarPanel.add(liveCB = new cCheckBox("Live", Globals.isLIVE()), oe.aConstraints);
444
- liveCB.setToolTipText("Enabled animation");
445
- liveCB.addItemListener(this);
446
-
447
- oe.aConstraints.gridx += 1;
448
- oe.toolbarPanel.add(trackCB = new cCheckBox("Track", CameraPane.TRACK), oe.aConstraints);
449
- trackCB.setToolTipText("Enable tracking");
450
- trackCB.addItemListener(this);
451
-
452
- oe.aConstraints.gridx += 1;
453
- oe.toolbarPanel.add(screenfitButton = new cButton("@ ")); //, oe.aConstraints);
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);
454927 screenfitButton.setToolTipText("Screen fit");
455928 screenfitButton.addActionListener(this);
456
- oe.aConstraints.gridx += 1;
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(saveVersionButton = GetButton("icons/down_arrow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
935
+ saveVersionButton.setToolTipText("Duplicate current version");
936
+ saveVersionButton.addActionListener(this);
937
+
938
+ copyOptionsPanel.add(deleteVersionButton = GetButton("icons/trash.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
939
+ deleteVersionButton.setToolTipText("Delete current version");
940
+ deleteVersionButton.addActionListener(this);
941
+
942
+ copyOptionsPanel.add(previousVersionButton = GetButton("icons/undo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
943
+ previousVersionButton.setToolTipText("Previous version");
944
+ previousVersionButton.addActionListener(this);
945
+ previousVersionButton.setEnabled(false);
946
+
947
+ cGridBag updown = new cGridBag().setVertical(true);
948
+ updown.add(restoreButton = GetButton("icons/restore.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
949
+ restoreButton.setToolTipText("Undo (restore current version)");
950
+ restoreButton.addActionListener(this);
951
+ //restoreButton.setEnabled(false);
952
+
953
+ updown.add(replaceButton = GetButton("icons/replace.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
954
+ replaceButton.setToolTipText("Save (replace current version)");
955
+ replaceButton.addActionListener(this);
956
+ //replaceButton.setEnabled(false);
957
+
958
+ copyOptionsPanel.add(updown);
959
+
960
+ copyOptionsPanel.add(nextVersionButton = GetButton("icons/redo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
961
+ nextVersionButton.setToolTipText("Next version");
962
+ nextVersionButton.addActionListener(this);
963
+ nextVersionButton.setEnabled(false);
964
+
965
+ oe.toolbarPanel.add(liveCB = GetToggleButton("icons/run.png", Globals.isLIVE())); //, oe.aConstraints);
966
+ liveCB.setToolTipText("Enable animation");
967
+ liveCB.addItemListener(this);
968
+
969
+ oe.toolbarPanel.add(oneStepButton = GetButton("icons/step.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
970
+ oneStepButton.setToolTipText("Animate one step forward");
971
+ oneStepButton.addActionListener(this);
972
+
973
+ oe.toolbarPanel.add(fastCB = GetToggleButton("icons/runfast.png", CameraPane.FAST)); //, constraints);
974
+ fastCB.setToolTipText("Fast mode");
975
+ fastCB.addItemListener(this);
976
+
977
+ //oe.toolboxPanel.Return();
978
+
979
+// copyOptionsPanel.add(trackCB = GetToggleButton("icons/track.png", CameraPane.TRACK)); //, oe.aConstraints);
980
+// trackCB.setToolTipText("Enable tracking");
981
+// trackCB.addItemListener(this);
982
+
457983 // oe.toolbarPanel.add(screenfitpointButton = new cButton(" @+ ")); //, oe.aConstraints);
458984 // screenfitpointButton.addActionListener(this);
459
-// oe.aConstraints.gridx += 1;
460
- oe.toolbarPanel.add(snapobjectButton = new cButton(" O+ ")); //, oe.aConstraints);
461
- snapobjectButton.addActionListener(this);
462
- snapobjectButton.setToolTipText("Snap Object");
463
- oe.aConstraints.gridx += 1;
464985
465
- //aConstraints.gridx = 0;
466
- //aConstraints.gridy += 1;
467
- oe.aConstraints.weighty = 0;
468
- oe.aConstraints.gridwidth = 1;
469
-
470
- oe.toolbarPanel.add(flashSelectionButton = new cButton(" ? ")); //, oe.aConstraints);
471
- flashSelectionButton.setToolTipText("Show selection");
472
- flashSelectionButton.addActionListener(this);
473
-
474
- oe.toolbarPanel.add(new cButton(" ", false));
475
-
476
- oe.aConstraints.gridx += 1;
477
- oe.aConstraints.weighty = 0;
478
- oe.aConstraints.gridwidth = 1;
479
-
480
- //
481
- oe.toolbarPanel.add(twoButton = new cButton(" |+| ")); //, oe.aConstraints);
482
- twoButton.setToolTipText("Show center view only");
483
- twoButton.addActionListener(this);
484
- oe.toolbarPanel.add(fourButton = new cButton("+|| ")); //, oe.aConstraints);
986
+ if (Globals.ADVANCED)
987
+ {
988
+ oe.toolbarPanel.add(snapobjectButton = new cButton("O+", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
989
+ snapobjectButton.addActionListener(this);
990
+ snapobjectButton.setToolTipText("Snap Object");
991
+
992
+ oe.toolbarPanel.add(fourButton = GetButton("icons/controls-horizontal.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
485993 fourButton.addActionListener(this);
486
- fourButton.setToolTipText("Show left panel only");
487
- oe.toolbarPanel.add(sixButton = new cButton("+|+| ")); //, oe.aConstraints);
488
- sixButton.setToolTipText("2-column layout left");
489
- sixButton.addActionListener(this);
490
- oe.toolbarPanel.add(threeButton = new cButton(" |+|+")); //, oe.aConstraints);
491
- threeButton.setToolTipText("2-column layout right");
994
+ fourButton.setToolTipText("Show control panel only");
995
+ }
996
+
997
+ //oe.toolbarPanel.add(new JSeparator(SwingConstants.VERTICAL));
998
+
999
+ oe.toolbarPanel.add(twoButton = GetButton("icons/cube.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1000
+ twoButton.setToolTipText("Show 3D view only");
1001
+ twoButton.addActionListener(this);
1002
+ this.fullscreenLayout = twoButton;
1003
+
1004
+ oe.toolbarPanel.add(threeButton = GetButton("icons/controlsview.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1005
+ threeButton.setToolTipText("Show controls and 3D view");
4921006 threeButton.addActionListener(this);
493
- oe.toolbarPanel.add(sevenButton = new cButton("+|+|+")); //, oe.aConstraints);
494
- sevenButton.setToolTipText("3-column layout");
495
- sevenButton.addActionListener(this);
1007
+ oe.toolbarPanel.add(sixButton = GetButton("icons/viewcontrols.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1008
+ sixButton.setToolTipText("Show 3D view and controls");
1009
+ sixButton.addActionListener(this);
1010
+// oe.toolbarPanel.add(sevenButton = new cButton("-|-|-", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1011
+// sevenButton.setToolTipText("3-column layout");
1012
+// sevenButton.addActionListener(this);
4961013 //
4971014
498
- oe.toolbarPanel.add(rootButton = new cButton(" o o o ")); //, oe.aConstraints);
499
- rootButton.setToolTipText("Edit object in new tab");
1015
+ oe.toolbarPanel.add(rootButton = GetButton("icons/openwindow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1016
+ rootButton.setToolTipText("Open selection in new tab");
5001017 rootButton.addActionListener(this);
501
- oe.aConstraints.gridx += 1;
502
- oe.toolbarPanel.add(closeButton = new cButton(" X ")); //, oe.aConstraints);
1018
+
1019
+ oe.toolbarPanel.add(closeButton = GetButton("icons/close-icon.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
5031020 closeButton.setToolTipText("Close tab");
5041021 closeButton.addActionListener(this);
5051022 //oe.treePanel.add(clearButton = new cButton("X"), oe.aConstraints);
5061023 //clearButton.addActionListener(this);
507
- oe.aConstraints.gridx += 1;
508
-
509
- oe.aConstraints.gridx = 1; //
510
- oe.treePanel.add(editButton = new cButton("+"), oe.aConstraints);
511
- editButton.addActionListener(this);
512
- oe.aConstraints.gridx += 1;
513
- oe.aConstraints.weighty = 0;
514
- oe.aConstraints.gridwidth = 1;
5151024
516
- oe.treePanel.add(uneditButton = new cButton("-"), oe.aConstraints);
1025
+ cGridBag row1 = new cGridBag();
1026
+
1027
+ // INSERT
1028
+ row1.add(gridButton = GetButton("icons/grid.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1029
+ gridButton.setToolTipText("Create grid");
1030
+ gridButton.addActionListener(this);
1031
+
1032
+ row1.add(boxButton = GetButton("icons/box.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1033
+ boxButton.setToolTipText("Create box");
1034
+ boxButton.addActionListener(this);
1035
+
1036
+ row1.add(sphereButton = GetButton("icons/sphere.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1037
+ sphereButton.setToolTipText("Create sphere");
1038
+ sphereButton.addActionListener(this);
1039
+
1040
+ row1.add(coneButton = GetButton("icons/cone.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1041
+ coneButton.setToolTipText("Create cone");
1042
+ coneButton.addActionListener(this);
1043
+
1044
+ row1.add(torusButton = GetButton("icons/torus.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1045
+ torusButton.setToolTipText("Create torus");
1046
+ torusButton.addActionListener(this);
1047
+
1048
+ row1.add(superButton = GetButton("icons/super.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1049
+ superButton.setToolTipText("Create superellipsoid");
1050
+ superButton.addActionListener(this);
1051
+
1052
+ if (Globals.ADVANCED)
1053
+ {
1054
+ oe.toolboxPanel.add(kleinButton = GetButton("icons/klein.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1055
+ kleinButton.setToolTipText("Create Klein bottle");
1056
+ kleinButton.addActionListener(this);
1057
+ }
1058
+
1059
+ row1.add(particlesButton = GetButton("icons/particles.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1060
+ particlesButton.setToolTipText("Create particle system");
1061
+ particlesButton.addActionListener(this);
1062
+
1063
+ oe.toolboxPanel.add(row1);
1064
+
1065
+ cGridBag row2 = new cGridBag();
1066
+
1067
+ row2.add(groupButton = GetButton("icons/group.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1068
+ groupButton.setToolTipText("Create group");
1069
+ groupButton.addActionListener(this);
1070
+
1071
+ row2.add(compositeButton = GetButton("icons/composite.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1072
+ compositeButton.setToolTipText("Create composite");
1073
+ compositeButton.addActionListener(this);
1074
+
1075
+ row2.add(switchButton = GetButton("icons/switch.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1076
+ switchButton.setToolTipText("Create item switcher");
1077
+ switchButton.addActionListener(this);
1078
+
1079
+ row2.add(loopButton = GetButton("icons/loop.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1080
+ loopButton.setToolTipText("Create loop");
1081
+ loopButton.addActionListener(this);
1082
+
1083
+ row2.add(textureButton = GetButton("icons/texture.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1084
+ textureButton.setToolTipText("Create texture");
1085
+ textureButton.addActionListener(this);
1086
+
1087
+ row2.add(overlayButton = GetButton("icons/overlay.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1088
+ overlayButton.setToolTipText("Create overlay");
1089
+ overlayButton.addActionListener(this);
1090
+
1091
+ row2.add(lightButton = GetButton("icons/light-bulb.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1092
+ lightButton.setToolTipText("Create light");
1093
+ lightButton.addActionListener(this);
1094
+
1095
+ oe.toolboxPanel.add(row2);
1096
+
1097
+ // ENVYMAPS
1098
+ cGridBag skyboxpane = new cGridBag();
1099
+ skyboxpane.preferredHeight = 100;
1100
+
1101
+ oe.toolboxPanel.add(skyboxpane);
1102
+
1103
+ JTabbedPane skyboxpanel = new JTabbedPane();
1104
+ skyboxpane.add(skyboxpanel);
1105
+
1106
+ AddSkyboxTab0(skyboxpanel);
1107
+ AddSkyboxTab1(skyboxpanel);
1108
+ AddSkyboxTab2(skyboxpanel);
1109
+ AddSkyboxTab3(skyboxpanel);
1110
+
1111
+ // EDIT panel
1112
+ editCommandsPanel.add(editButton = GetButton("icons/controls.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1113
+ editButton.setToolTipText("Pin selection controls");
1114
+ editButton.addActionListener(this);
1115
+
1116
+ editCommandsPanel.add(uneditButton = GetButton("icons/remove.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1117
+ uneditButton.setToolTipText("Unpin and remove selection controls");
5171118 uneditButton.addActionListener(this);
5181119
519
- oe.aConstraints.gridx += 1;
520
- oe.aConstraints.weighty = 0;
521
- oe.aConstraints.gridwidth = 1;
522
-
523
- oe.treePanel.add(clearPanelButton = new cButton("C"), oe.aConstraints);
524
- clearPanelButton.addActionListener(this);
525
-
526
- oe.aConstraints.gridx += 1;
527
- oe.aConstraints.weighty = 0;
528
- oe.aConstraints.gridwidth = 1;
529
-
530
- oe.treePanel.add(allParamsButton = new cButton("A"), oe.aConstraints);
1120
+ editCommandsPanel.add(allParamsButton = new JCheckBox("All", allparams)); //, oe.aConstraints);
1121
+ allParamsButton.setToolTipText("Show all controle");
5311122 allParamsButton.addActionListener(this);
5321123
533
- oe.aConstraints.gridx += 1;
534
- oe.aConstraints.weighty = 0;
535
- oe.aConstraints.gridwidth = 1;
536
-
537
- oe.treePanel.add(unselectButton = new cButton("U"), oe.aConstraints);
1124
+ editCommandsPanel.add(clearPanelButton = GetButton("icons/clear.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1125
+ clearPanelButton.setToolTipText("Clear edit panel");
1126
+ clearPanelButton.addActionListener(this);
1127
+
1128
+ editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1129
+ unselectButton.setToolTipText("Unselect");
5381130 unselectButton.addActionListener(this);
5391131
1132
+ editCommandsPanel.add(flashSelectionButton = GetButton("icons/flash-light.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1133
+ flashSelectionButton.setToolTipText("Highlight selection");
1134
+ flashSelectionButton.addActionListener(this);
1135
+
1136
+ editCommandsPanel.preferredHeight = 1;
1137
+
1138
+ SetPinStates(false);
1139
+// oe.treePanel.add(commandsPanel);
1140
+// oe.treePanel.Return();
1141
+
5401142 // oe.aConstraints.gridx += 1;
5411143 // oe.aConstraints.weighty = 0;
5421144 // oe.aConstraints.gridwidth = 1;
....@@ -548,47 +1150,32 @@
5481150 // oe.treePanel.add(gcButton = new cButton("GC"), oe.aConstraints);
5491151 // gcButton.addActionListener(this);
5501152
551
- oe.aConstraints.gridx = 0;
552
- oe.aConstraints.gridy += 1;
553
-
554
- //ctrlPanel.add(objList = new List(5, true));
555
- oe.aConstraints.gridwidth = 100;
556
- // oe.aConstraints.gridheight = 100;
557
- oe.aConstraints.fill = GridBagConstraints.BOTH; // HORIZONTAL;
558
- oe.aConstraints.gridheight = 1;
559
- oe.aConstraints.weighty = 0.5;
560
- oe.aConstraints.gridx = 0;
561
- JScrollPane jSP;
1153
+ cGridBag jSPPanel = new cGridBag();
1154
+
1155
+ JScrollPane jSP;
5621156 //ctrlPanel.add(new JScrollPane(jTree = new cTree(new cTreeModel(this))), aConstraints);
563
- oe.treePanel.add(jSP = new JScrollPane(oe.jTree = new cTree(null)), oe.aConstraints);
1157
+ jSPPanel.add(jSP = new JScrollPane(oe.jTree)); //, oe.aConstraints);
5641158 ResetModel();
565
- oe.aConstraints.weighty = 0.5;
566
- oe.aConstraints.fill = GridBagConstraints.HORIZONTAL;
567
- oe.aConstraints.gridy += 1;
568
- oe.aConstraints.gridwidth = 1;
569
-
570
- oe.aConstraints.weighty = 0;
571
- oe.aConstraints.gridwidth = 2;
572
-
573
- oe.treePanel.add(colorCB = new cCheckBox("Color", (dropAttributes&Object3D.COLOR)!=0), oe.aConstraints);
574
- colorCB.addItemListener(this);
575
- oe.aConstraints.gridx += 2;
576
- oe.treePanel.add(materialCB = new cCheckBox("Material", (dropAttributes&Object3D.MATERIAL)!=0), oe.aConstraints);
577
- materialCB.addItemListener(this);
578
- oe.aConstraints.gridx += 2;
579
- oe.treePanel.add(textureCB = new cCheckBox("Texture", (dropAttributes&Object3D.TEXTURE)!=0), oe.aConstraints);
580
- textureCB.addItemListener(this);
581
-
582
- oe.aConstraints.gridx = 0;
583
- oe.aConstraints.gridy += 1;
5841159
1160
+ oe.treePanel.add(jSPPanel);
1161
+ oe.treePanel.Return();
1162
+
1163
+ oe.treePanel.add(copyOptionsPanel);
1164
+ oe.treePanel.Return();
1165
+ cGridBag sliderPane = AddSlider(oe.treePanel, "Version", 0, 0, 0);
1166
+ versionSlider = (cNumberSlider)sliderPane.getComponent(1);
1167
+ sliderPane.preferredHeight = 1;
1168
+
1169
+// mainPanel.setDividerLocation(0.1); //1.0);
1170
+ mainPanel.setResizeWeight(0.4);
1171
+
5851172 //jList.addListSelectionListener(this);
5861173 oe.jTree.addTreeSelectionListener(this);
5871174 //jTree.setRootVisible(false);
5881175 //jTree.setEditable(true);
5891176 oe.jTree.setDragEnabled(true);
5901177 //jTree.setPreferredSize(new Dimension(10,10));
591
- jSP.setPreferredSize(new Dimension(100,200));
1178
+ //jSP.setPreferredSize(new Dimension(100,200));
5921179
5931180 oe.jTree.setCellRenderer(new cTreeModel.Renderer());
5941181
....@@ -600,97 +1187,163 @@
6001187 dgr.addDragGestureListener(this);
6011188 }catch(Exception e) {}
6021189 */
603
- radio.layout = sevenButton;
1190
+ radio.layout = threeButton; // sixButton;
6041191 oe.toolbarPanel.add(radioPanel); //, oe.aConstraints);
6051192 }
6061193
607
- void AddOptions(JPanel panel, GridBagConstraints constraints)
1194
+ void AddOptions(cGridBag panel) //, GridBagConstraints constraints)
6081195 {
609
- constraints.gridx = 0;
610
- constraints.gridy = 0;
611
- panel.add(fastCB = new cCheckBox("Fast", CameraPane.FAST), constraints);
612
- fastCB.setToolTipText("Fast mode");
613
- fastCB.addItemListener(this);
614
- constraints.gridy += 1;
615
- panel.add(supportCB = new cCheckBox("Support", CameraPane.SUPPORT), constraints);
616
- supportCB.setToolTipText("Enabled rigging");
617
- supportCB.addItemListener(this);
1196
+ panel.add(colorCB = new cCheckBox("Color", (dropAttributes&Object3D.COLOR)!=0)); //, oe.aConstraints);
1197
+ colorCB.setToolTipText("Copy color when dropped");
1198
+ colorCB.addItemListener(this);
6181199
619
- // constraints.gridy += 1;
1200
+ panel.add(materialCB = new cCheckBox("Material", (dropAttributes&Object3D.MATERIAL)!=0)); //, oe.aConstraints);
1201
+ materialCB.setToolTipText("Copy material when dropped");
1202
+ materialCB.addItemListener(this);
1203
+
1204
+ panel.add(textureCB = new cCheckBox("Texture", (dropAttributes&Object3D.TEXTURE)!=0)); //, oe.aConstraints);
1205
+ textureCB.setToolTipText("Copy texture when dropped");
1206
+ textureCB.addItemListener(this);
1207
+
1208
+ panel.Return();
1209
+
1210
+ panel.add(boxCB = new cCheckBox("Box", CameraPane.BOXMODE)); //, constraints);
1211
+ boxCB.setToolTipText("Display bounding boxes");
1212
+ boxCB.addItemListener(this);
1213
+
1214
+ panel.add(zoomBoxCB = new cCheckBox("Zoom", CameraPane.ZOOMBOXMODE)); //, constraints);
1215
+ zoomBoxCB.setToolTipText("Display only for wheel");
1216
+ zoomBoxCB.addItemListener(this);
1217
+
1218
+ if (true) // Globals.ADVANCED)
1219
+ {
1220
+// panel.add(supportCB = new cCheckBox("Support", CameraPane.SUPPORT)); //, constraints);
1221
+// supportCB.setToolTipText("Enable rigging");
1222
+// supportCB.addItemListener(this);
1223
+
1224
+ panel.add(freezeCB = new cCheckBox("Freeze", Globals.FREEZEONMOVE)); //, constraints);
1225
+ freezeCB.setToolTipText("Fast moving camera");
1226
+ freezeCB.addItemListener(this);
1227
+
6201228 // panel.add(localCB = new cCheckBox("Local", CameraPane.LOCALTRANSFORM), constraints);
6211229 // localCB.addItemListener(this);
6221230
623
- constraints.gridy += 1;
624
- panel.add(crowdCB = new cCheckBox("Crowd", Globals.CROWD), constraints);
1231
+ panel.Return();
1232
+
1233
+ panel.add(crowdCB = new cCheckBox("Crowd", Globals.CROWD)); //, constraints);
6251234 crowdCB.setToolTipText("Used for crowds");
6261235 crowdCB.addItemListener(this);
6271236
628
- constraints.gridy += 1;
629
- panel.add(smoothCB = new cCheckBox("Inertia", CameraPane.INERTIA), constraints);
1237
+ panel.add(smoothCB = new cCheckBox("Inertia", CameraPane.INERTIA)); //, constraints);
6301238 smoothCB.setToolTipText("Snapping delay");
6311239 smoothCB.addItemListener(this);
6321240
633
- constraints.gridy += 1;
634
- panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE), constraints);
635
- slowCB.setToolTipText("Smooth interpolation");
636
- slowCB.addItemListener(this);
637
- constraints.gridy += 1;
638
- panel.add(boxCB = new cCheckBox("Box", CameraPane.BOXMODE), constraints);
639
- boxCB.setToolTipText("Display bounding boxes");
640
- boxCB.addItemListener(this);
641
- constraints.gridy += 1;
642
- panel.add(zoomBoxCB = new cCheckBox("Zoom", CameraPane.ZOOMBOXMODE), constraints);
643
- zoomBoxCB.setToolTipText("Display bounding boxes when moving the wheel");
644
- zoomBoxCB.addItemListener(this);
645
-
1241
+// panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints);
1242
+// slowCB.setToolTipText("Smooth interpolation");
1243
+// slowCB.addItemListener(this);
1244
+ panel.add(minshaderCB = new cCheckBox("Min shader", Globals.MINSHADER)); //, constraints);
1245
+ minshaderCB.setToolTipText("Minimal fast shader");
1246
+ minshaderCB.addItemListener(this);
1247
+
6461248 // constraints.gridy += 1;
6471249 // panel.add(speakerMocapCB = new cCheckBox("Mocap", CameraPane.SPEAKERMOCAP), constraints);
6481250 // speakerMocapCB.addItemListener(this);
6491251
1252
+ panel.Return();
1253
+
6501254 if (false)
6511255 {
6521256 // handled in scripts
653
- constraints.gridy += 1;
654
- panel.add(speakerCameraCB = new cCheckBox("Cam", CameraPane.SPEAKERCAMERA), constraints);
1257
+ //constraints.gridy += 1;
1258
+ panel.add(speakerCameraCB = new cCheckBox("Cam", CameraPane.SPEAKERCAMERA)); //, constraints);
6551259 speakerCameraCB.addItemListener(this);
6561260
657
- constraints.gridy += 1;
658
- panel.add(speakerFocusCB = new cCheckBox("Focus", CameraPane.SPEAKERFOCUS), constraints);
1261
+ //constraints.gridy += 1;
1262
+ panel.add(speakerFocusCB = new cCheckBox("Focus", CameraPane.SPEAKERFOCUS)); //, constraints);
6591263 speakerFocusCB.addItemListener(this);
6601264
661
- constraints.gridy += 1;
662
- panel.add(smoothfocusCB = new cCheckBox("Smooth", CameraPane.SMOOTHFOCUS), constraints);
1265
+ //constraints.gridy += 1;
1266
+ panel.add(smoothfocusCB = new cCheckBox("Smooth", CameraPane.SMOOTHFOCUS)); //, constraints);
6631267 smoothfocusCB.addItemListener(this);
1268
+ panel.Return();
6641269 }
6651270
6661271 //constraints.gridx += 1;
6671272 //panel.add(debugCB = new cCheckBox("Debug", CameraPane.DEBUG), constraints);
6681273 // debugCB.addItemListener(this);
6691274
670
- constraints.gridy += 1;
671
- panel.add(oeilCB = new cCheckBox("Eye", CameraPane.OEIL), constraints);
1275
+ panel.add(trackCB = new cCheckBox("Track", CameraPane.TRACK)); //, oe.aConstraints);
1276
+ trackCB.setToolTipText("Enable tracking target");
1277
+ trackCB.addItemListener(this);
1278
+
1279
+ panel.add(oeilCB = new cCheckBox("Eye", CameraPane.OEIL)); //, constraints);
1280
+ oeilCB.setToolTipText("Move camera when tracking");
6721281 oeilCB.addItemListener(this);
6731282
674
- constraints.gridy += 1;
675
- panel.add(lookAtCB = new cCheckBox("Target", CameraPane.LOOKAT), constraints);
1283
+ panel.add(shadowCB = new cCheckBox("Shadow", Globals.COMPUTESHADOWWHENLIVE)); //, constraints);
1284
+ shadowCB.setToolTipText("When live compute shadows");
1285
+ shadowCB.addItemListener(this);
1286
+
1287
+ panel.Return();
1288
+ panel.add(toggleTextureCB = new cCheckBox("Textures", CameraPane.textureon)); //, constraints);
1289
+ toggleTextureCB.setToolTipText("Load textures");
1290
+ toggleTextureCB.addItemListener(this);
1291
+
1292
+ panel.add(toggleSwitchCB = new cCheckBox("Switch", CameraPane.SWITCH)); //, constraints);
1293
+ toggleSwitchCB.setToolTipText("Choose a single item");
1294
+ toggleSwitchCB.addItemListener(this);
1295
+
1296
+ panel.add(autokeepCB = new cCheckBox("Auto-replace", Globals.REPLACEONMAKE)); //, constraints);
1297
+ autokeepCB.setToolTipText("On structure change");
1298
+ autokeepCB.addItemListener(this);
1299
+
1300
+ panel.Return();
1301
+ if (Globals.ADVANCED)
1302
+ {
1303
+ panel.add(lookAtCB = new cCheckBox("Target", CameraPane.LOOKAT)); //, constraints);
6761304 lookAtCB.setToolTipText("Look-at target");
6771305 lookAtCB.addItemListener(this);
1306
+ }
1307
+
1308
+ }
1309
+
1310
+ cGridBag fill = new cGridBag();
1311
+ fill.preferredHeight = 200;
1312
+ cGridBag fill2 = new cGridBag();
1313
+ fill2.preferredHeight = 200;
1314
+ cGridBag fill3 = new cGridBag();
1315
+ fill3.preferredHeight = 200;
1316
+
1317
+ panel.add(fill);
1318
+ panel.add(fill2);
1319
+ panel.add(fill3);
6781320
6791321 }
6801322
6811323 void EditObject(Object3D obj)
6821324 {
6831325 cRadio radioButton = new cRadio(obj.name);
1326
+
1327
+ // June 2019. Patch to avoid bug with transparency.
1328
+ radioButton.hadMaterial = obj.material != null;
1329
+ if (!radioButton.hadMaterial)
1330
+ {
1331
+ obj.material = new cMaterial();
1332
+ }
1333
+
6841334 radioButton.SetObject(obj);
685
- radioButton.layout = sevenButton;
1335
+ radioButton.layout = threeButton; // sixButton;
6861336 radioButton.SetCamera(cameraView.renderCamera, false);
6871337 radioButton.addActionListener(this);
6881338 radioPanel.add(radioButton);
6891339 buttonGroup.add(radioButton);
6901340 radioButton.doClick();
6911341 }
1342
+
6921343 void SetupViews(ObjEditor oe)
6931344 {
1345
+ theFrame = this;
1346
+
6941347 oe.SetupViews();
6951348
6961349 System.out.println("SetupViews");
....@@ -699,23 +1352,30 @@
6991352 /*DropTarget dropTarget =*/ new DropTarget(oe.cameraView, this);
7001353 }
7011354
702
- JCheckBox liveCB;
703
- JCheckBox supportCB;
704
- JCheckBox localCB;
705
- JCheckBox crowdCB;
706
- JCheckBox smoothCB;
707
- JCheckBox fastCB;
708
- JCheckBox slowCB;
709
- JCheckBox boxCB;
710
- JCheckBox zoomBoxCB;
711
- JCheckBox trackCB;
712
- JCheckBox smoothfocusCB;
1355
+ cToggleButton liveCB;
1356
+ cCheckBox supportCB;
1357
+ cCheckBox localCB;
1358
+ cCheckBox crowdCB;
1359
+ cCheckBox smoothCB;
1360
+ cCheckBox minshaderCB;
1361
+
1362
+ cToggleButton fastCB;
1363
+ cCheckBox slowCB;
1364
+ cCheckBox boxCB;
1365
+ cCheckBox zoomBoxCB;
1366
+ cCheckBox freezeCB;
1367
+ //cToggleButton trackCB;
1368
+ cCheckBox trackCB;
1369
+ cCheckBox smoothfocusCB;
7131370 // JCheckBox speakerMocapCB;
714
- JCheckBox speakerCameraCB;
715
- JCheckBox speakerFocusCB;
716
- JCheckBox debugCB;
717
- JCheckBox oeilCB;
718
- JCheckBox lookAtCB;
1371
+ cCheckBox speakerCameraCB;
1372
+ cCheckBox speakerFocusCB;
1373
+ cCheckBox debugCB;
1374
+
1375
+ cCheckBox oeilCB;
1376
+ cCheckBox shadowCB;
1377
+ cCheckBox autokeepCB;
1378
+ cCheckBox lookAtCB;
7191379
7201380 // static int COLOR = 1;
7211381 // static int MATERIAL = 2;
....@@ -723,9 +1383,9 @@
7231383
7241384 int dropAttributes = Object3D.COLOR | Object3D.MATERIAL;
7251385
726
- JCheckBox colorCB;
727
- JCheckBox materialCB;
728
- JCheckBox textureCB;
1386
+ cCheckBox colorCB;
1387
+ cCheckBox materialCB;
1388
+ cCheckBox textureCB;
7291389
7301390 public void itemStateChanged(ItemEvent e)
7311391 {
....@@ -753,6 +1413,7 @@
7531413 } else if(e.getSource() == liveCB)
7541414 {
7551415 cameraView.ToggleLive();
1416
+ refreshContents(false);
7561417 }
7571418 else if(e.getSource() == supportCB)
7581419 {
....@@ -768,6 +1429,12 @@
7681429 {
7691430 cameraView.ToggleInertia();
7701431 cameraView.repaint();
1432
+ }
1433
+ else if(e.getSource() == minshaderCB)
1434
+ {
1435
+ Globals.MINSHADER ^= true;
1436
+ cameraView.programInitialized = false;
1437
+ cameraView.repaint();
7711438 }
7721439 else if(e.getSource() == localCB)
7731440 {
....@@ -817,6 +1484,18 @@
8171484 {
8181485 cameraView.ToggleOeil();
8191486 }
1487
+ else if(e.getSource() == shadowCB)
1488
+ {
1489
+ Globals.COMPUTESHADOWWHENLIVE ^= true;
1490
+ }
1491
+ else if(e.getSource() == freezeCB)
1492
+ {
1493
+ Globals.FREEZEONMOVE ^= true;
1494
+ }
1495
+ else if(e.getSource() == autokeepCB)
1496
+ {
1497
+ Globals.REPLACEONMAKE ^= true;
1498
+ }
8201499 else if(e.getSource() == lookAtCB)
8211500 {
8221501 cameraView.ToggleLookAt();
....@@ -833,7 +1512,8 @@
8331512
8341513 /**/
8351514 //DragSource.getDefaultDragSource().startDrag(dge, DragSource.DefaultMoveNoDrop, new StringSelection("Allo"), this);
836
- TreePath path = new TreePath(objEditor.jTree.getSelectionPath().getLastPathComponent());
1515
+ //TreePath path = new TreePath(objEditor.jTree.getSelectionPath().getLastPathComponent());
1516
+ TreePath path = objEditor.jTree.getSelectionPath();
8371517 if ((path == null) || (path.getPathCount() <= 1)) {
8381518 // We can't move the root node or an empty selection
8391519 return;
....@@ -896,8 +1576,6 @@
8961576 }
8971577 }
8981578
899
- String string = (String) object;
900
-
9011579 System.out.println("Transfer = " + object + "; drop : " + target);
9021580 // if( object instanceof java.io.File[])
9031581 // {
....@@ -905,7 +1583,11 @@
9051583 // objEditor.DropFile((java.io.File[]) object, true);
9061584 // return;
9071585 // }
908
- if (string.charAt(0) == '/')
1586
+
1587
+ String string = object.toString();
1588
+
1589
+ // File path for Mac and Windows
1590
+ if (string.charAt(0) == '/' || string.charAt(1) == ':')
9091591 {
9101592 // file(s)
9111593 String[] names = string.split("\n");
....@@ -932,7 +1614,7 @@
9321614
9331615 flashIt = false;
9341616 CameraPane pane = (CameraPane) target;
935
- pane.clickStart(objEditor.location.x, objEditor.location.y, 0);
1617
+ pane.clickStart(objEditor.location.x, objEditor.location.y, 0, 0);
9361618 pane.clickEnd(objEditor.location.x, objEditor.location.y, 0, true);
9371619
9381620 if (group.selection.size() == 1)
....@@ -948,23 +1630,33 @@
9481630
9491631 assert target == objEditor.jTree;
9501632 TreePath destinationPath = objEditor.jTree.getPathForLocation(objEditor.location.x, objEditor.location.y);
1633
+ Object3D destinationLeaf;
9511634 try {
952
- Object3D dummy = (Composite) destinationPath.getLastPathComponent();
1635
+ destinationLeaf = (Composite) destinationPath.getLastPathComponent();
9531636 } catch (Exception e) {
9541637 System.out.println("destinationPath : " + destinationPath);
9551638 return;
9561639 }
9571640
958
- if (dtde.getDropAction() == DnDConstants.ACTION_MOVE) // ?? LINK)
1641
+ for (int i=group.selection.size(); --i>=0;)
9591642 {
1643
+ Object3D child = (Object3D)group.selection.elementAt(i);
1644
+
1645
+ // Cannot move into itself
1646
+ if (child == destinationLeaf)
1647
+ return;
1648
+ }
1649
+
1650
+// june 2019 if (dtde.getDropAction() == DnDConstants.ACTION_MOVE) // ?? LINK)
1651
+// {
9601652 loadClipboard(true);
9611653 objEditor.jTree.setSelectionPath(destinationPath);
962
- pasteInto(false);
963
- } else {
964
- loadClipboard(false);
965
- objEditor.jTree.setSelectionPath(destinationPath);
966
- pasteInto(false); // true); // ???
967
- }
1654
+ pasteInto(false, false);
1655
+// } else {
1656
+// loadClipboard(false);
1657
+// objEditor.jTree.setSelectionPath(destinationPath);
1658
+// pasteInto(false, false); // true); // ???
1659
+// }
9681660 }
9691661 public void dropActionChanged(DropTargetDragEvent dtde)
9701662 // Called if the user has modified the current drop gesture
....@@ -1069,85 +1761,107 @@
10691761 {
10701762 //heightFieldItem = menu.add(new MenuItem("Height Field"));
10711763 //heightFieldItem.addActionListener(this);
1072
- gridItem = menu.add(new MenuItem("Grid"));
1073
- gridItem.addActionListener(this);
1074
- rectoidItem = menu.add(new MenuItem("Box"));
1075
- rectoidItem.addActionListener(this);
1076
- ellipsoidItem = menu.add(new MenuItem("Sphere"));
1077
- ellipsoidItem.addActionListener(this);
1078
- coneItem = menu.add(new MenuItem("Cone"));
1079
- coneItem.addActionListener(this);
1080
- torusItem = menu.add(new MenuItem("Torus"));
1081
- torusItem.addActionListener(this);
1082
- superItem = menu.add(new MenuItem("Superellipsoid"));
1083
- superItem.addActionListener(this);
1764
+// gridItem = menu.add(new MenuItem("Grid"));
1765
+// gridItem.addActionListener(this);
1766
+// rectoidItem = menu.add(new MenuItem("Box"));
1767
+// rectoidItem.addActionListener(this);
1768
+// ellipsoidItem = menu.add(new MenuItem("Sphere"));
1769
+// ellipsoidItem.addActionListener(this);
1770
+// coneItem = menu.add(new MenuItem("Cone"));
1771
+// coneItem.addActionListener(this);
1772
+// torusItem = menu.add(new MenuItem("Torus"));
1773
+// torusItem.addActionListener(this);
1774
+// superItem = menu.add(new MenuItem("Superellipsoid"));
1775
+// superItem.addActionListener(this);
1776
+
1777
+ cameraItem = menu.add(new MenuItem("Camera"));
1778
+ cameraItem.addActionListener(this);
1779
+
1780
+ if (!Globals.ADVANCED)
1781
+ {
10841782 kleinItem = menu.add(new MenuItem("Klein Bottle"));
10851783 kleinItem.addActionListener(this);
1086
- particleItem = menu.add(new MenuItem("Particle system"));
1087
- particleItem.addActionListener(this);
1784
+ }
1785
+
1786
+// particleItem = menu.add(new MenuItem("Particle system"));
1787
+// particleItem.addActionListener(this);
1788
+ if (Globals.ADVANCED)
1789
+ {
10881790 ragdollItem = menu.add(new MenuItem("Rag Walk"));
10891791 ragdollItem.addActionListener(this);
10901792 ragdoll2Item = menu.add(new MenuItem("Rag Fall"));
10911793 ragdoll2Item.addActionListener(this);
1794
+ }
10921795 menu.add("-");
1093
- meshItem = menu.add(new MenuItem("Mesh"));
1796
+ meshItem = menu.add(new MenuItem("Dynamic Mesh"));
10941797 meshItem.addActionListener(this);
10951798 // meshGroupItem = menu.add(new MenuItem("Mesh Group"));
10961799 // meshGroupItem.addActionListener(this);
1800
+ if (Globals.ADVANCED)
1801
+ {
10971802 springItem = menu.add(new MenuItem("Spring"));
10981803 springItem.addActionListener(this);
10991804 flagItem = menu.add(new MenuItem("Flag"));
11001805 flagItem.addActionListener(this);
1101
- bezierItem = menu.add(new MenuItem("Patch"));
1102
- bezierItem.addActionListener(this);
1103
- checkerItem = menu.add(new MenuItem("Checker"));
1104
- checkerItem.addActionListener(this);
11051806 blobItem = menu.add(new MenuItem("Blob"));
11061807 blobItem.addActionListener(this);
11071808 latheItem = menu.add(new MenuItem("Lathe"));
11081809 latheItem.addActionListener(this);
1109
- lightItem = menu.add(new MenuItem("Light"));
1110
- lightItem.addActionListener(this);
1810
+ }
1811
+ bezierItem = menu.add(new MenuItem("Bezier Patch"));
1812
+ bezierItem.addActionListener(this);
1813
+// overlayItem = menu.add(new MenuItem("Overlay"));
1814
+// overlayItem.addActionListener(this);
1815
+// lightItem = menu.add(new MenuItem("Light"));
1816
+// lightItem.addActionListener(this);
11111817 menu.add("-");
11121818 //superLoopItem = menu.add(new MenuItem("Super Loop"));
11131819 //superLoopItem.addActionListener(this);
1114
- loopItem = menu.add(new MenuItem("Loop"));
1115
- loopItem.addActionListener(this);
1820
+// loopItem = menu.add(new MenuItem("Loop"));
1821
+// loopItem.addActionListener(this);
11161822 doubleItem = menu.add(new MenuItem("Fork"));
11171823 doubleItem.addActionListener(this);
1824
+ if (Globals.ADVANCED)
1825
+ {
11181826 tripleItem = menu.add(new MenuItem("Trident"));
11191827 tripleItem.addActionListener(this);
1828
+ }
11201829 }
11211830
11221831 void buildToolsMenu(Menu menu)
11231832 {
11241833 menu.add(animationItem = new CheckboxMenuItem("Animation..."));
11251834 animationItem.addItemListener(this);
1126
- animationItem.setState(CameraPane.ANIMATION);
1835
+ animationItem.setState(Globals.ANIMATION);
1836
+
1837
+ menu.add(archiveItem = new MenuItem("Archive3D..."));
1838
+ archiveItem.addActionListener(this);
11271839
11281840 menu.add("-");
11291841 parseverticesItem = menu.add(new MenuItem("Multiplicity"));
11301842 parseverticesItem.addActionListener(this);
11311843 textureFieldItem = menu.add(new MenuItem("Texture Field"));
11321844 textureFieldItem.addActionListener(this);
1133
- alignItem = menu.add(new MenuItem("Align"));
1845
+ alignItem = menu.add(new MenuItem("Align Objects"));
11341846 alignItem.addActionListener(this);
1135
- mirrorItem = menu.add(new MenuItem("Mirror Poses"));
1136
- mirrorItem.addActionListener(this);
11371847 reduceMorphItem = menu.add(new MenuItem("Reduce Morphs"));
11381848 reduceMorphItem.addActionListener(this);
11391849 reduce34MorphItem = menu.add(new MenuItem("Reduce Morphs (34)"));
11401850 reduce34MorphItem.addActionListener(this);
1141
-
1142
- menu.add(computeAOItem = new MenuItem("Compute AO"));
1143
- computeAOItem.addActionListener(this);
11441851 menu.add("-");
1145
-
11461852 menu.add(memoryItem = new MenuItem("Memory Usage"));
11471853 memoryItem.addActionListener(this);
1854
+ menu.add(computeAOItem = new MenuItem("Compute AO"));
1855
+ computeAOItem.addActionListener(this);
1856
+
1857
+ if (Globals.ADVANCED)
1858
+ {
1859
+ mirrorItem = menu.add(new MenuItem("Mirror Poses"));
1860
+ mirrorItem.addActionListener(this);
1861
+ menu.add("-");
11481862 menu.add(analyzeItem = new MenuItem("Analyze"));
11491863 analyzeItem.addActionListener(this);
1150
- menu.add(dumpItem = new MenuItem("Dump"));
1864
+ menu.add(dumpItem = new MenuItem("Print"));
11511865 dumpItem.addActionListener(this);
11521866 // menu.add(pathItem = new MenuItem("From-to path"));
11531867 // pathItem.addActionListener(this);
....@@ -1165,6 +1879,7 @@
11651879 menu.add("-");
11661880 menu.add(editScriptItem = new MenuItem("Edit Script..."));
11671881 editScriptItem.addActionListener(this);
1882
+ }
11681883 }
11691884
11701885 void ScreenFit()
....@@ -1287,9 +2002,34 @@
12872002 shadow.material = new cMaterial(obj.material);
12882003 shadow.material.diffuse = 0.0001f;
12892004 shadow.material.specular = 0.0001f;
2005
+ //shadow.projectedVertices[1].x = 300;
12902006
12912007 makeSomething(shadow);
12922008 }
2009
+
2010
+ private void ClearUnpinned()
2011
+ {
2012
+ //for (Object3D obj : listUI)
2013
+ for (int i=listUI.size(); --i>=0;)
2014
+ {
2015
+ Object3D obj = listUI.elementAt(i);
2016
+ if (!obj.pinned)
2017
+ {
2018
+ obj.CloseUI();
2019
+ listUI.remove(i);
2020
+ }
2021
+ }
2022
+ }
2023
+
2024
+ private void EditElement(Object3D elem, boolean newWindow)
2025
+ {
2026
+ // if (!(elem instanceof Composite))
2027
+ // newWindow = false;
2028
+ listUI.add(elem);
2029
+ elem.openEditWindow(this, newWindow); //, false);
2030
+ System.out.println("edit : " + elem);
2031
+ elem.editWindow.refreshContents(true); // ? new
2032
+ }
12932033
12942034 /**
12952035 * applyExample
....@@ -1493,9 +2233,9 @@
14932233
14942234 void Overwrite(int mask)
14952235 {
1496
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
2236
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
14972237 {
1498
- Object3D content = GrafreeD.clipboard.get(0);
2238
+ Object3D content = Grafreed.clipboard.get(0);
14992239
15002240 if (content instanceof cGroup && ((cGroup)content).transientlink )
15012241 content = ((cGroup)content).get(0);
....@@ -1518,6 +2258,7 @@
15182258 //
15192259 public void actionPerformed(ActionEvent event) // , Object arg)
15202260 {
2261
+ Object source = event.getSource();
15212262 /*
15222263 if (event.getSource() == nameField)
15232264 {
....@@ -1529,11 +2270,11 @@
15292270 }
15302271 else
15312272 */
1532
- if (event.getSource() == lookAtItem || event.getSource() == lookFromItem)
2273
+ if (source == lookAtItem || source == lookFromItem)
15332274 {
15342275 ScreenFit();
15352276 } else
1536
- if (event.getSource() == switchItem)
2277
+ if (source == switchViewItem)
15372278 {
15382279 cVector v1 = new cVector();
15392280 cVector v2 = new cVector();
....@@ -1542,11 +2283,11 @@
15422283 objEditor.cameraView.renderCamera.setAim(v2, v1);
15432284 objEditor.cameraView.repaint();
15442285 } else
1545
- if (event.getSource() == rectoidItem)
2286
+ if (source == rectoidItem || source == boxButton)
15462287 {
15472288 makeSomething(new Box());
15482289 } else
1549
- if (event.getSource() == particleItem)
2290
+ if (source == particleItem || source == particlesButton)
15502291 {
15512292 ParticleNode particleGeom = new ParticleNode("Particles", 1000); //, particleType);
15522293 ParticleController particleController = new ParticleController(particleGeom);
....@@ -1567,9 +2308,9 @@
15672308 applyExample(particleGeom, "SMOKE");
15682309 makeSomething(particleGeom);
15692310 } else
1570
- if (event.getSource() == ragdollItem || event.getSource() == ragdoll2Item)
2311
+ if (source == ragdollItem || source == ragdoll2Item)
15712312 {
1572
- GenericJoint ragdoll = new GenericJoint(event.getSource() == ragdollItem);
2313
+ GenericJoint ragdoll = new GenericJoint(source == ragdollItem);
15732314
15742315 ragdoll.toParent = LA.newMatrix();
15752316 ragdoll.fromParent = LA.newMatrix();
....@@ -1587,7 +2328,7 @@
15872328 } else
15882329 /*
15892330 */
1590
- if (event.getSource() == heightFieldItem)
2331
+ if (source == heightFieldItem)
15912332 {
15922333 Object3D obj = new Object3D();
15932334
....@@ -1625,31 +2366,31 @@
16252366
16262367 makeSomething(obj);
16272368 } else
1628
- if (event.getSource() == gridItem)
2369
+ if (source == gridItem || source == gridButton)
16292370 {
16302371 makeSomething(new Grid());
16312372 } else
1632
- if (event.getSource() == ellipsoidItem)
2373
+ if (source == ellipsoidItem || source == sphereButton)
16332374 {
16342375 makeSomething(new Sphere());
16352376 } else
1636
- if (event.getSource() == coneItem)
2377
+ if (source == coneItem || source == coneButton)
16372378 {
16382379 makeSomething(new Cone());
16392380 } else
1640
- if (event.getSource() == torusItem)
2381
+ if (source == torusItem || source == torusButton)
16412382 {
16422383 makeSomething(new Torus());
16432384 } else
1644
- if (event.getSource() == superItem)
2385
+ if (source == superItem || source == superButton)
16452386 {
16462387 makeSomething(new Superellipsoid());
16472388 } else
1648
- if (event.getSource() == kleinItem)
2389
+ if (source == kleinItem || source == kleinButton)
16492390 {
16502391 makeSomething(new Klein());
16512392 } else
1652
- if (event.getSource() == blobItem)
2393
+ if (source == blobItem)
16532394 {
16542395 Blob blob = new Blob();
16552396 BlobComponent comp = new BlobComponent();
....@@ -1657,15 +2398,15 @@
16572398 //blob.retile();
16582399 makeSomething(blob);
16592400 } else
1660
- if (event.getSource() == latheItem)
2401
+ if (source == latheItem)
16612402 {
16622403 makeSomething(new Lathe());
16632404 } else
1664
- if (event.getSource() == bezierItem)
2405
+ if (source == bezierItem)
16652406 {
16662407 makeSomething(new BezierSurface());
16672408 } else
1668
- if (event.getSource() == checkerItem)
2409
+ if (source == overlayItem || source == overlayButton)
16692410 {
16702411 /*
16712412 Object3D obj = new BezierSurface(5,8);
....@@ -1680,7 +2421,7 @@
16802421 */
16812422 makeSomething(new Checker());
16822423 } else
1683
- if (event.getSource() == meshItem)
2424
+ if (source == meshItem)
16842425 {
16852426 Object3D itemtomake = new Object3D();
16862427 Object3D child;
....@@ -1701,35 +2442,52 @@
17012442 makeSomething(child);
17022443 }
17032444 } else
1704
- if (event.getSource() == springItem)
2445
+ if (source == springItem)
17052446 {
17062447 cSpring s = new cSpring();
17072448 s.setup();
17082449 makeSomething(s);
17092450 } else
1710
- if (event.getSource() == flagItem)
2451
+ if (source == flagItem)
17112452 {
17122453 cSpring s = new cFlag();
17132454 s.setup();
17142455 makeSomething(s);
17152456 } else
1716
- if (event.getSource() == lightItem)
2457
+ if (source == lightItem || source == lightButton)
17172458 {
17182459 makeSomething(new Light());
17192460 } else
1720
- if (event.getSource() == csgItem)
2461
+// if (source == skybox1Button ||
2462
+// source == skybox2Button ||
2463
+// source == skybox3Button ||
2464
+// source == skybox4Button ||
2465
+// source == skybox5Button ||
2466
+// source == skybox6Button ||
2467
+// source == skybox7Button ||
2468
+// source == skybox11Button ||
2469
+// source == skybox12Button ||
2470
+// source == skybox13Button ||
2471
+// source == skybox14Button ||
2472
+// source == skybox15Button ||
2473
+// source == skybox16Button ||
2474
+// source == skybox17Button)
2475
+// {
2476
+// ChangeSkybox(source);
2477
+// } else
2478
+ if (source == csgItem)
17212479 {
17222480 group(new CSG());
17232481 } else
1724
- if (event.getSource() == templateItem)
2482
+ if (source == templateItem)
17252483 {
17262484 group(new cTemplate());
17272485 } else
1728
- if (event.getSource() == attributeItem)
2486
+ if (source == attributeItem)
17292487 {
17302488 makeSomething(new Attribute());
17312489 } else
1732
- if (event.getSource() == pointflowItem)
2490
+ if (source == pointflowItem)
17332491 {
17342492 makeSomething(new PointFlow());
17352493 } else
....@@ -1741,7 +2499,7 @@
17412499 } else
17422500 */
17432501
1744
- if (event.getSource() == superLoopItem)
2502
+ if (source == superLoopItem)
17452503 {
17462504 Composite g = new cGroup();
17472505 for (int i=0; i<15; i++)
....@@ -1763,30 +2521,30 @@
17632521
17642522 group(g);
17652523 } else
1766
- if (event.getSource() == loopItem)
2524
+ if (source == loopItem || source == loopButton)
17672525 {
17682526 Composite csg = new GroupLeaf();
17692527 csg.count = 5;
17702528 group(csg);
1771
- Composite child = new cGroup();
2529
+ Composite child = new cGroup("Branch");
17722530 csg.addChild(child);
17732531 child.addChild(csg);
17742532 } else
1775
- if (event.getSource() == doubleItem)
2533
+ if (source == doubleItem)
17762534 {
1777
- Composite csg = new GroupLeaf();
2535
+ Composite csg = new GroupLeaf("Fork");
17782536 csg.count = 5;
17792537 group(csg);
1780
- Composite child = new cGroup();
2538
+ Composite child = new cGroup("Branch A");
17812539 csg.addChild(child);
17822540 child.addChild(csg);
1783
- child = new cGroup();
2541
+ child = new cGroup("Branch B");
17842542 csg.addChild(child);
17852543 child.addChild(csg);
17862544 } else
1787
- if (event.getSource() == tripleItem)
2545
+ if (source == tripleItem)
17882546 {
1789
- Composite csg = new GroupLeaf();
2547
+ Composite csg = new GroupLeaf("Trident");
17902548 csg.count = 4;
17912549 group(csg);
17922550 Composite child = new cGroup();
....@@ -1799,73 +2557,105 @@
17992557 csg.addChild(child);
18002558 child.addChild(csg);
18012559 } else
1802
-
1803
- if (event.getSource() == importGFDItem)
1804
- {
1805
- ImportGFD();
1806
- } else
1807
- if (event.getSource() == importVRMLX3DItem)
1808
- {
1809
- ImportVRMLX3D();
1810
- } else
1811
- if (event.getSource() == import3DSItem)
1812
- {
1813
- objEditor.ImportJME(new com.jmex.model.converters.MaxToJme(), "3ds", "Import 3DS");
1814
- } else
1815
- if (event.getSource() == importOBJItem)
1816
- {
1817
- objEditor.ImportJME(new com.jmex.model.converters.ObjToJme(), "obj", "Import OBJ");
1818
- } else
1819
- if (event.getSource() == computeAOItem)
2560
+ if (source == computeAOItem)
18202561 {
18212562 Globals.drawMode = CameraPane.OCCLUSION;
1822
- Globals.theRenderer.repaint();
2563
+ cameraView.repaint();
18232564 } else
1824
- if (event.getSource() == recompileItem)
2565
+ if (source == recompileItem)
18252566 {
18262567 Recompile();
18272568 refreshContents();
18282569 } else
1829
- if (event.getSource() == editScriptItem)
2570
+ if (source == editScriptItem)
18302571 {
18312572 OpenDialog();
18322573 refreshContents();
18332574 } else
1834
- if (event.getSource() == invariantsItem)
2575
+ if (source == invariantsItem)
18352576 {
18362577 System.out.println("Invariants:");
1837
- GrafreeD.grafreeD.universe.invariants();
2578
+ Grafreed.grafreed.universe.invariants();
18382579 } else
1839
- if (event.getSource() == memoryItem)
2580
+ if (source == memoryItem)
18402581 {
18412582 //System.out.println("Invariants:");
18422583 PrintMemory();
18432584 } else
1844
- if (event.getSource() == pathItem)
2585
+ if (source == pathItem)
18452586 {
18462587 PrintPath();
18472588 } else
1848
- if (event.getSource() == analyzeItem)
2589
+ if (source == analyzeItem)
18492590 {
18502591 AnalyzeObject();
18512592 } else
1852
- if (event.getSource() == dumpItem)
2593
+ if (source == dumpItem)
18532594 {
18542595 DumpObject();
18552596 } else
1856
- if (event.getSource() == screenfitButton)
2597
+ if (source == minButton)
18572598 {
1858
- //Reload(lastConverter, lastFilename, true);
2599
+ Minimize();
2600
+ } else
2601
+ if (source == maxButton)
2602
+ {
2603
+ Maximize();
2604
+ } else
2605
+ if (source == fullButton)
2606
+ {
2607
+ ToggleFullScreen();
2608
+ } else
2609
+ if (source == previousVersionButton)
2610
+ {
2611
+ // Go to previous version
2612
+ //if (!Undo())
2613
+ //java.awt.Toolkit.getDefaultToolkit().beep();
2614
+ PreviousVersion();
2615
+ } else
2616
+ if (source == restoreButton)
2617
+ {
2618
+ // Restore current version
2619
+ Restore();
2620
+ //restoreButton.setEnabled(false);
2621
+ } else
2622
+ if (source == replaceButton)
2623
+ {
2624
+ // Overwrite current version
2625
+ Replace();
2626
+ //replaceButton.setEnabled(false);
2627
+ } else
2628
+ if (source == nextVersionButton)
2629
+ {
2630
+ // Go to next version
2631
+ NextVersion();
2632
+ } else
2633
+ if (source == saveVersionButton)
2634
+ {
2635
+ // Save a new version
2636
+ if (!Save(true))
2637
+ java.awt.Toolkit.getDefaultToolkit().beep();
2638
+ } else
2639
+ if (source == deleteVersionButton)
2640
+ {
2641
+ // Delete a new version
2642
+ DeleteVersion();
2643
+ } else
2644
+ if (source == oneStepButton)
2645
+ {
2646
+ Globals.ONESTEP = true;
2647
+ cameraView.repaint();
2648
+ } else
2649
+ if (source == screenfitButton)
2650
+ {
18592651 ScreenFit();
18602652 } else
1861
- if (event.getSource() == screenfitpointButton)
2653
+ if (source == screenfitpointButton)
18622654 {
1863
- //Reload(lastConverter, lastFilename, true);
18642655 ScreenFitPoint();
18652656 } else
1866
- if (event.getSource() == snapobjectButton)
2657
+ if (source == snapobjectButton)
18672658 {
1868
- //Reload(lastConverter, lastFilename, true);
18692659 SnapObject();
18702660 } else
18712661 // if (event.getSource() == recompileButton)
....@@ -1874,13 +2664,13 @@
18742664 // Recompile();
18752665 // refreshContents();
18762666 // } else
1877
- if (event.getSource() == gcButton)
2667
+ if (source == gcButton)
18782668 {
18792669 System.out.println("Memory (F/T/M) : " + Runtime.getRuntime().freeMemory() + "/" + Runtime.getRuntime().totalMemory() + "/" + Runtime.getRuntime().maxMemory());
18802670 System.gc();
18812671 System.out.println("GC Memory (F/T/M) : " + Runtime.getRuntime().freeMemory() + "/" + Runtime.getRuntime().totalMemory() + "/" + Runtime.getRuntime().maxMemory());
18822672 } else
1883
- if (event.getSource() == editLeafItem)
2673
+ if (source == editLeafItem)
18842674 {
18852675 Object3D obj;
18862676 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -1894,62 +2684,74 @@
18942684 }
18952685 refreshContents(true);
18962686 } else
1897
- if (event.getSource() == openWindowItem)
2687
+ if (source == openWindowItem)
18982688 {
18992689 EditSelection(true);
19002690 } else
1901
- if (event.getSource() == cutItem || event.getSource() == clearButton)
2691
+ if (source == cutItem || source == clearButton)
19022692 {
19032693 loadClipboard(true);
19042694 } else
1905
- if (event.getSource() == duplicateItem)
2695
+ if (source == undoItem)
19062696 {
1907
- Object3D keep = GrafreeD.clipboard;
2697
+ PreviousVersion();
2698
+ } else
2699
+ if (source == redoItem)
2700
+ {
2701
+ NextVersion();
2702
+ } else
2703
+ if (source == duplicateItem)
2704
+ {
2705
+ Object3D keep = Grafreed.clipboard;
19082706 loadClipboard(false);
19092707 paste(false);
1910
- GrafreeD.clipboard = keep;
2708
+ Grafreed.clipboard = keep;
19112709 } else
1912
- if (event.getSource() == cloneItem)
2710
+ if (source == cloneItem)
19132711 {
19142712 CloneSelection(false);
19152713 } else
1916
- if (event.getSource() == cloneSupportItem)
2714
+ if (source == cloneSupportItem)
19172715 {
19182716 CloneSelection(true);
19192717 } else
1920
- if (event.getSource() == copyItem)
2718
+ if (source == copyItem)
19212719 {
19222720 loadClipboard(false);
19232721 } else
1924
- if (event.getSource() == pasteItem)
2722
+ if (source == pasteItem)
19252723 {
19262724 paste(false);
19272725 } else
1928
- if (event.getSource() == pasteLinkItem)
2726
+ if (source == pasteIntoItem)
19292727 {
1930
- pasteInto(false);
2728
+ pasteInto(true, false);
19312729 } else
1932
- if (event.getSource() == pasteCloneItem)
2730
+ if (source == pasteLinkItem)
19332731 {
1934
- pasteInto(true);
2732
+ pasteInto(false, false);
19352733 } else
1936
- if (event.getSource() == pasteExpandItem)
2734
+ if (source == pasteCloneItem)
2735
+ {
2736
+ pasteInto(true, true);
2737
+ } else
2738
+ if (source == pasteExpandItem)
19372739 {
19382740 paste(true);
19392741 } else
1940
- if (event.getSource() == synchronizeItem)
2742
+ if (source == synchronizeItem)
19412743 {
19422744 Overwrite(Object3D.TRANSFORM);
19432745 } else
1944
- if (event.getSource() == overwriteNameItem)
2746
+ if (source == overwriteNameItem)
19452747 {
19462748 Overwrite(Object3D.NAME);
19472749 } else
1948
- if (event.getSource() == overwriteUVItem)
2750
+ if (source == overwriteUVItem)
19492751 {
19502752 Overwrite(Object3D.UV);
19512753 } else
1952
- if (event.getSource() == overwriteMatItem)
2754
+ if (source == overwriteMatItem)
19532755 {
19542756 /* july 2015
19552757 if ((dropAttributes & Object3D.TEXTURE) == 0)
....@@ -1969,7 +2771,7 @@
19692771
19702772 Overwrite(dropAttributes);
19712773 }
1972
- if (event.getSource() == overwriteGeoItem)
2774
+ if (source == overwriteGeoItem)
19732775 {
19742776 Overwrite(Object3D.GEOMETRY);
19752777 // if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
....@@ -1986,7 +2788,7 @@
19862788 // refreshContents();
19872789 // }
19882790 } else
1989
- if (event.getSource() == generateMeshItem)
2791
+ if (source == generateMeshItem)
19902792 {
19912793 //if (group.selection.size() == 1)
19922794 // for (int i=0; i<group.selection.size(); i++)
....@@ -1997,7 +2799,7 @@
19972799 ResetModel();
19982800 refreshContents();
19992801 } else
2000
- if (event.getSource() == extractGeometriesItem)
2802
+ if (source == extractGeometriesItem)
20012803 {
20022804 boolean one = false;
20032805
....@@ -2024,7 +2826,7 @@
20242826 ResetModel();
20252827 refreshContents();
20262828 } else
2027
- if (event.getSource() == cloneGeometriesItem)
2829
+ if (source == cloneGeometriesItem)
20282830 {
20292831 boolean one = false;
20302832
....@@ -2050,7 +2852,7 @@
20502852 ResetModel();
20512853 refreshContents();
20522854 } else
2053
- if (event.getSource() == shareGeometriesItem)
2855
+ if (source == shareGeometriesItem)
20542856 {
20552857 boolean one = false;
20562858
....@@ -2080,7 +2882,7 @@
20802882 refreshContents();
20812883 }
20822884 } else
2083
- if (event.getSource() == mergeGeometriesItem)
2885
+ if (source == mergeGeometriesItem)
20842886 {
20852887 boolean one = false;
20862888
....@@ -2110,7 +2912,7 @@
21102912 ResetModel();
21112913 refreshContents();
21122914 } else
2113
- if (event.getSource() == linkverticesItem)
2915
+ if (source == linkverticesItem)
21142916 {
21152917 // if (group.selection.size() == 1 && GrafreeD.clipboard.size() == 1)
21162918 // {
....@@ -2123,9 +2925,9 @@
21232925 // group.selection.get(0).setMasterThis(content); // should be identity
21242926 // refreshContents();
21252927 // }
2126
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
2928
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
21272929 {
2128
- Object3D content = GrafreeD.clipboard.get(0);
2930
+ Object3D content = Grafreed.clipboard.get(0);
21292931
21302932 if (content instanceof cGroup && ((cGroup)content).transientlink )
21312933 content = ((cGroup)content).get(0);
....@@ -2133,38 +2935,38 @@
21332935 Globals.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR));
21342936 for (int i=0; i<group.selection.size(); i++)
21352937 {
2136
- boolean random = CameraPane.RANDOM;
2137
- CameraPane.RANDOM = false; // parse all random nodes
2938
+ boolean random = CameraPane.SWITCH;
2939
+ CameraPane.SWITCH = false; // parse all random nodes
21382940 group.selection.get(i).linkVerticesThis(content);
21392941 // group.selection.get(i).setMasterThis(content); // should be identity
2140
- CameraPane.RANDOM = random;
2942
+ CameraPane.SWITCH = random;
21412943 }
21422944 Globals.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
21432945 refreshContents();
21442946 }
21452947 } else
2146
- if (event.getSource() == resetsupportItem)
2948
+ if (source == resetsupportItem)
21472949 {
21482950 for (int i=0; i<group.selection.size(); i++)
21492951 {
2150
- boolean random = CameraPane.RANDOM;
2151
- CameraPane.RANDOM = false; // parse all random nodes
2952
+ boolean random = CameraPane.SWITCH;
2953
+ CameraPane.SWITCH = false; // parse all random nodes
21522954 group.selection.get(i).linkVerticesThis(null);
2153
- CameraPane.RANDOM = random;
2955
+ CameraPane.SWITCH = random;
21542956 }
21552957
21562958 refreshContents();
21572959 } else
2158
- if (event.getSource() == relinkverticesItem)
2960
+ if (source == relinkverticesItem)
21592961 {
2160
- boolean random = CameraPane.RANDOM;
2161
- CameraPane.RANDOM = false; // parse all random nodes
2962
+ boolean random = CameraPane.SWITCH;
2963
+ CameraPane.SWITCH = false; // parse all random nodes
21622964 group.selection.RelinkToSupport();
2163
- CameraPane.RANDOM = random;
2965
+ CameraPane.SWITCH = random;
21642966
21652967 refreshContents();
21662968 } else
2167
- if (event.getSource() == resetreferencesItem)
2969
+ if (source == resetreferencesItem)
21682970 {
21692971 for (int i=0; i<group.selection.size(); i++)
21702972 {
....@@ -2173,11 +2975,11 @@
21732975
21742976 refreshContents();
21752977 } else
2176
- if (event.getSource() == setMasterItem)
2978
+ if (source == setMasterItem)
21772979 {
2178
- if (group.selection.size() == 1 && GrafreeD.clipboard.size() == 1)
2980
+ if (group.selection.size() == 1 && Grafreed.clipboard.size() == 1)
21792981 {
2180
- Object3D content = GrafreeD.clipboard.get(0);
2982
+ Object3D content = Grafreed.clipboard.get(0);
21812983
21822984 if (content instanceof cGroup && ((cGroup)content).transientlink )
21832985 content = ((cGroup)content).get(0);
....@@ -2186,13 +2988,13 @@
21862988 refreshContents();
21872989 }
21882990 } else
2189
- if (event.getSource() == poseMeshItem)
2991
+ if (source == poseMeshItem)
21902992 {
21912993 if (group.selection.size() == 1)
21922994 {
2193
- if (GrafreeD.clipboard.size() == 1)
2995
+ if (Grafreed.clipboard.size() == 1)
21942996 {
2195
- Object3D content = GrafreeD.clipboard.get(0);
2997
+ Object3D content = Grafreed.clipboard.get(0);
21962998
21972999 if (content instanceof cGroup && ((cGroup)content).transientlink )
21983000 content = ((cGroup)content).get(0);
....@@ -2205,19 +3007,19 @@
22053007 }
22063008
22073009 } else
2208
- if (event.getSource() == revertMeshItem)
3010
+ if (source == revertMeshItem)
22093011 {
22103012 RevertMeshes();
22113013 } else
2212
- if (event.getSource() == resetMeshItem)
3014
+ if (source == resetAllItem)
22133015 {
22143016 ResetAll();
22153017 } else
2216
- if (event.getSource() == stepAllItem)
3018
+ if (source == stepAllItem)
22173019 {
22183020 StepAll();
22193021 } else
2220
- if (event.getSource() == clearItem) // || event.getSource() == clearButton)
3022
+ if (source == deleteItem) // || event.getSource() == clearButton)
22213023 {
22223024 //int indices[] = jList.getSelectedIndices();
22233025 //for (int i = indices.length - 1; i >= 0; i--)
....@@ -2225,46 +3027,46 @@
22253027
22263028 ClearSelection(false);
22273029 } else
2228
- if (event.getSource() == clearAllItem)
3030
+ if (source == clearAllItem)
22293031 {
22303032 ClearSelection(true);
22313033 } else
2232
- if (event.getSource() == grabItem)
3034
+ if (source == grabItem || source == groupButton)
22333035 {
2234
- group(new cGroup(), true);
3036
+ group(new cGroup(), false); // true);
22353037 } else
2236
- if (event.getSource() == hideItem)
3038
+ if (source == hideItem)
22373039 {
22383040 group(new HiddenObject());
22393041 } else
2240
- if (event.getSource() == frontItem)
3042
+ if (source == frontItem)
22413043 {
22423044 front();
22433045 } else
2244
- if (event.getSource() == backItem)
3046
+ if (source == backItem)
22453047 {
22463048 back();
22473049 } else
2248
- if (event.getSource() == cameraItem)
3050
+ if (source == cameraItem)
22493051 {
22503052 makeSomething(new Camera());
22513053 } else
2252
- if (event.getSource() == compositeItem)
3054
+ if (source == compositeItem || source == compositeButton)
22533055 {
22543056 group(new Composite());
22553057 } else
2256
- if (event.getSource() == randomItem)
3058
+ if (source == switchItem || source == switchButton)
22573059 {
22583060 RandomNode random = new RandomNode();
22593061 group(random);
22603062 if (random.size() > 0)
2261
- random.name = random.get(0).name + "Rnd";
3063
+ random.name = random.get(0).name + "Switch";
22623064 } else
2263
- if (event.getSource() == physicsItem)
3065
+ if (source == physicsItem)
22643066 {
22653067 group(new PhysicsNode());
22663068 } else
2267
- if (event.getSource() == frameselectorItem)
3069
+ if (source == frameselectorItem)
22683070 {
22693071 for (int i=0; i<group.selection.size(); i++)
22703072 {
....@@ -2276,7 +3078,7 @@
22763078 ResetModel();
22773079 refreshContents();
22783080 } else
2279
- if (event.getSource() == switchGeoItem)
3081
+ if (source == switchGeoItem)
22803082 {
22813083 for (int i=0; i<group.selection.size(); i++)
22823084 {
....@@ -2288,7 +3090,7 @@
22883090 ResetModel();
22893091 refreshContents();
22903092 } else
2291
- if (event.getSource() == switchTransfoItem)
3093
+ if (source == switchTransfoItem)
22923094 {
22933095 for (int i=0; i<group.selection.size(); i++)
22943096 {
....@@ -2300,7 +3102,7 @@
23003102 ResetModel();
23013103 refreshContents();
23023104 } else
2303
- if (event.getSource() == morphItem)
3105
+ if (source == morphItem)
23043106 {
23053107 for (int i=0; i<group.selection.size(); i++)
23063108 {
....@@ -2312,7 +3114,7 @@
23123114 ResetModel();
23133115 refreshContents();
23143116 } else
2315
- if (event.getSource() == scriptNodeItem)
3117
+ if (source == scriptNodeItem)
23163118 {
23173119 boolean atleastone = false;
23183120
....@@ -2351,215 +3153,252 @@
23513153 }
23523154 }
23533155 } else
2354
- if (event.getSource() == linkerItem)
3156
+ if (source == linkerItem)
23553157 {
23563158 group(new cLinker());
23573159 } else
2358
- if (event.getSource() == textureItem)
3160
+ if (source == textureItem || source == textureButton)
23593161 {
23603162 group(new TextureNode());
23613163 } else
2362
- if (event.getSource() == billboardItem)
3164
+ if (source == billboardItem)
23633165 {
23643166 group(new BillboardNode());
23653167 } else
2366
- if (event.getSource() == shadowXItem)
3168
+ if (source == shadowXItem)
23673169 {
23683170 CastShadow(0);
23693171 } else
2370
- if (event.getSource() == shadowYItem)
3172
+ if (source == shadowYItem)
23713173 {
23723174 CastShadow(1);
23733175 } else
2374
- if (event.getSource() == shadowZItem)
3176
+ if (source == shadowZItem)
23753177 {
23763178 CastShadow(2);
23773179 } else
2378
- if (event.getSource() == ungroupItem)
3180
+ if (source == ungroupItem || source == ungroupButton)
23793181 {
2380
- //ungroup();
3182
+ boolean hasRoot = false;
3183
+
23813184 for (int i=0; i<group.selection.size(); i++)
23823185 {
2383
- Ungroup(group.selection.get(i));
3186
+ if (group.selection.get(i) == group)
3187
+ {
3188
+ hasRoot = true;
3189
+ break;
3190
+ }
23843191 }
23853192
2386
- ClearSelection(false);
2387
-
2388
- refreshContents();
3193
+ if (!hasRoot)
3194
+ {
3195
+ for (int i=0; i<group.selection.size(); i++)
3196
+ {
3197
+ Ungroup(group.selection.get(i));
3198
+ }
3199
+
3200
+ ClearSelection(false);
3201
+
3202
+ refreshContents();
3203
+ }
23893204 } else
2390
- if (event.getSource() == genUVItem)
3205
+ if (source == genUVItem)
23913206 {
23923207 GenUV();
23933208 } else
2394
- if (event.getSource() == genNormalsCADItem)
3209
+ if (source == genNormalsCADItem)
23953210 {
23963211 GenNormals(true);
23973212 } else
2398
- if (event.getSource() == genNormalsMESHItem)
3213
+ if (source == genNormalsMESHItem)
23993214 {
2400
- GenNormals(true); // TODO
3215
+ GenNormalsMESH();
24013216 } else
2402
- if (event.getSource() == genNormalsORGANItem)
3217
+ if (source == genNormalsORGANItem)
24033218 {
24043219 GenNormals(false);
24053220 } else
2406
- if (event.getSource() == genNormalsMINEItem)
3221
+ if (source == genNormalsMINEItem)
24073222 {
24083223 GenNormalsMINE();
24093224 } else
2410
- if (event.getSource() == stripifyItem)
3225
+ if (source == stripifyItem)
24113226 {
24123227 Stripify();
24133228 } else
2414
- if (event.getSource() == unstripifyItem)
3229
+ if (source == unstripifyItem)
24153230 {
24163231 Unstripify();
24173232 } else
2418
- if (event.getSource() == trimItem)
3233
+ if (source == trimItem)
24193234 {
24203235 Trim();
24213236 } else
2422
- if (event.getSource() == untrimItem)
3237
+ if (source == untrimItem)
24233238 {
24243239 Untrim();
24253240 } else
2426
- if (event.getSource() == clearColorsItem)
3241
+ if (source == clearColorsItem)
24273242 {
24283243 ClearColors();
24293244 } else
2430
- if (event.getSource() == clearMaterialsItem)
3245
+ if (source == clearMaterialsItem)
24313246 {
24323247 ClearMaterials();
24333248 } else
2434
- if (event.getSource() == liveleavesItem)
3249
+ if (source == liveleavesItem)
24353250 {
24363251 LiveLeaves(true);
24373252 } else
2438
- if (event.getSource() == unliveleavesItem)
3253
+ if (source == unliveleavesItem)
24393254 {
24403255 LiveLeaves(false);
24413256 } else
2442
- if (event.getSource() == supportleavesItem)
3257
+ if (source == supportleavesItem)
24433258 {
24443259 SupportLeaves(true);
24453260 } else
2446
- if (event.getSource() == unsupportleavesItem)
3261
+ if (source == unsupportleavesItem)
24473262 {
24483263 SupportLeaves(false);
24493264 } else
2450
- if (event.getSource() == hideleavesItem)
3265
+ if (source == hideleavesItem)
24513266 {
24523267 HideLeaves(true);
24533268 } else
2454
- if (event.getSource() == showleavesItem)
3269
+ if (source == showleavesItem)
24553270 {
24563271 HideLeaves(false);
24573272 } else
2458
- if (event.getSource() == markleavesItem)
3273
+ if (source == markleavesItem)
24593274 {
24603275 MarkLeaves(true);
24613276 } else
2462
- if (event.getSource() == unmarkleavesItem)
3277
+ if (source == unmarkleavesItem)
24633278 {
24643279 MarkLeaves(false);
24653280 } else
2466
- if (event.getSource() == flipVItem)
3281
+ if (source == rewindleavesItem)
3282
+ {
3283
+ RewindLeaves(true);
3284
+ } else
3285
+ if (source == unrewindleavesItem)
3286
+ {
3287
+ RewindLeaves(false);
3288
+ } else
3289
+ if (source == randomleavesItem)
3290
+ {
3291
+ RandomLeaves(true);
3292
+ } else
3293
+ if (source == unrandomleavesItem)
3294
+ {
3295
+ RandomLeaves(false);
3296
+ } else
3297
+ if (source == flipVItem)
24673298 {
24683299 FlipV(true);
24693300 } else
2470
- if (event.getSource() == unflipVItem)
3301
+ if (source == unflipVItem)
24713302 {
24723303 FlipV(false);
24733304 } else
2474
- if (event.getSource() == lowTexturesItem)
3305
+ if (source == lowTexturesItem)
24753306 {
24763307 SetTexRes(0);
24773308 } else
2478
- if (event.getSource() == normalTexturesItem)
3309
+ if (source == normalTexturesItem)
24793310 {
24803311 SetTexRes(1);
24813312 } else
2482
- if (event.getSource() == highTexturesItem)
3313
+ if (source == highTexturesItem)
24833314 {
24843315 SetTexRes(2);
24853316 } else
2486
- if (event.getSource() == veryhighTexturesItem)
3317
+ if (source == veryhighTexturesItem)
24873318 {
24883319 SetTexRes(3);
24893320 } else
2490
- if (event.getSource() == maxTexturesItem)
3321
+ if (source == maxTexturesItem)
24913322 {
24923323 SetTexRes(4);
24933324 } else
2494
- if (event.getSource() == panoTexturesItem)
3325
+ if (source == panoTexturesItem)
24953326 {
24963327 SetTexRes(5);
24973328 } else
2498
- if (event.getSource() == reverseNormalsItem)
3329
+ if (source == reverseNormalsItem)
24993330 {
25003331 ReverseNormals();
25013332 } else
2502
- if (event.getSource() == parseverticesItem)
3333
+ if (source == parseverticesItem)
25033334 {
25043335 ParseVertices();
25053336 } else
2506
- if (event.getSource() == textureFieldItem)
3337
+ if (source == textureFieldItem)
25073338 {
25083339 TextureVertices();
25093340 } else
2510
- if (event.getSource() == alignItem)
3341
+ if (source == alignItem)
25113342 {
25123343 Align();
25133344 } else
2514
- if (event.getSource() == mirrorItem)
3345
+ if (source == mirrorItem)
25153346 {
25163347 MirrorPoses();
25173348 } else
2518
- if (event.getSource() == reduceMorphItem)
3349
+ if (source == reduceMorphItem)
25193350 {
25203351 MeshReduction(false);
25213352 } else
2522
- if (event.getSource() == reduce34MorphItem)
3353
+ if (source == reduce34MorphItem)
25233354 {
25243355 MeshReduction(true);
25253356 } else
2526
- if (event.getSource() == reverseTrianglesItem)
3357
+ if (source == reverseTrianglesItem)
25273358 {
25283359 ReverseTriangles();
25293360 } else
2530
- if (event.getSource() == reduceMeshItem)
3361
+ if (source == reduceMeshItem)
25313362 {
25323363 ReduceMesh(false);
25333364 } else
2534
- if (event.getSource() == reduce34MeshItem)
3365
+ if (source == reduce34MeshItem)
25353366 {
25363367 ReduceMesh(true);
25373368 } else
2538
- if (event.getSource() == increaseMeshItem)
3369
+ if (source == increaseMeshItem)
25393370 {
25403371 IncreaseMesh();
25413372 } else
2542
- if (event.getSource() == clipMeshItem)
3373
+ if (source == clipMeshItem)
25433374 {
25443375 ClipMesh();
25453376 } else
2546
- if (event.getSource() == smoothMeshItem)
3377
+ if (source == smoothMeshItem)
25473378 {
25483379 SmoothMesh();
25493380 } else
2550
- if (event.getSource() == transformgeometryItem)
3381
+ if (source == transformGeometryItem)
25513382 {
25523383 TransformGeometry();
25533384 } else
2554
- if (event.getSource() == resetTransformItem)
3385
+ if (source == transformChildrenItem)
3386
+ {
3387
+ TransformChildren();
3388
+ } else
3389
+ if (source == resetTransformItem)
25553390 {
25563391 ResetTransform();
25573392 } else
2558
- if (event.getSource() == resetCentroidItem)
3393
+ if (source == resetCentroidItem)
25593394 {
2560
- ResetCentroid();
3395
+ ResetCentroid(true);
25613396 } else
2562
- if (event.getSource() == resetParentItem)
3397
+ if (source == resetCentroidXZItem)
3398
+ {
3399
+ ResetCentroid(false);
3400
+ } else
3401
+ if (source == resetParentItem)
25633402 {
25643403 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25653404 {
....@@ -2569,7 +3408,7 @@
25693408
25703409 refreshContents();
25713410 } else
2572
- if (event.getSource() == repairParentItem)
3411
+ if (source == repairParentItem)
25733412 {
25743413 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25753414 {
....@@ -2583,7 +3422,7 @@
25833422
25843423 refreshContents();
25853424 } else
2586
- if (event.getSource() == repairShadowItem)
3425
+ if (source == repairShadowItem)
25873426 {
25883427 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25893428 {
....@@ -2597,7 +3436,7 @@
25973436
25983437 refreshContents();
25993438 } else
2600
- if (event.getSource() == sortbysizeItem)
3439
+ if (source == sortbysizeItem)
26013440 {
26023441 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
26033442 {
....@@ -2609,7 +3448,7 @@
26093448 ResetModel();
26103449 refreshContents();
26113450 } else
2612
- if (event.getSource() == sortbynameItem)
3451
+ if (source == sortbynameItem)
26133452 {
26143453 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
26153454 {
....@@ -2621,7 +3460,7 @@
26213460 ResetModel();
26223461 refreshContents();
26233462 } else
2624
- if (event.getSource() == attachPigmentItem)
3463
+ if (source == attachPigmentItem)
26253464 {
26263465 String texture = GetFile("Attach pigment");
26273466 Object3D obj;
....@@ -2633,7 +3472,7 @@
26333472
26343473 refreshContents();
26353474 } else
2636
- if (event.getSource() == detachPigmentItem)
3475
+ if (source == detachPigmentItem)
26373476 {
26383477 Object3D obj;
26393478 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2644,7 +3483,7 @@
26443483
26453484 refreshContents();
26463485 } else
2647
- if (event.getSource() == attachBumpItem)
3486
+ if (source == attachBumpItem)
26483487 {
26493488 String texture = GetFile("Attach bump");
26503489 Object3D obj;
....@@ -2656,18 +3495,18 @@
26563495
26573496 refreshContents();
26583497 } else
2659
- if (event.getSource() == detachBumpItem)
3498
+ if (source == detachBumpItem)
26603499 {
26613500 Object3D obj;
26623501 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
26633502 {
26643503 obj = (Object3D)e.nextElement();
2665
- obj.SetBumpTexture(null);
3504
+ obj.ResetBumpTexture();
26663505 }
26673506
26683507 refreshContents();
26693508 } else
2670
- if (event.getSource() == pigmentBumpItem)
3509
+ if (source == pigmentBumpItem)
26713510 {
26723511 Object3D obj;
26733512 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2678,158 +3517,262 @@
26783517
26793518 refreshContents();
26803519 } else
2681
- if (event.getSource() == flashSelectionButton)
3520
+ if (source == embedTexturesItem)
3521
+ {
3522
+ Object3D obj;
3523
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3524
+ {
3525
+ obj = (Object3D)e.nextElement();
3526
+ obj.EmbedTextures(true);
3527
+ }
3528
+
3529
+ refreshContents();
3530
+ } else
3531
+ if (source == deEmbedTexturesItem)
3532
+ {
3533
+ Object3D obj;
3534
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3535
+ {
3536
+ obj = (Object3D)e.nextElement();
3537
+ obj.EmbedTextures(false);
3538
+ }
3539
+
3540
+ CameraPane.texturepigment.clear();
3541
+ CameraPane.texturebump.clear();
3542
+
3543
+ refreshContents();
3544
+ } else
3545
+ if (source == flashSelectionButton)
26823546 {
26833547 CameraPane.flash = true;
26843548 refreshContents();
26853549 } else
2686
- if (event.getSource() == oneButton)
3550
+ if (source == oneButton)
26873551 {
26883552 } else
2689
- if (event.getSource() == twoButton)
3553
+ if (source == twoButton)
26903554 {
26913555 radio.layout = twoButton;
3556
+
3557
+ if (CameraPane.FULLSCREEN)
3558
+ fullscreenLayout = radio.layout;
3559
+
26923560 // bug
26933561 //gridPanel.setDividerLocation(1.0);
26943562 //bigPanel.setDividerLocation(0.0);
2695
- bigThree.remove(scenePanel);
2696
- bigThree.remove(centralPanel);
2697
- bigThree.remove(XYZPanel);
2698
- aWindowConstraints.gridx = 0;
2699
- aWindowConstraints.gridy = 0;
2700
- aWindowConstraints.gridwidth = 1;
2701
- // aConstraints.gridheight = 3;
2702
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2703
- aWindowConstraints.weightx = 0;
2704
- aWindowConstraints.weighty = 1;
2705
- //bigThree.add(jtp, aWindowConstraints);
2706
- aWindowConstraints.weightx = 1;
2707
- aWindowConstraints.gridwidth = 3;
2708
- // aConstraints.gridheight = 3;
2709
- aWindowConstraints.gridx = 1;
2710
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2711
- bigThree.add(centralPanel, aWindowConstraints);
2712
- aWindowConstraints.weightx = 0;
2713
- aWindowConstraints.gridx = 4;
2714
- aWindowConstraints.gridwidth = 1;
2715
- // aConstraints.gridheight = 3;
2716
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2717
- //bigThree.add(XYZPanel, aWindowConstraints);
2718
- bigThree.revalidate();
3563
+// bigThree.remove(scenePanel);
3564
+// bigThree.remove(centralPanel);
3565
+// bigThree.remove(XYZPanel);
3566
+// aWindowConstraints.gridx = 0;
3567
+// aWindowConstraints.gridy = 0;
3568
+// aWindowConstraints.gridwidth = 1;
3569
+// // aConstraints.gridheight = 3;
3570
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3571
+// aWindowConstraints.weightx = 0;
3572
+// aWindowConstraints.weighty = 1;
3573
+// //bigThree.add(jtp, aWindowConstraints);
3574
+// aWindowConstraints.weightx = 1;
3575
+// aWindowConstraints.gridwidth = 3;
3576
+// // aConstraints.gridheight = 3;
3577
+// aWindowConstraints.gridx = 1;
3578
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3579
+// bigThree.add(centralPanel, aWindowConstraints);
3580
+// aWindowConstraints.weightx = 0;
3581
+// aWindowConstraints.gridx = 4;
3582
+// aWindowConstraints.gridwidth = 1;
3583
+// // aConstraints.gridheight = 3;
3584
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3585
+// //bigThree.add(XYZPanel, aWindowConstraints);
3586
+// scenePanel.setVisible(false);
3587
+// centralPanel.setVisible(true);
3588
+// XYZPanel.setVisible(false);
3589
+ bigThree.ClearUI();
3590
+ bigThree.add(centralPanel);
3591
+ bigThree.FlushUI();
3592
+
3593
+ cameraView.requestFocusInWindow();
3594
+
3595
+// refreshContents(true);
3596
+//
3597
+// try
3598
+// {
3599
+// java.awt.Robot bot = new java.awt.Robot();
3600
+// int mask = InputEvent.BUTTON1_MASK;
3601
+// bot.mouseMove(100, 100);
3602
+// bot.mousePress(mask);
3603
+// bot.mouseRelease(mask);
3604
+// }
3605
+// catch (Exception e)
3606
+// {
3607
+//
3608
+// }
3609
+
27193610 } else
2720
- if (event.getSource() == threeButton)
3611
+ if (source == threeButton)
27213612 {
27223613 radio.layout = threeButton;
2723
- bigThree.remove(scenePanel);
2724
- bigThree.remove(centralPanel);
2725
- bigThree.remove(XYZPanel);
2726
- aWindowConstraints.gridx = 0;
2727
- aWindowConstraints.gridy = 0;
2728
- aWindowConstraints.gridwidth = 1;
2729
- // aConstraints.gridheight = 3;
2730
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2731
- aWindowConstraints.weightx = 0;
2732
- aWindowConstraints.weighty = 1;
2733
- //bigThree.add(jtp, aWindowConstraints);
2734
- aWindowConstraints.weightx = 1;
2735
- aWindowConstraints.gridwidth = 3;
2736
- // aConstraints.gridheight = 3;
2737
- aWindowConstraints.gridx = 1;
2738
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2739
- bigThree.add(centralPanel, aWindowConstraints);
2740
- aWindowConstraints.weightx = 0;
2741
- aWindowConstraints.gridx = 4;
2742
- aWindowConstraints.gridwidth = 1;
2743
- // aConstraints.gridheight = 3;
2744
- aConstraints.fill = GridBagConstraints.VERTICAL;
2745
- bigThree.add(XYZPanel, aWindowConstraints);
2746
- bigThree.revalidate();
3614
+
3615
+ if (CameraPane.FULLSCREEN)
3616
+ fullscreenLayout = radio.layout;
3617
+
3618
+// bigThree.remove(scenePanel);
3619
+// bigThree.remove(centralPanel);
3620
+// bigThree.remove(XYZPanel);
3621
+// aWindowConstraints.gridx = 0;
3622
+// aWindowConstraints.gridy = 0;
3623
+// aWindowConstraints.gridwidth = 1;
3624
+// // aConstraints.gridheight = 3;
3625
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3626
+// aWindowConstraints.weightx = 0;
3627
+// aWindowConstraints.weighty = 1;
3628
+// //bigThree.add(jtp, aWindowConstraints);
3629
+// aWindowConstraints.weightx = 1;
3630
+// aWindowConstraints.gridwidth = 3;
3631
+// // aConstraints.gridheight = 3;
3632
+// aWindowConstraints.gridx = 1;
3633
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3634
+// bigThree.add(centralPanel, aWindowConstraints);
3635
+// aWindowConstraints.weightx = 0;
3636
+// aWindowConstraints.gridx = 4;
3637
+// aWindowConstraints.gridwidth = 1;
3638
+// // aConstraints.gridheight = 3;
3639
+// aConstraints.fill = GridBagConstraints.VERTICAL;
3640
+// bigThree.add(XYZPanel, aWindowConstraints);
3641
+// bigThree.validate();
3642
+// scenePanel.setVisible(false);
3643
+// centralPanel.setVisible(true);
3644
+// XYZPanel.setVisible(true);
3645
+ bigThree.ClearUI();
3646
+ bigThree.add(scenePanel);
3647
+ bigThree.add(centralPanel);
3648
+ bigThree.FlushUI();
3649
+
3650
+ cameraView.requestFocusInWindow();
27473651 } else
2748
- if (event.getSource() == fourButton)
3652
+ if (source == fourButton)
27493653 {
27503654 radio.layout = fourButton;
2751
- bigThree.remove(scenePanel);
2752
- bigThree.remove(centralPanel);
2753
- bigThree.remove(XYZPanel);
2754
- aWindowConstraints.gridx = 0;
2755
- aWindowConstraints.gridy = 0;
2756
- aWindowConstraints.gridwidth = 1;
2757
- // aWindowConstraints.gridheight = 3;
2758
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2759
- aWindowConstraints.weightx = 1;
2760
- aWindowConstraints.weighty = 1;
2761
- bigThree.add(scenePanel, aWindowConstraints);
2762
- aWindowConstraints.weightx = 1;
2763
- aWindowConstraints.gridwidth = 3;
2764
- // aConstraints.gridheight = 3;
2765
- aWindowConstraints.gridx = 1;
2766
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2767
- //bigThree.add(cameraPanel, aWindowConstraints);
2768
- aWindowConstraints.weightx = 0;
2769
- aWindowConstraints.gridx = 4;
2770
- aWindowConstraints.gridwidth = 1;
2771
- // aWindowConstraints.gridheight = 3;
2772
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2773
- //bigThree.add(XYZPanel, aWindowConstraints);
2774
- bigThree.revalidate();
3655
+
3656
+ if (CameraPane.FULLSCREEN)
3657
+ fullscreenLayout = radio.layout;
3658
+
3659
+// bigThree.remove(scenePanel);
3660
+// bigThree.remove(centralPanel);
3661
+// bigThree.remove(XYZPanel);
3662
+// aWindowConstraints.gridx = 0;
3663
+// aWindowConstraints.gridy = 0;
3664
+// aWindowConstraints.gridwidth = 1;
3665
+// // aWindowConstraints.gridheight = 3;
3666
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3667
+// aWindowConstraints.weightx = 1;
3668
+// aWindowConstraints.weighty = 1;
3669
+// bigThree.add(scenePanel, aWindowConstraints);
3670
+// aWindowConstraints.weightx = 1;
3671
+// aWindowConstraints.gridwidth = 3;
3672
+// // aConstraints.gridheight = 3;
3673
+// aWindowConstraints.gridx = 1;
3674
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3675
+// //bigThree.add(cameraPanel, aWindowConstraints);
3676
+// aWindowConstraints.weightx = 0;
3677
+// aWindowConstraints.gridx = 4;
3678
+// aWindowConstraints.gridwidth = 1;
3679
+// // aWindowConstraints.gridheight = 3;
3680
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3681
+// //bigThree.add(XYZPanel, aWindowConstraints);
3682
+// bigThree.validate();
3683
+// scenePanel.setVisible(true);
3684
+// centralPanel.setVisible(false);
3685
+// XYZPanel.setVisible(false);
3686
+ bigThree.ClearUI();
3687
+ bigThree.add(scenePanel);
3688
+ bigThree.FlushUI();
3689
+
3690
+ cameraView.requestFocusInWindow();
27753691 } else
2776
- if (event.getSource() == sixButton)
3692
+ if (source == sixButton)
27773693 {
27783694 radio.layout = sixButton;
2779
- bigThree.remove(scenePanel);
2780
- bigThree.remove(centralPanel);
2781
- bigThree.remove(XYZPanel);
2782
- aWindowConstraints.gridx = 0;
2783
- aWindowConstraints.gridy = 0;
2784
- aWindowConstraints.gridwidth = 1;
2785
- // aConstraints.gridheight = 3;
2786
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2787
- aWindowConstraints.weightx = 0;
2788
- aWindowConstraints.weighty = 1;
2789
- bigThree.add(scenePanel, aWindowConstraints);
2790
- aWindowConstraints.weightx = 1;
2791
- aWindowConstraints.gridwidth = 3;
2792
- // aWindowConstraints.gridheight = 3;
2793
- aWindowConstraints.gridx = 1;
2794
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2795
- bigThree.add(centralPanel, aWindowConstraints);
2796
- aWindowConstraints.weightx = 0;
2797
- aWindowConstraints.gridx = 4;
2798
- aWindowConstraints.gridwidth = 1;
2799
- // aWindowConstraints.gridheight = 3;
2800
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2801
- //bigThree.add(XYZPanel, aConstraints);
2802
- bigThree.revalidate();
3695
+
3696
+ if (CameraPane.FULLSCREEN)
3697
+ fullscreenLayout = radio.layout;
3698
+
3699
+// bigThree.remove(scenePanel);
3700
+// bigThree.remove(centralPanel);
3701
+// bigThree.remove(XYZPanel);
3702
+// aWindowConstraints.gridx = 0;
3703
+// aWindowConstraints.gridy = 0;
3704
+// aWindowConstraints.gridwidth = 1;
3705
+// // aConstraints.gridheight = 3;
3706
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3707
+// aWindowConstraints.weightx = 0;
3708
+// aWindowConstraints.weighty = 1;
3709
+// bigThree.add(scenePanel, aWindowConstraints);
3710
+// aWindowConstraints.weightx = 1;
3711
+// aWindowConstraints.gridwidth = 3;
3712
+// // aWindowConstraints.gridheight = 3;
3713
+// aWindowConstraints.gridx = 1;
3714
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3715
+// bigThree.add(centralPanel, aWindowConstraints);
3716
+// aWindowConstraints.weightx = 0;
3717
+// aWindowConstraints.gridx = 4;
3718
+// aWindowConstraints.gridwidth = 1;
3719
+// // aWindowConstraints.gridheight = 3;
3720
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3721
+// //bigThree.add(XYZPanel, aConstraints);
3722
+// bigThree.validate();
3723
+// scenePanel.setVisible(true);
3724
+// centralPanel.setVisible(true);
3725
+// XYZPanel.setVisible(false);
3726
+ bigThree.ClearUI();
3727
+ bigThree.add(centralPanel);
3728
+ bigThree.add(scenePanel);
3729
+ bigThree.FlushUI();
3730
+
3731
+ cameraView.requestFocusInWindow();
28033732 } else
2804
- if (event.getSource() == sevenButton)
3733
+ if (source == sevenButton)
28053734 {
28063735 radio.layout = sevenButton;
2807
- bigThree.remove(scenePanel);
2808
- bigThree.remove(centralPanel);
2809
- bigThree.remove(XYZPanel);
2810
- aWindowConstraints.gridx = 0;
2811
- aWindowConstraints.gridy = 0;
2812
- aWindowConstraints.gridwidth = 1;
2813
- // aWindowConstraints.gridheight = 3;
2814
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2815
- aWindowConstraints.weightx = 0;
2816
- aWindowConstraints.weighty = 1;
2817
- bigThree.add(scenePanel, aWindowConstraints);
2818
- aWindowConstraints.weightx = 1;
2819
- aWindowConstraints.gridwidth = 3;
2820
- // aWindowConstraints.gridheight = 3;
2821
- aWindowConstraints.gridx = 1;
2822
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2823
- bigThree.add(centralPanel, aWindowConstraints);
2824
- aWindowConstraints.weightx = 0;
2825
- aWindowConstraints.gridx = 4;
2826
- aWindowConstraints.gridwidth = 1;
2827
- // aConstraints.gridheight = 3;
2828
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2829
- bigThree.add(XYZPanel, aWindowConstraints);
2830
- bigThree.revalidate();
3736
+
3737
+ if (CameraPane.FULLSCREEN)
3738
+ fullscreenLayout = radio.layout;
3739
+
3740
+// bigThree.remove(scenePanel);
3741
+// bigThree.remove(centralPanel);
3742
+// bigThree.remove(XYZPanel);
3743
+// aWindowConstraints.gridx = 0;
3744
+// aWindowConstraints.gridy = 0;
3745
+// aWindowConstraints.gridwidth = 1;
3746
+// // aWindowConstraints.gridheight = 3;
3747
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3748
+// aWindowConstraints.weightx = 0;
3749
+// aWindowConstraints.weighty = 1;
3750
+// bigThree.add(scenePanel, aWindowConstraints);
3751
+// aWindowConstraints.weightx = 1;
3752
+// aWindowConstraints.gridwidth = 3;
3753
+// // aWindowConstraints.gridheight = 3;
3754
+// aWindowConstraints.gridx = 1;
3755
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3756
+// bigThree.add(centralPanel, aWindowConstraints);
3757
+// aWindowConstraints.weightx = 0;
3758
+// aWindowConstraints.gridx = 4;
3759
+// aWindowConstraints.gridwidth = 1;
3760
+// // aConstraints.gridheight = 3;
3761
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3762
+// bigThree.add(XYZPanel, aWindowConstraints);
3763
+// bigThree.validate();
3764
+// scenePanel.setVisible(true);
3765
+// centralPanel.setVisible(true);
3766
+// XYZPanel.setVisible(true);
3767
+ bigThree.ClearUI();
3768
+ bigThree.add(scenePanel);
3769
+ bigThree.add(centralPanel);
3770
+ bigThree.add(XYZPanel);
3771
+ bigThree.FlushUI();
3772
+
3773
+ cameraView.requestFocusInWindow();
28313774 } else
2832
- if (event.getSource() == rootButton)
3775
+ if (source == rootButton)
28333776 {
28343777 Object3D obj;
28353778 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2839,66 +3782,85 @@
28393782 EditObject(obj);
28403783 }
28413784
3785
+ cameraView.requestFocusInWindow();
28423786 refreshContents(true);
28433787 } else
2844
- if (event.getSource() == closeButton)
3788
+ if (source == closeButton)
28453789 {
28463790 //System.out.println("CLOSE: " + buttonGroup.getSelection());
28473791 cRadio ab;
28483792 for (Enumeration e = buttonGroup.getElements(); e.hasMoreElements();)
28493793 {
28503794 ab = (cRadio)e.nextElement();
2851
- if(ab.getModel().isSelected() && ab.GetObject() != client)
3795
+ if (ab.getModel().isSelected() && ab.GetObject() != client)
28523796 {
3797
+ // Patch to avoid bug with transparency.
3798
+ if (!ab.hadMaterial)
3799
+ {
3800
+ ab.object.material = null;
3801
+ }
3802
+
28533803 buttonGroup.remove(ab);
28543804 radioPanel.remove(ab);
28553805
2856
- ab.GetObject().editWindow = null;
3806
+ //ab.GetObject().editWindow = null;
3807
+ ab.GetObject().manipWindow = null;
28573808 // ab.GetObject().objectUI = null; // ?????????
28583809
28593810 ((cRadio)radioPanel.getComponent(radioPanel.getComponentCount() - 1)).doClick();
28603811 break;
28613812 }
28623813 }
3814
+
3815
+ cameraView.requestFocusInWindow();
28633816 refreshContents(true);
28643817 } else
2865
- if (event.getSource() == editItem || event.getSource() == editButton)
3818
+ if (source == editItem || source == editButton)
28663819 {
3820
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3821
+ {
3822
+ Object3D child = (Object3D)e.nextElement();
3823
+ child.pinned = true;
3824
+ }
3825
+
28673826 EditSelection(false);
28683827 } else
2869
- if (event.getSource() == uneditButton)
3828
+ if (source == uneditButton)
28703829 {
28713830 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
28723831 {
28733832 Object3D child = (Object3D)e.nextElement();
28743833 if(child.editWindow != null)
2875
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
3834
+ child.pinned = false;
28763835 child.CloseUI();
28773836 listUI.remove(child);
3837
+// objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
28783838
2879
- child.editWindow = null; // ???????????
3839
+ //child.editWindow = null; // ???????????
28803840 }
2881
- objEditor.ctrlPanel.revalidate();
3841
+ objEditor.ctrlPanel.FlushUI();
28823842 //objEditor.jTree.clearSelection();
28833843 //objEditor.ResetSliders();
28843844 refreshContents(true);
28853845 } else
2886
- if (event.getSource() == clearPanelButton)
3846
+ if (source == clearPanelButton)
28873847 {
28883848 assert(copy == group);
28893849 //copy.ClearUI();
28903850 for (Object3D obj : listUI)
28913851 {
3852
+ obj.pinned = false;
28923853 obj.CloseUI();
28933854 }
28943855 listUI.clear();
3856
+ SetPinStates(group.selection.size() > 0);
28953857 refreshContents(true);
28963858 } else
2897
- if (event.getSource() == allParamsButton)
3859
+ if (source == allParamsButton)
28983860 {
28993861 assert(copy == group);
29003862
2901
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
3863
+ //objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
29023864
29033865 for (Object3D obj : listUI)
29043866 {
....@@ -2915,19 +3877,19 @@
29153877
29163878 refreshContents(true);
29173879 } else
2918
- if (event.getSource() == unselectButton)
3880
+ if (source == unselectButton)
29193881 {
29203882 objEditor.jTree.clearSelection();
29213883 // ?? oct 2012 GrafreeD.clipboard.clear();
29223884 objEditor.ResetSliders();
29233885 refreshContents(true);
29243886 } else
2925
- if(event.getSource() instanceof cRadio)
3887
+ if(source instanceof cRadio)
29263888 {
29273889 group.parent = keepparent;
29283890 group.attributes = 0;
29293891 //group.editWindow = null;
2930
- /*cRadio*/ radio = (cRadio)event.getSource();
3892
+ /*cRadio*/ radio = (cRadio)source;
29313893 Object3D obj = radio.GetObject();
29323894 System.out.println("Edit " + obj);
29333895 if (true) // obj instanceof Composite) // obj.parent == null) // obj instanceof Composite)
....@@ -2947,6 +3909,9 @@
29473909 }
29483910
29493911 copy = group;
3912
+
3913
+ SetUndoStates();
3914
+
29503915 //Globals.theRenderer.object = group;
29513916 if(!useclient)
29523917 {
....@@ -2962,20 +3927,49 @@
29623927 frontView.object = group;
29633928 sideView.object = group;
29643929 }
2965
- group.editWindow = this;
3930
+
3931
+// fix "+" issue
3932
+ //group.editWindow = this;
3933
+ group.manipWindow = this;
3934
+
29663935 /*
29673936 currentLayout = radio.layout;
29683937 if (currentLayout == null)
29693938 currentLayout = sevenButton;
29703939 */
29713940 radio.layout.doClick();
3941
+
3942
+ ClearUnpinned();
3943
+
3944
+ //Grafreed.Assert(group != null);
3945
+ //Grafreed.Assert(group.selection != null);
3946
+ SetPinStates(group.selection == null || group.selection.size() > 0);
3947
+ if (group.selection == null || group.selection.size() == 1)
3948
+ EditSelection(false);
29723949 keepparent = group.parent;
29733950 // PARENT = NULL or not???
29743951 //group.parent = null; // ROOT
29753952 //group.attributes = -1;
29763953 ResetModel();
3954
+
3955
+ cameraView.requestFocusInWindow();
29773956 refreshContents(true);
2978
- }
3957
+ } else if (event.getSource() == editCameraItem)
3958
+ {
3959
+ cameraView.ProtectCamera();
3960
+ cameraView.requestFocusInWindow();
3961
+ cameraView.repaint();
3962
+ return;
3963
+ } else if (event.getSource() == restoreCameraItem || event.getSource() == restoreCameraButton)
3964
+ {
3965
+ cameraView.RevertCamera();
3966
+ cameraView.requestFocusInWindow();
3967
+ cameraView.repaint();
3968
+ return;
3969
+ // } else if (event.getSource() == textureButton)
3970
+ // {
3971
+ // return; // true;
3972
+ }
29793973 else
29803974 {
29813975 //return super.action(event, arg);
....@@ -2984,7 +3978,6 @@
29843978 }
29853979
29863980 boolean useclient = false;
2987
- cRadio radio;
29883981
29893982 void ToggleRoot()
29903983 {
....@@ -3036,6 +4029,28 @@
30364029 refreshContents();
30374030 }
30384031
4032
+ void TransformChildren()
4033
+ {
4034
+ Object3D obj;
4035
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
4036
+ {
4037
+ obj = (Object3D)e.nextElement();
4038
+ obj.KeepTextureMatrices();
4039
+ obj.TransformChildren();
4040
+ obj.RestoreTextureMatrices();
4041
+
4042
+// if (obj.parent == null)
4043
+// {
4044
+// System.out.println("NULL PARENT!");
4045
+// new Exception().printStackTrace();
4046
+// }
4047
+// else
4048
+// TouchTransform(obj);
4049
+// //obj.parent.Touch();
4050
+ }
4051
+
4052
+ refreshContents();
4053
+ }
30394054
30404055 void ResetTransform()
30414056 {
....@@ -3148,7 +4163,7 @@
31484163 refreshContents();
31494164 }
31504165
3151
- void ResetCentroid()
4166
+ void ResetCentroid(boolean full)
31524167 {
31534168 Object3D obj;
31544169 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -3163,12 +4178,16 @@
31634178 LA.matIdentity(Object3D.mat);
31644179 obj.getBounds(minima, maxima, false);
31654180 Object3D.mat[3][0] = -(minima.x + maxima.x)/2;
3166
- Object3D.mat[3][1] = -(minima.y + maxima.y)/2;
4181
+ if (full)
4182
+ Object3D.mat[3][1] = -(minima.y + maxima.y)/2;
31674183 Object3D.mat[3][2] = -(minima.z + maxima.z)/2;
31684184 obj.TransformMesh(Object3D.mat);
4185
+
31694186 Object3D.mat[3][0] = (minima.x + maxima.x)/2;
3170
- Object3D.mat[3][1] = (minima.y + maxima.y)/2;
4187
+ if (full)
4188
+ Object3D.mat[3][1] = (minima.y + maxima.y)/2;
31714189 Object3D.mat[3][2] = (minima.z + maxima.z)/2;
4190
+
31724191 LA.matConcat(Object3D.mat, obj.toParent, obj.toParent);
31734192 //Object3D.mat[3][0] = -Object3D.mat[3][0];
31744193 //Object3D.mat[3][1] = -Object3D.mat[3][1];
....@@ -3197,7 +4216,8 @@
31974216
31984217 int size = obj.MemorySize();
31994218
3200
- System.err.println((size/1024) + " KB is the size of " + obj);
4219
+ //System.err.println((size/1024) + " KB is the size of " + obj);
4220
+ System.err.println("the size of " + obj + " is " + size + " (" + (size/1024) + "KB)");
32014221 }
32024222 }
32034223 catch (Exception e)
....@@ -3234,9 +4254,9 @@
32344254 obj = (Object3D)e.nextElement();
32354255
32364256 System.out.println("Object is: " + obj);
3237
- GrafreeD.AnalyzeObject(obj);
4257
+ Grafreed.AnalyzeObject(obj);
32384258 System.out.println("Boundary rep: " + obj.bRep);
3239
- GrafreeD.AnalyzeObject(obj.bRep);
4259
+ Grafreed.AnalyzeObject(obj.bRep);
32404260
32414261 // System.err.println((size/1024) + " KB is the size of " + obj);
32424262 }
....@@ -3278,6 +4298,13 @@
32784298 void GenNormals(boolean crease)
32794299 {
32804300 group.GenNormalsS(crease);
4301
+
4302
+ refreshContents();
4303
+ }
4304
+
4305
+ void GenNormalsMESH()
4306
+ {
4307
+ group.GenNormalsMeshS();
32814308
32824309 refreshContents();
32834310 }
....@@ -3450,8 +4477,8 @@
34504477
34514478 void ParseVertices()
34524479 {
3453
- boolean epsequal = GrafreeD.epsequal;
3454
- GrafreeD.epsequal = true;
4480
+ boolean epsequal = Grafreed.epsequal;
4481
+ Grafreed.epsequal = true;
34554482
34564483 for (int i=0; i<group.selection.size(); i++)
34574484 {
....@@ -3476,7 +4503,7 @@
34764503 LA.matTranslate(g.toParent, temp.x, temp.y, temp.z);
34774504 LA.matTranslate(g.fromParent, -temp.x, -temp.y, -temp.z);
34784505
3479
- g.add(GrafreeD.clipboard);
4506
+ g.add(Grafreed.clipboard);
34804507
34814508 buffer.add(g);
34824509 }
....@@ -3491,7 +4518,7 @@
34914518 makeSomething(buffer, i==group.selection.size()-1);
34924519 }
34934520
3494
- GrafreeD.epsequal = epsequal;
4521
+ Grafreed.epsequal = epsequal;
34954522
34964523 refreshContents();
34974524 }
....@@ -3509,7 +4536,16 @@
35094536 String pigment = Object3D.GetPigment(tex);
35104537 //String bump = Object3D.GetBump(tex);
35114538
3512
- com.sun.opengl.util.texture.TextureData texturedata = Globals.theRenderer.GetTextureData(pigment, false, node.texres);
4539
+ com.sun.opengl.util.texture.TextureData texturedata = null;
4540
+
4541
+ try
4542
+ {
4543
+ texturedata = Globals.theRenderer.GetTextureData(tex, false, node.texres);
4544
+ }
4545
+ catch (Exception e)
4546
+ {
4547
+ System.err.println("FAIL: " + node);
4548
+ }
35134549
35144550 double s = v.s;
35154551
....@@ -3597,11 +4633,11 @@
35974633
35984634 SwitchNode sn = new SwitchNode(poses, Object3D.GEOMETRY);
35994635
3600
- boolean random = CameraPane.RANDOM;
3601
- CameraPane.RANDOM = false; // parse all random nodes
4636
+ boolean random = CameraPane.SWITCH;
4637
+ CameraPane.SWITCH = false; // parse all random nodes
36024638 lowres.linkVerticesThis(null);
36034639 lowres.linkVerticesThis(sn);
3604
- CameraPane.RANDOM = random;
4640
+ CameraPane.SWITCH = random;
36054641
36064642 System.err.flush();
36074643
....@@ -3641,7 +4677,7 @@
36414677 return;
36424678
36434679 Object3D poses = group.selection.get(0);
3644
- Object3D ref = GrafreeD.clipboard.get(0);
4680
+ Object3D ref = Grafreed.clipboard.get(0);
36454681
36464682 Object3D newgroup = new Object3D("Po:" + poses.name);
36474683
....@@ -3835,9 +4871,9 @@
38354871
38364872 void ClipMesh()
38374873 {
3838
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
4874
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
38394875 {
3840
- Object3D content = GrafreeD.clipboard.get(0);
4876
+ Object3D content = Grafreed.clipboard.get(0);
38414877
38424878 if (content instanceof cGroup && ((cGroup)content).transientlink )
38434879 content = ((cGroup)content).get(0);
....@@ -3846,7 +4882,7 @@
38464882 // {
38474883 // group.selection.get(i).ClipMesh(GrafreeD.clipboard);
38484884 // }
3849
- group.selection.ClipMesh(GrafreeD.clipboard);
4885
+ group.selection.ClipMesh(Grafreed.clipboard);
38504886 }
38514887 // group.selection.ClipMesh(GrafreeD.clipboard);
38524888 System.out.println("DONE.");
....@@ -3893,6 +4929,18 @@
38934929 void MarkLeaves(boolean hide)
38944930 {
38954931 group.selection.MarkLeaves(hide);
4932
+ refreshContents();
4933
+ }
4934
+
4935
+ void RewindLeaves(boolean hide)
4936
+ {
4937
+ group.selection.RewindLeaves(hide);
4938
+ refreshContents();
4939
+ }
4940
+
4941
+ void RandomLeaves(boolean hide)
4942
+ {
4943
+ group.selection.RandomLeaves(hide);
38964944 refreshContents();
38974945 }
38984946
....@@ -3967,28 +5015,25 @@
39675015 // }
39685016 // }
39695017
3970
- static boolean allparams = true;
3971
-
3972
- static Vector<Object3D> listUI = new Vector<Object3D>();
3973
-
39745018 void EditSelection(boolean newWindow)
39755019 {
5020
+ if (group.selection == null)
5021
+ {
5022
+ EditElement(group, newWindow); // ? new
5023
+ return;
5024
+ }
5025
+
39765026 // aConstraints.gridy = 0;
39775027 for (int i=0; i<group.selection.size(); i++)
39785028 {
39795029 //System.out.println("edit : " + objectPanel.indexOfTab("Material"));
39805030 //objectPanel.setEnabledAt(objectPanel.indexOfTab("Material"), false);
3981
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
5031
+ //objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
39825032
39835033 Object3D elem = (Object3D)group.selection.elementAt(i);
3984
- if(elem != group)
5034
+ if(elem != group || !newWindow)
39855035 {
3986
- // if (!(elem instanceof Composite))
3987
- // newWindow = false;
3988
- listUI.add(elem);
3989
- elem.openEditWindow(this, newWindow); //, false);
3990
- System.out.println("edit : " + elem);
3991
- elem.editWindow.refreshContents(true); // ? new
5036
+ EditElement(elem, newWindow); // ? new
39925037 }
39935038 }
39945039 }
....@@ -4051,9 +5096,7 @@
40515096
40525097 freezemodel = false;
40535098 }
4054
-
4055
- boolean flashIt = true;
4056
-
5099
+
40575100 public void valueChanged(TreeSelectionEvent e)
40585101 //public boolean handleEvent(Event event)
40595102 {
....@@ -4063,7 +5106,8 @@
40635106 //new Exception().printStackTrace();
40645107
40655108 freezemodel = true;
4066
-
5109
+ ClearUnpinned();
5110
+
40675111 /**/
40685112 //switch (event.id)
40695113 {
....@@ -4071,7 +5115,6 @@
40715115 //case 702: // Event.LIST_DESELECT
40725116 group.deselectAll();
40735117 TreePath tps[] = objEditor.jTree.getSelectionPaths();
4074
- objEditor.ClearInfo(); // .GetMaterial());
40755118 if (tps != null)
40765119 {
40775120 for (int i=0; i < tps.length; i++)
....@@ -4080,33 +5123,39 @@
40805123
40815124 //if (child.parent != null)
40825125 //child.parent.addSelectee(child);
5126
+ objEditor.SetMaterial(child);
40835127 group.addSelectee(child);
4084
- objEditor.SetMaterial(child); // .GetMaterial());
4085
- objEditor.AddInfo(child, this, true); // .GetMaterial());
4086
- System.err.println("info : " + child.GetPath());
40875128 }
40885129 }
4089
- else
4090
- {
4091
- objEditor.SetMaterial(group); // .GetMaterial());
4092
- objEditor.AddInfo(group, this, true); // .GetMaterial());
4093
- System.err.println("info : " + group.GetPath());
4094
- }
5130
+// else
5131
+// {
5132
+// objEditor.SetMaterial(group); // .GetMaterial());
5133
+// objEditor.AddInfo(group, this, true); // .GetMaterial());
5134
+// System.err.println("info : " + group.GetPath());
5135
+// }
40955136
4096
- objEditor.SetText(); // jan 2014
4097
-
4098
- if (flashIt && !Globals.isLIVE() && tps != null && tps.length > 0 && !(((Object3D) tps[0].getLastPathComponent()) instanceof Camera))
5137
+ if (flashIt && !Globals.isLIVE() && tps != null && tps.length > 0 && !(tps[0].getLastPathComponent() instanceof Camera))
40995138 CameraPane.flash = true;
41005139
4101
- if (tps != null && tps.length > 0 && ((Object3D) tps[0].getLastPathComponent()) instanceof Camera)
5140
+ if (tps != null && tps.length > 0 && tps[0].getLastPathComponent() instanceof Camera)
41025141 // a camera
41035142 {
4104
- CameraPane.camerachangeframe = 0; // don't refuse it
4105
- Globals.theRenderer.SetCamera((Camera) tps[0].getLastPathComponent());
5143
+ if (tps[0].getLastPathComponent() != Globals.theRenderer.LightCamera()) // Crash the camera because of invalid lightspace
5144
+ {
5145
+ CameraPane.camerachangeframe = 0; // don't refuse it
5146
+ Globals.theRenderer.SetCamera((Camera) tps[0].getLastPathComponent());
5147
+ }
41065148 // Globals.theRenderer.renderCamera = Globals.theRenderer.manipCamera;
41075149 // Globals.theRenderer.eyeCamera = Globals.theRenderer.manipCamera;
41085150 }
41095151
5152
+ if (tps != null && tps.length == 1)
5153
+ {
5154
+ EditSelection(false);
5155
+ }
5156
+
5157
+ SetPinStates(tps != null && tps.length > 0);
5158
+
41105159 refreshContents();
41115160 //return true;
41125161 }
....@@ -4115,6 +5164,37 @@
41155164
41165165 freezemodel = false;
41175166 }
5167
+
5168
+ void SetPinStates(boolean enabled)
5169
+ {
5170
+ editButton.setEnabled(enabled);
5171
+ uneditButton.setEnabled(enabled);
5172
+ unselectButton.setEnabled(enabled);
5173
+ flashSelectionButton.setEnabled(enabled);
5174
+
5175
+ clearPanelButton.setEnabled(!listUI.isEmpty());
5176
+ }
5177
+
5178
+ void refreshContents(boolean cp)
5179
+ {
5180
+ if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
5181
+ if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING)
5182
+ {
5183
+ objEditor.ClearInfo(); // .GetMaterial());
5184
+
5185
+ for (int i=0; i < group.selection.Size(); i++)
5186
+ {
5187
+ Object3D child = (Object3D) group.selection.get(i);
5188
+
5189
+ objEditor.AddInfo(child, this, true);
5190
+ System.err.println("info : " + child.GetPath());
5191
+ }
5192
+
5193
+ objEditor.SetText(); // jan 2014
5194
+ }
5195
+
5196
+ super.refreshContents(cp);
5197
+ }
41185198
41195199 void linkSomething(Object3D thing)
41205200 {
....@@ -4186,16 +5266,19 @@
41865266 {
41875267 if (group.selection.isEmpty())
41885268 return;
4189
- GrafreeD.clipboardIsTempGroup = false;
5269
+
5270
+ Grafreed.clipboardIsTempGroup = false;
41905271 Composite tGroup = null;
41915272 if (group.selection.size() > 0) // 1)
41925273 {
41935274 tGroup = new cGroup();
4194
- GrafreeD.clipboardIsTempGroup = true;
5275
+ Grafreed.clipboardIsTempGroup = true;
41955276 }
41965277
41975278 if (cut)
41985279 {
5280
+// if (Globals.SAVEONMAKE) // Moved to the clipboard, no need to save.
5281
+// Save();
41995282 //int indices[] = jList.getSelectedIndices();
42005283 //for (int i = indices.length - 1; i >= 0; i--)
42015284 //jList.remove(indices[i]);
....@@ -4231,16 +5314,16 @@
42315314 //System.out.println("cut " + child);
42325315 //System.out.println("parent = " + child.parent);
42335316 // tmp.addChild(child);
4234
- if (GrafreeD.clipboardIsTempGroup)
5317
+ if (Grafreed.clipboardIsTempGroup)
42355318 tGroup.add/*Child*/(tmp);
42365319 else
4237
- GrafreeD.clipboard = tmp;
5320
+ Grafreed.clipboard = tmp;
42385321 }
42395322 else
4240
- if (GrafreeD.clipboardIsTempGroup)
5323
+ if (Grafreed.clipboardIsTempGroup)
42415324 tGroup.add/*Child*/(child);
42425325 else
4243
- GrafreeD.clipboard = child;
5326
+ Grafreed.clipboard = child;
42445327 }
42455328
42465329 //ResetModel();
....@@ -4272,21 +5355,23 @@
42725355 //System.out.println("cut " + elem);
42735356 //System.out.println("parent = " + elem.parent);
42745357 // tmp.addChild(elem);
4275
- if (GrafreeD.clipboardIsTempGroup)
5358
+ if (Grafreed.clipboardIsTempGroup)
42765359 tGroup.add/*Child*/(tmp);
42775360 else
4278
- GrafreeD.clipboard = tmp;
5361
+ Grafreed.clipboard = tmp;
42795362 }
42805363 else
4281
- if (GrafreeD.clipboardIsTempGroup)
5364
+ if (Grafreed.clipboardIsTempGroup)
42825365 tGroup.add/*Child*/(child);
42835366 else
4284
- GrafreeD.clipboard = child;
5367
+ Grafreed.clipboard = child;
42855368 }
42865369
42875370 }
4288
- if (GrafreeD.clipboardIsTempGroup)
4289
- GrafreeD.clipboard = tGroup;
5371
+
5372
+ if (Grafreed.clipboardIsTempGroup)
5373
+ Grafreed.clipboard = tGroup;
5374
+
42905375 if (cut)
42915376 {
42925377 ResetModel();
....@@ -4296,11 +5381,15 @@
42965381
42975382 void paste(boolean expand)
42985383 {
5384
+ if (Globals.REPLACEONMAKE)
5385
+ Save();
5386
+ boolean keep = Globals.REPLACEONMAKE;
5387
+ Globals.REPLACEONMAKE = false;
42995388 // if (GrafreeD.clipboard == null)
43005389 // return;
43015390 boolean first = true;
43025391
4303
- if (GrafreeD.clipboardIsTempGroup)
5392
+ if (Grafreed.clipboardIsTempGroup)
43045393 {
43055394 Composite temp;
43065395
....@@ -4311,7 +5400,7 @@
43115400 temp = (Composite)Applet3D.clipboard.deepCopy();
43125401 */
43135402 Object3D elem;
4314
- for (Enumeration e = /*temp.children*/GrafreeD.clipboard.elements(); e.hasMoreElements();) // objList.add(copy.name))
5403
+ for (Enumeration e = /*temp.children*/Grafreed.clipboard.elements(); e.hasMoreElements();) // objList.add(copy.name))
43155404 {
43165405 Object3D child = (Object3D)e.nextElement();
43175406
....@@ -4345,21 +5434,22 @@
43455434 //Object3D cb = Applet3D.clipboard;
43465435 //temp.addChild(cb);
43475436 //makeSomething((expand?temp.copyExpand():temp.deepCopy()).get(0));
4348
- assert(GrafreeD.clipboard.parent == null);
4349
- Object3D /*Composite*/ keepparent = GrafreeD.clipboard.get(0).parent;
4350
- GrafreeD.clipboard.get(0).parent = null; // Avoid copy?
4351
- if (LA.isIdentity(GrafreeD.clipboard.toParent))
4352
- makeSomething(expand?GrafreeD.clipboard.get(0).copyExpand():GrafreeD.clipboard.get(0).deepCopy());
5437
+ assert(Grafreed.clipboard.parent == null);
5438
+ Object3D /*Composite*/ keepparent = Grafreed.clipboard.get(0).parent;
5439
+ Grafreed.clipboard.get(0).parent = null; // Avoid copy?
5440
+ if (LA.isIdentity(Grafreed.clipboard.toParent))
5441
+ makeSomething(expand?Grafreed.clipboard.get(0).copyExpand():Grafreed.clipboard.get(0).deepCopy());
43535442 else
4354
- makeSomething(expand?GrafreeD.clipboard.copyExpand():GrafreeD.clipboard.deepCopy());
4355
- GrafreeD.clipboard.get(0).parent = keepparent;
5443
+ makeSomething(expand?Grafreed.clipboard.copyExpand():Grafreed.clipboard.deepCopy());
5444
+ Grafreed.clipboard.get(0).parent = keepparent;
43565445 }
43575446
5447
+ Globals.REPLACEONMAKE = keep;
43585448 ResetModel();
43595449 refreshContents();
43605450 }
43615451
4362
- void pasteInto(boolean copyit)
5452
+ void pasteInto(boolean copyit, boolean clone)
43635453 {
43645454 // if (GrafreeD.clipboard == null)
43655455 // return;
....@@ -4388,15 +5478,22 @@
43885478 if (copyit)
43895479 {
43905480 // paste(false);
4391
- CloneClipboard(false); // sept 2014
5481
+ if (clone)
5482
+ {
5483
+ CloneClipboard(false); // sept 2014
5484
+ }
5485
+ else
5486
+ {
5487
+ paste(false);
5488
+ }
43925489 }
43935490 else
43945491 {
43955492 boolean first = true;
43965493
4397
- if (GrafreeD.clipboardIsTempGroup)
5494
+ if (Grafreed.clipboardIsTempGroup)
43985495 {
4399
- Composite temp = (Composite)GrafreeD.clipboard;
5496
+ Composite temp = (Composite)Grafreed.clipboard;
44005497 Object3D copy;
44015498 for (Enumeration e = temp.children.elements(); e.hasMoreElements();)
44025499 {
....@@ -4406,7 +5503,7 @@
44065503 }
44075504 } else
44085505 {
4409
- linkSomething(GrafreeD.clipboard); //.get(0));
5506
+ linkSomething(Grafreed.clipboard); //.get(0));
44105507 }
44115508 }
44125509 }
....@@ -4483,6 +5580,10 @@
44835580
44845581 void group(Object3D csg, boolean grab)
44855582 {
5583
+ if (Globals.REPLACEONMAKE)
5584
+ Save();
5585
+ boolean keep = Globals.REPLACEONMAKE;
5586
+ Globals.REPLACEONMAKE = false;
44865587 if (//false) // why??
44875588 !group.selection.isEmpty())
44885589 {
....@@ -4596,10 +5697,15 @@
45965697 //node.add(csg);
45975698 //makeSomething(node);
45985699 makeSomething(csg);
5700
+ Globals.REPLACEONMAKE = keep;
45995701 }
46005702
46015703 void Ungroup(Object3D g)
46025704 {
5705
+ if (Globals.REPLACEONMAKE)
5706
+ Save();
5707
+ boolean keep = Globals.REPLACEONMAKE;
5708
+ Globals.REPLACEONMAKE = false;
46035709 if (g instanceof HiddenObject)
46045710 {
46055711 HiddenObject h = (HiddenObject) g;
....@@ -4616,6 +5722,7 @@
46165722 objEditor.makeSomething(g.get(i), false);
46175723 }
46185724 }
5725
+ Globals.REPLACEONMAKE = keep;
46195726 }
46205727
46215728 void ungroup()
....@@ -4811,21 +5918,6 @@
48115918 }
48125919 */
48135920
4814
- void ImportGFD()
4815
- {
4816
- FileDialog browser = new FileDialog(objEditor.frame, "Import GrafreeD", FileDialog.LOAD);
4817
- browser.show();
4818
- String filename = browser.getFile();
4819
- if (filename != null && filename.length() > 0)
4820
- {
4821
- String fullname = browser.getDirectory() + filename;
4822
-
4823
- //Object3D readobj =
4824
- objEditor.ReadGFD(fullname, objEditor);
4825
- //makeSomething(readobj);
4826
- }
4827
- }
4828
-
48295921 /*
48305922 public void Callback(Object obj)
48315923 {
....@@ -4849,26 +5941,9 @@
48495941 }
48505942 */
48515943
4852
- void ImportVRMLX3D()
4853
- {
4854
- if (GrafreeD.standAlone)
4855
- {
4856
- /**/
4857
- FileDialog browser = new FileDialog(objEditor.frame, "Import VRML/X3D", FileDialog.LOAD);
4858
- browser.show();
4859
- String filename = browser.getFile();
4860
- if (filename != null && filename.length() > 0)
4861
- {
4862
- String fullname = browser.getDirectory() + filename;
4863
- LoadVRMLX3D(fullname);
4864
- }
4865
- /**/
4866
- }
4867
- }
4868
-
48695944 String GetFile(String dialogName)
48705945 {
4871
- if (GrafreeD.standAlone)
5946
+ if (Grafreed.standAlone)
48725947 {
48735948 FileDialog browser = new FileDialog(objEditor.frame, dialogName, FileDialog.LOAD);
48745949 browser.show();
....@@ -4932,10 +6007,48 @@
49326007 cButton flashSelectionButton;
49336008 cButton editButton;
49346009 cButton uneditButton;
6010
+ JCheckBox allParamsButton;
49356011 cButton clearpanelButton;
4936
- cButton allParamsButton;
49376012 cButton unselectButton;
49386013
6014
+ cButton restoreCameraButton;
6015
+
6016
+ cButton oneStepButton;
6017
+
6018
+ cButton groupButton;
6019
+ cButton ungroupButton;
6020
+ cButton compositeButton;
6021
+ cButton switchButton;
6022
+ cButton loopButton;
6023
+ cButton textureButton;
6024
+
6025
+ cButton skybox1Button;
6026
+ cButton skybox2Button;
6027
+ cButton skybox3Button;
6028
+ cButton skybox4Button;
6029
+ cButton skybox5Button;
6030
+ cButton skybox6Button;
6031
+ cButton skybox7Button;
6032
+
6033
+ cButton skybox11Button;
6034
+ cButton skybox12Button;
6035
+ cButton skybox13Button;
6036
+ cButton skybox14Button;
6037
+ cButton skybox15Button;
6038
+ cButton skybox16Button;
6039
+ cButton skybox17Button;
6040
+
6041
+ cButton gridButton;
6042
+ cButton boxButton;
6043
+ cButton sphereButton;
6044
+ cButton coneButton;
6045
+ cButton torusButton;
6046
+ cButton superButton;
6047
+ cButton kleinButton;
6048
+ cButton particlesButton;
6049
+ cButton overlayButton;
6050
+ cButton lightButton;
6051
+
49396052 cButton screenfitButton;
49406053 cButton screenfitpointButton;
49416054 cButton snapobjectButton;
....@@ -4947,14 +6060,6 @@
49476060
49486061 cButton setsupportButton;
49496062
4950
- cButton twoButton;
4951
- cButton sixButton;
4952
- cButton threeButton;
4953
- cButton sevenButton;
4954
- cButton fourButton; // full panel
4955
- cButton oneButton; // full XYZ
4956
- //cButton currentLayout;
4957
-
49586063 //
49596064 //Composite
49606065 Object3D // to do !!
....@@ -4964,9 +6069,11 @@
49646069 //JTree jTree;
49656070 private MenuItem lookAtItem;
49666071 private MenuItem lookFromItem;
4967
- private MenuItem switchItem;
6072
+ private MenuItem switchViewItem;
49686073 private MenuItem cutItem;
4969
- private MenuItem duplicateItem;
6074
+ private MenuItem undoItem;
6075
+ private MenuItem redoItem;
6076
+ private JMenuItem duplicateItem;
49706077 private MenuItem cloneItem;
49716078 private MenuItem cloneSupportItem;
49726079 private MenuItem overwriteGeoItem;
....@@ -4979,7 +6086,7 @@
49796086 private MenuItem linkverticesItem;
49806087 private MenuItem relinkverticesItem;
49816088 private MenuItem setMasterItem;
4982
- private MenuItem resetMeshItem;
6089
+ private MenuItem resetAllItem;
49836090 private MenuItem stepAllItem;
49846091 private MenuItem revertMeshItem;
49856092 private MenuItem poseMeshItem;
....@@ -4990,10 +6097,11 @@
49906097 private MenuItem mergeGeometriesItem;
49916098 private MenuItem copyItem;
49926099 private MenuItem pasteItem;
6100
+ private MenuItem pasteIntoItem;
49936101 private MenuItem pasteLinkItem;
49946102 private MenuItem pasteCloneItem;
49956103 private MenuItem pasteExpandItem;
4996
- private MenuItem clearItem;
6104
+ private MenuItem deleteItem;
49976105 private MenuItem clearAllItem;
49986106 private MenuItem genUVItem;
49996107 private MenuItem genNormalsMESHItem;
....@@ -5028,6 +6136,10 @@
50286136 private MenuItem showleavesItem;
50296137 private MenuItem markleavesItem;
50306138 private MenuItem unmarkleavesItem;
6139
+ private MenuItem rewindleavesItem;
6140
+ private MenuItem unrewindleavesItem;
6141
+ private MenuItem randomleavesItem;
6142
+ private MenuItem unrandomleavesItem;
50316143
50326144 private MenuItem flipVItem;
50336145 private MenuItem unflipVItem;
....@@ -5039,15 +6151,17 @@
50396151 private MenuItem panoTexturesItem;
50406152
50416153 private MenuItem resetCentroidItem;
5042
- private MenuItem transformgeometryItem;
6154
+ private MenuItem resetCentroidXZItem;
50436155 private MenuItem resetTransformItem;
6156
+ private MenuItem transformGeometryItem;
6157
+ private MenuItem transformChildrenItem;
50446158 private MenuItem hideItem;
50456159 private MenuItem grabItem;
50466160 private MenuItem backItem;
50476161 private MenuItem frontItem;
50486162 private MenuItem cameraItem;
50496163 private MenuItem compositeItem;
5050
- private MenuItem randomItem;
6164
+ private MenuItem switchItem;
50516165 private MenuItem physicsItem;
50526166 private MenuItem frameselectorItem;
50536167 private MenuItem scriptNodeItem;
....@@ -5071,6 +6185,8 @@
50716185 private MenuItem attachBumpItem;
50726186 private MenuItem detachBumpItem;
50736187 private MenuItem pigmentBumpItem;
6188
+ private MenuItem embedTexturesItem;
6189
+ private MenuItem deEmbedTexturesItem;
50746190
50756191 private MenuItem particleItem;
50766192 private MenuItem ragdollItem;
....@@ -5087,7 +6203,7 @@
50876203 private MenuItem blobItem;
50886204 private MenuItem latheItem;
50896205 private MenuItem bezierItem;
5090
- private MenuItem checkerItem;
6206
+ private MenuItem overlayItem;
50916207 private MenuItem meshItem;
50926208 // private MenuItem meshGroupItem;
50936209 private MenuItem springItem;
....@@ -5109,11 +6225,6 @@
51096225 private MenuItem doubleItem;
51106226 private MenuItem tripleItem;
51116227
5112
- private MenuItem importGFDItem;
5113
- private MenuItem importVRMLX3DItem;
5114
- private MenuItem import3DSItem;
5115
- private MenuItem importOBJItem;
5116
-
51176228 private MenuItem computeAOItem;
51186229 private MenuItem recompileItem;
51196230 private MenuItem editScriptItem;
....@@ -5123,4 +6234,8 @@
51236234 private MenuItem analyzeItem;
51246235 private MenuItem dumpItem;
51256236 //boolean freezemodel = false;
6237
+
6238
+ Menu cameraMenu;
6239
+ MenuItem editCameraItem;
6240
+ MenuItem restoreCameraItem;
51266241 }