Normand Briere
2019-07-30 7a77e39423398b7ad8bf7e80cf45fac6817000c2
GroupEditor.java
....@@ -12,6 +12,7 @@
1212 import com.jme.math.Vector3f;
1313 import com.jme.renderer.ColorRGBA;
1414
15
+import grafeme.ui.*;
1516 //import buoy.widget.BFileChooser;
1617
1718 class GroupEditor extends ObjEditor implements //iParse, //iCallBack,
....@@ -22,6 +23,302 @@
2223 DragGestureListener, DragSourceListener, DropTargetListener,
2324 ItemListener // ListSelectionListener
2425 {
26
+
27
+ public void AddSkyboxButton(String f, String s, cGridBag row)
28
+ {
29
+ cButton skyboxButton;
30
+ final String path = "cubemaps/" + f + "-skyboxes/" + s;
31
+ row.add(skyboxButton = GetButton(path + "/preview.jpg", !Grafreed.NIMBUSLAF));
32
+ //row.add(skyboxButton = GetButton(path + "/negx.jpg", !Grafreed.NIMBUSLAF));
33
+ skyboxButton.setToolTipText(s);
34
+ skyboxButton.addActionListener(new ActionListener()
35
+ {
36
+ @Override
37
+ public void actionPerformed(ActionEvent e)
38
+ {
39
+ ChangeSkybox(path);
40
+ }
41
+ });
42
+ }
43
+
44
+ public void AddSkyboxTab0(JTabbedPane skyboxpanel)
45
+ {
46
+ cGridBag tab0 = new cGridBag().setVertical(true);
47
+
48
+ tab0.setName("Urban");
49
+ skyboxpanel.add(tab0);
50
+
51
+ cGridBag row0 = new cGridBag();
52
+ cGridBag row1 = new cGridBag();
53
+ cGridBag row2 = new cGridBag();
54
+ cGridBag row3 = new cGridBag();
55
+ cGridBag row4 = new cGridBag();
56
+ cGridBag row5 = new cGridBag();
57
+ cGridBag row6 = new cGridBag();
58
+
59
+ AddSkyboxButton("default", "rgb", row0);
60
+ //AddSkyboxButton("default", "cornell", row0);
61
+ AddSkyboxButton("penguins", "dust", row0);
62
+ AddSkyboxButton("penguins", "tropic", row0);
63
+ AddSkyboxButton("penguins", "yonder", row0);
64
+
65
+ AddSkyboxButton("default", "uffizi", row1);
66
+ AddSkyboxButton("bridge", "Bridge", row1);
67
+ AddSkyboxButton("bridge", "Bridge2", row1);
68
+ AddSkyboxButton("urban", "GamlaStan2", row1);
69
+
70
+ AddSkyboxButton("urban", "Parliament", row2);
71
+ AddSkyboxButton("urban", "Roundabout", row2);
72
+ AddSkyboxButton("urban", "SaintLazarusChurch", row2);
73
+ AddSkyboxButton("urban", "SaintLazarusChurch2", row2);
74
+
75
+ AddSkyboxButton("urban", "SaintLazarusChurch3", row3);
76
+ AddSkyboxButton("urban", "UnionSquare", row3);
77
+ AddSkyboxButton("urban", "Medborgarplatsen", row3);
78
+ AddSkyboxButton("park", "BerzeliiPark", row3);
79
+
80
+ AddSkyboxButton("park", "Buddha", row4);
81
+ AddSkyboxButton("park", "CNTower2", row4);
82
+ AddSkyboxButton("park", "NiagaraFalls1", row4);
83
+ AddSkyboxButton("park", "NiagaraFalls3", row4);
84
+
85
+ AddSkyboxButton("park", "Park", row5);
86
+ AddSkyboxButton("park", "Pond", row5);
87
+ AddSkyboxButton("park", "Skansen", row5);
88
+ AddSkyboxButton("park", "Skansen2", row5);
89
+
90
+ AddSkyboxButton("park", "Skansen3", row6);
91
+ AddSkyboxButton("park", "Skansen4", row6);
92
+ AddSkyboxButton("park", "Skansen5", row6);
93
+ AddSkyboxButton("persson", "VancouverConventionCentre", row6);
94
+
95
+ tab0.add(row0);
96
+ tab0.add(row1);
97
+ tab0.add(row2);
98
+ tab0.add(row3);
99
+ tab0.add(row4);
100
+ tab0.add(row5);
101
+ tab0.add(row6);
102
+
103
+ for (int i=5; --i>=0;)
104
+ {
105
+ //oe.toolboxPanel.Return();
106
+ //tab0.add(new cGridBag());
107
+ }
108
+ }
109
+
110
+ public void AddSkyboxTab1(JTabbedPane skyboxpanel)
111
+ {
112
+ cGridBag tab0 = new cGridBag().setVertical(true);
113
+
114
+ tab0.setName("Nature");
115
+ skyboxpanel.add(tab0);
116
+
117
+ cGridBag row0 = new cGridBag();
118
+ cGridBag row1 = new cGridBag();
119
+ cGridBag row2 = new cGridBag();
120
+ cGridBag row3 = new cGridBag();
121
+ cGridBag row4 = new cGridBag();
122
+ cGridBag row5 = new cGridBag();
123
+ cGridBag row6 = new cGridBag();
124
+
125
+ AddSkyboxButton("beach", "HeartInTheSand", row0);
126
+ AddSkyboxButton("beach", "LarnacaBeach", row0);
127
+ AddSkyboxButton("beach", "PalmTrees", row0);
128
+ AddSkyboxButton("beach", "Tenerife", row0);
129
+
130
+ AddSkyboxButton("beach", "Tenerife2", row1);
131
+ AddSkyboxButton("beach", "Tenerife3", row1);
132
+ AddSkyboxButton("field", "FishPond", row1);
133
+ AddSkyboxButton("field", "Footballfield", row1);
134
+
135
+ AddSkyboxButton("field", "Meadow", row2);
136
+ AddSkyboxButton("field", "Sorsele", row2);
137
+ AddSkyboxButton("field", "Sorsele2", row2);
138
+ AddSkyboxButton("field", "Sorsele3", row2);
139
+
140
+ AddSkyboxButton("forest", "Brudslojan", row3);
141
+ AddSkyboxButton("forest", "Langholmen2", row3);
142
+ AddSkyboxButton("forest", "Plants", row3);
143
+ AddSkyboxButton("mountain", "Maskonaive", row3);
144
+
145
+ AddSkyboxButton("mountain", "Maskonaive2", row4);
146
+ AddSkyboxButton("mountain", "Maskonaive3", row4);
147
+ AddSkyboxButton("mountain", "Teide", row4);
148
+ AddSkyboxButton("park", "Tantolunden4", row4);
149
+
150
+ AddSkyboxButton("park", "Stairs", row5);
151
+ AddSkyboxButton("default", "skycube", row6);
152
+ AddSkyboxButton("rocky", "Langholmen", row5);
153
+ AddSkyboxButton("rocky", "Skinnarviksberget", row5);
154
+
155
+ AddSkyboxButton("rocky", "Tantolunden6", row5);
156
+ AddSkyboxButton("default", "CloudyHills", row6);
157
+ AddSkyboxButton("daz", "Autumn", row6);
158
+ AddSkyboxButton("daz", "MountainTrail", row6);
159
+ /*
160
+Autumn
161
+Greenlands
162
+MountainTrail
163
+Oasis
164
+TheRock
165
+TopOfTheWorld
166
+Winter
167
+ */
168
+
169
+ tab0.add(row0);
170
+ tab0.add(row1);
171
+ tab0.add(row2);
172
+ tab0.add(row3);
173
+ tab0.add(row4);
174
+ tab0.add(row5);
175
+ tab0.add(row6);
176
+
177
+ for (int i=5; --i>=0;)
178
+ {
179
+ //oe.toolboxPanel.Return();
180
+ //tab0.add(new cGridBag());
181
+ }
182
+ }
183
+
184
+ public void AddSkyboxTab2(JTabbedPane skyboxpanel)
185
+ {
186
+ cGridBag tab0 = new cGridBag().setVertical(true);
187
+
188
+ tab0.setName("Night");
189
+ skyboxpanel.add(tab0);
190
+
191
+ cGridBag row0 = new cGridBag();
192
+ cGridBag row1 = new cGridBag();
193
+ cGridBag row2 = new cGridBag();
194
+ cGridBag row3 = new cGridBag();
195
+ cGridBag row4 = new cGridBag();
196
+ cGridBag row5 = new cGridBag();
197
+ cGridBag row6 = new cGridBag();
198
+
199
+ AddSkyboxButton("night", "NightPath", row0);
200
+ AddSkyboxButton("night", "PondNight", row0);
201
+ AddSkyboxButton("night", "Powerlines", row0);
202
+ AddSkyboxButton("night", "SwedishRoyalCastle", row0);
203
+
204
+ AddSkyboxButton("urban", "CNTower", row1);
205
+ AddSkyboxButton("bridge", "ArstaBridge", row1);
206
+ AddSkyboxButton("rocky", "Riddarfjarden", row1);
207
+ AddSkyboxButton("penguins", "sleepyhollow", row1);
208
+
209
+ AddSkyboxButton("penguins", "kenon_star", row2);
210
+ AddSkyboxButton("persson", "corona", row2);
211
+ AddSkyboxButton("persson", "spaceskybox", row2);
212
+ AddSkyboxButton("indoors", "Vasa", row2);
213
+
214
+ AddSkyboxButton("winter", "Backyard", row3);
215
+ AddSkyboxButton("winter", "Creek", row3);
216
+ AddSkyboxButton("winter", "FootballField3", row3);
217
+ AddSkyboxButton("winter", "Forest", row3);
218
+
219
+ AddSkyboxButton("winter", "HornstullsStrand2", row4);
220
+ AddSkyboxButton("winter", "House", row4);
221
+ AddSkyboxButton("winter", "IceLake", row4);
222
+ AddSkyboxButton("winter", "IceRiver", row4);
223
+
224
+ AddSkyboxButton("winter", "Park3", row5);
225
+ AddSkyboxButton("winter", "PondWinter", row5);
226
+ AddSkyboxButton("winter", "Tantolunden5", row5);
227
+ AddSkyboxButton("winter", "Vindelalven", row5);
228
+
229
+ AddSkyboxButton("daz", "TheRock", row6);
230
+ AddSkyboxButton("daz", "TopOfTheWorld", row6);
231
+ AddSkyboxButton("daz", "Winter", row6);
232
+ AddSkyboxButton("mountain", "Ryfjallet", row6);
233
+
234
+ tab0.add(row0);
235
+ tab0.add(row1);
236
+ tab0.add(row2);
237
+ tab0.add(row3);
238
+ tab0.add(row4);
239
+ tab0.add(row5);
240
+ tab0.add(row6);
241
+
242
+ for (int i=5; --i>=0;)
243
+ {
244
+ //oe.toolboxPanel.Return();
245
+ //tab0.add(new cGridBag());
246
+ }
247
+ }
248
+
249
+ public void AddSkyboxTab3(JTabbedPane skyboxpanel)
250
+ {
251
+ cGridBag tab0 = new cGridBag().setVertical(true);
252
+
253
+ tab0.setName("Others");
254
+ skyboxpanel.add(tab0);
255
+
256
+ cGridBag row0 = new cGridBag();
257
+ cGridBag row1 = new cGridBag();
258
+ cGridBag row2 = new cGridBag();
259
+ cGridBag row3 = new cGridBag();
260
+ cGridBag row4 = new cGridBag();
261
+ cGridBag row5 = new cGridBag();
262
+ cGridBag row6 = new cGridBag();
263
+
264
+ AddSkyboxButton("mayhem", "afterrain", row0);
265
+ AddSkyboxButton("mayhem", "aqua4", row0);
266
+ AddSkyboxButton("mayhem", "aqua9", row0);
267
+ AddSkyboxButton("mayhem", "flame", row0);
268
+
269
+ AddSkyboxButton("mayhem", "h2s", row1);
270
+ AddSkyboxButton("mayhem", "prehistoric", row1);
271
+ AddSkyboxButton("mayhem", "scorched", row1);
272
+ AddSkyboxButton("penguins", "desertdawn", row1);
273
+
274
+ AddSkyboxButton("persson", "Citadella", row2);
275
+ AddSkyboxButton("persson", "Citadella2", row2);
276
+ AddSkyboxButton("persson", "clouds1", row2);
277
+ AddSkyboxButton("penguins", "wrath", row2);
278
+
279
+ AddSkyboxButton("persson", "FishermansBastion", row3);
280
+ AddSkyboxButton("persson", "HeroesSquare", row3);
281
+ AddSkyboxButton("indoors", "DallasW", row3);
282
+ AddSkyboxButton("indoors", "MarriottMadisonWest", row3);
283
+
284
+ AddSkyboxButton("persson", "LancellottiChapel", row4);
285
+ AddSkyboxButton("persson", "PereaBeach1", row4);
286
+ AddSkyboxButton("persson", "PereaBeach2", row4);
287
+ AddSkyboxButton("persson", "redeclipse", row4);
288
+
289
+ AddSkyboxButton("daz", "Greenlands", row5);
290
+ AddSkyboxButton("daz", "Oasis", row5);
291
+ AddSkyboxButton("elyvisions", "arch3", row5);
292
+ AddSkyboxButton("elyvisions", "calm_sea", row5);
293
+
294
+ AddSkyboxButton("elyvisions", "rainbow", row6);
295
+ AddSkyboxButton("elyvisions", "distant_sunset", row6);
296
+ AddSkyboxButton("elyvisions", "heaven", row6);
297
+ AddSkyboxButton("elyvisions", "hot", row6);
298
+
299
+ tab0.add(row0);
300
+ tab0.add(row1);
301
+ tab0.add(row2);
302
+ tab0.add(row3);
303
+ tab0.add(row4);
304
+ tab0.add(row5);
305
+ tab0.add(row6);
306
+
307
+ for (int i=5; --i>=0;)
308
+ {
309
+ //oe.toolboxPanel.Return();
310
+ //tab0.add(new cGridBag());
311
+ }
312
+ }
313
+
314
+ public void ChangeSkybox(String name)
315
+ {
316
+ //cameraView.envyoff = false;
317
+ group.skyboxname = name;
318
+ group.skyboxext = "jpg";
319
+ cameraView.repaint();
320
+ }
321
+
25322 //ObjEditor objEditor;
26323 public void closeUI2()
27324 {
....@@ -59,6 +356,12 @@
59356 this.copy = this.group = group;
60357 //selectees = this.group.selectees;
61358
359
+ if (copy.versions == null)
360
+ {
361
+ copy.versions = new byte[100][];
362
+ copy.versionindex = -1;
363
+ }
364
+
62365 if(ui)
63366 SetupUI(objEditor);
64367 }
....@@ -73,16 +376,28 @@
73376 this.copy = this.group = copy;
74377 //selectees = this.group.selectees;
75378
76
- SetupMenu2(objEditor);
379
+ SetupMenu2(this); //objEditor);
77380 SetupUI2(objEditor);
78381 objEditor.SetupUI(true);
79382 SetupViews(objEditor);
80383
81384 ((cRadio)radioPanel.getComponent(0)).SetCamera(cameraView.renderCamera, true);
385
+
386
+ if (copy.versions == null)
387
+ {
388
+ copy.versions = new byte[100][];
389
+ copy.versionindex = -1;
390
+
391
+ Save(true);
392
+ }
82393 }
83394
84395 void CloneSelection(boolean supports)
85396 {
397
+ if (Globals.REPLACEONMAKE)
398
+ Save();
399
+ boolean keep = Globals.REPLACEONMAKE;
400
+ Globals.REPLACEONMAKE = false;
86401 // Object3D keep = GrafreeD.clipboard;
87402 //Object3D obj;
88403 for (int i=0; i<group.selection.size(); i++)// Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -93,18 +408,19 @@
93408
94409 makeSomething(clone, i==group.selection.size()-1);
95410 }
411
+ Globals.REPLACEONMAKE = keep;
96412 }
97413
98414 void CloneClipboard(boolean supports)
99415 {
100
- assert(GrafreeD.clipboard.parent == null);
101
- Object3D /*Composite*/ keepparent = GrafreeD.clipboard.get(0).parent;
102
- GrafreeD.clipboard.get(0).parent = null; // Avoid copy?
103
- if (LA.isIdentity(GrafreeD.clipboard.toParent))
104
- makeSomething(CloneObject(GrafreeD.clipboard.get(0), false));
416
+ assert(Grafreed.clipboard.parent == null);
417
+ Object3D /*Composite*/ keepparent = Grafreed.clipboard.get(0).parent;
418
+ Grafreed.clipboard.get(0).parent = null; // Avoid copy?
419
+ if (LA.isIdentity(Grafreed.clipboard.toParent))
420
+ makeSomething(CloneObject(Grafreed.clipboard.get(0), false));
105421 else
106
- makeSomething(CloneObject(GrafreeD.clipboard, false));
107
- GrafreeD.clipboard.get(0).parent = keepparent;
422
+ makeSomething(CloneObject(Grafreed.clipboard, false));
423
+ Grafreed.clipboard.get(0).parent = keepparent;
108424 }
109425
110426 static Object3D CloneObject(Object3D obj, boolean supports)
....@@ -118,7 +434,7 @@
118434 // obj.support = null;
119435 if (!supports)
120436 obj.SaveSupports();
121
- Object3D clone = (Object3D)GrafreeD.clone(obj);
437
+ Object3D clone = (Object3D)Grafreed.clone(obj);
122438 obj.parent = parent;
123439 // obj.support = support;
124440 // clone.support = support; // aout 2013
....@@ -147,30 +463,29 @@
147463
148464 //JTextField nameField;
149465
150
- void SetupMenu2(ObjEditor oe)
466
+ void SetupMenu2(GroupEditor oe)
151467 {
152
- oe.cameraMenu.add(lookAtItem = new MenuItem("Set Interest"));
153
- //cameraMenu.add(lookFromItem = new MenuItem("Look From Selection"));
154
- //cameraMenu.add(switchItem = new MenuItem("Reverse View"));
155
- editLeafItem = oe.cameraMenu.add(new MenuItem("Edit Leaf"));
156
- oe.cameraMenu.add("-");
157
- openWindowItem = oe.cameraMenu.add(new MenuItem("Edit copy..."));
158
- openWindowItem.addActionListener(this);
159
- editLeafItem.addActionListener(this);
160
- lookAtItem.addActionListener(this);
161
- //lookFromItem.addActinoListener(this);
162
- //switchItem.addActionListener(this);
468
+ oe.jTree = new cTree();
469
+
163470 Menu menu;
164471 oe.menuBar.add(menu = new Menu("Edit"));
165472 //editItem = menu.add(new MenuItem("Edit"));
166473 //editItem.addActionListener(this);
167
- duplicateItem = menu.add(new MenuItem("Duplicate"));
474
+
475
+// undoItem = menu.add(new MenuItem("Undo"));
476
+// undoItem.addActionListener(this);
477
+// redoItem = menu.add(new MenuItem("Redo"));
478
+// redoItem.addActionListener(this);
479
+// menu.add("-");
480
+ duplicateItem = oe.jTree.popup.add(new JMenuItem("Duplicate"));
168481 duplicateItem.addActionListener(this);
169
- menu.add("-");
170482 cloneItem = menu.add(new MenuItem("Clone"));
171483 cloneItem.addActionListener(this);
484
+ if (Globals.ADVANCED)
485
+ {
172486 cloneSupportItem = menu.add(new MenuItem("Clone (+supports)"));
173487 cloneSupportItem.addActionListener(this);
488
+ }
174489 menu.add("-");
175490 cutItem = menu.add(new MenuItem("Cut"));
176491 cutItem.addActionListener(this);
....@@ -178,27 +493,123 @@
178493 copyItem.addActionListener(this);
179494 pasteItem = menu.add(new MenuItem("Paste"));
180495 pasteItem.addActionListener(this);
496
+
497
+ menu.add("-");
498
+ pasteIntoItem = menu.add(new MenuItem("Paste into"));
499
+ pasteIntoItem.addActionListener(this);
181500 pasteLinkItem = menu.add(new MenuItem("Paste link"));
182501 pasteLinkItem.addActionListener(this);
183502 pasteCloneItem = menu.add(new MenuItem("Paste clone"));
184503 pasteCloneItem.addActionListener(this);
185504 // pasteExpandItem = menu.add(new MenuItem("Paste expand"));
186505 // pasteExpandItem.addActionListener(this);
187
- clearItem = menu.add(new MenuItem("Clear"));
188
- clearItem.addActionListener(this);
506
+ menu.add("-");
507
+ deleteItem = menu.add(new MenuItem("Delete"));
508
+ deleteItem.addActionListener(this);
509
+
510
+ if (Globals.ADVANCED)
511
+ {
512
+ // Deletes the cameras...
189513 clearAllItem = menu.add(new MenuItem("Clear All"));
190514 clearAllItem.addActionListener(this);
515
+ }
516
+
517
+ menuBar.add(cameraMenu = new Menu("View"));
518
+ //cameraMenu.add(zBufferItem = new CheckboxMenuItem("Z Buffer"));
519
+ //zBufferItem.addActionListener(this);
520
+ //cameraMenu.add(normalLensItem = new MenuItem("Normal Lens"));
521
+ //normalLensItem.addActionListener(this);
522
+ cameraMenu.add(restoreCameraItem = new MenuItem("Restore Viewpoint"));
523
+ restoreCameraItem.addActionListener(this);
524
+
525
+// cameraMenu.add(toggleFullScreenItem = new CheckboxMenuItem("Full Screen"));
526
+// toggleFullScreenItem.addItemListener(this);
527
+// toggleFullScreenItem.setState(CameraPane.FULLSCREEN);
528
+// cameraMenu.add("-");
529
+//
530
+// cameraMenu.add(toggleTextureItem = new CheckboxMenuItem("Texture"));
531
+// toggleTextureItem.addItemListener(this);
532
+// toggleTextureItem.setState(CameraPane.textureon);
533
+//
534
+// cameraMenu.add(toggleSwitchItem = new CheckboxMenuItem("Switch"));
535
+// toggleSwitchItem.addItemListener(this);
536
+// toggleSwitchItem.setState(CameraPane.SWITCH);
537
+
538
+ cameraMenu.add(toggleHandleItem = new CheckboxMenuItem("Show Handles"));
539
+ toggleHandleItem.addItemListener(this);
540
+ toggleHandleItem.setState(CameraPane.HANDLES);
541
+
542
+ cameraMenu.add(togglePaintItem = new CheckboxMenuItem("Paint mode"));
543
+ togglePaintItem.addItemListener(this);
544
+ togglePaintItem.setState(CameraPane.PAINTMODE);
545
+
546
+ if (Globals.ADVANCED)
547
+ {
548
+ cameraMenu.add("-");
549
+ cameraMenu.add(toggleLiveItem = new CheckboxMenuItem("Live"));
550
+ toggleLiveItem.addItemListener(this);
551
+ toggleLiveItem.setState(Globals.isLIVE());
191552
553
+ cameraMenu.add(stepItem = new MenuItem("Step"));
554
+ stepItem.addActionListener(this);
555
+ // cameraMenu.add(toggleDLItem = new CheckboxMenuItem("Display List"));
556
+ // toggleDLItem.addItemListener(this);
557
+ // toggleDLItem.setState(false);
558
+
559
+ cameraMenu.add(toggleRenderItem = new CheckboxMenuItem("Render"));
560
+ toggleRenderItem.addItemListener(this);
561
+ toggleRenderItem.setState(!CameraPane.frozen);
562
+
563
+ cameraMenu.add(toggleDebugItem = new CheckboxMenuItem("Debug"));
564
+ toggleDebugItem.addItemListener(this);
565
+ toggleDebugItem.setState(Globals.DEBUG);
566
+
567
+ cameraMenu.add(toggleFrustumItem = new CheckboxMenuItem("Frustum"));
568
+ toggleFrustumItem.addItemListener(this);
569
+ toggleFrustumItem.setState(CameraPane.FRUSTUM);
570
+
571
+ cameraMenu.add(toggleFootContactItem = new CheckboxMenuItem("Foot contact"));
572
+ toggleFootContactItem.addItemListener(this);
573
+ toggleFootContactItem.setState(CameraPane.FOOTCONTACT);
574
+
575
+ cameraMenu.add(toggleTimelineItem = new CheckboxMenuItem("Timeline"));
576
+ toggleTimelineItem.addItemListener(this);
577
+ }
578
+
579
+// cameraMenu.add(toggleRootItem = new CheckboxMenuItem("Alternate Root"));
580
+// toggleRootItem.addItemListener(this);
581
+// toggleRootItem.setState(false);
582
+// cameraMenu.add(animationItem = new CheckboxMenuItem("Animation"));
583
+// animationItem.addItemListener(this);
584
+// animationItem.setState(CameraPane.ANIMATION);
585
+ cameraMenu.add("-");
586
+ cameraMenu.add(editCameraItem = new MenuItem("Save Viewpoint"));
587
+ editCameraItem.addActionListener(this);
588
+
589
+ if (Globals.ADVANCED)
590
+ {
591
+ oe.cameraMenu.add(lookAtItem = new MenuItem("Set Interest"));
592
+ //cameraMenu.add(lookFromItem = new MenuItem("Look From Selection"));
593
+ //cameraMenu.add(switchViewItem = new MenuItem("Reverse View"));
594
+ editLeafItem = oe.cameraMenu.add(new MenuItem("Edit Leaf"));
595
+ oe.cameraMenu.add("-");
596
+ openWindowItem = oe.cameraMenu.add(new MenuItem("Edit copy..."));
597
+ openWindowItem.addActionListener(this);
598
+ editLeafItem.addActionListener(this);
599
+ lookAtItem.addActionListener(this);
600
+ //lookFromItem.addActinoListener(this);
601
+ //switchViewItem.addActionListener(this);
602
+ }
603
+
192604 oe.menuBar.add(menu = new Menu("Setting"));
193
- resetMeshItem = menu.add(new MenuItem("Reset All"));
194
- resetMeshItem.addActionListener(this);
195
- stepAllItem = menu.add(new MenuItem("Step All"));
196
- stepAllItem.addActionListener(this);
605
+ if (Globals.ADVANCED)
606
+ {
197607 revertMeshItem = menu.add(new MenuItem("Revert Meshes"));
198608 revertMeshItem.addActionListener(this);
199609 resetreferencesItem = menu.add(new MenuItem("Reset Mesh References"));
200610 resetreferencesItem.addActionListener(this);
201611 menu.add("-");
612
+ }
202613 overwriteGeoItem = menu.add(new MenuItem("Overwrite Geometry"));
203614 overwriteGeoItem.addActionListener(this);
204615 overwriteMatItem = menu.add(new MenuItem("Overwrite Material"));
....@@ -210,79 +621,104 @@
210621 overwriteUVItem = menu.add(new MenuItem("Overwrite UV"));
211622 overwriteUVItem.addActionListener(this);
212623 menu.add("-");
624
+ if (Globals.ADVANCED)
625
+ {
213626 generateMeshItem = menu.add(new MenuItem("Generate Meshes"));
214627 generateMeshItem.addActionListener(this);
215628 poseMeshItem = menu.add(new MenuItem("Set Pose Meshes"));
216629 poseMeshItem.addActionListener(this);
217630 menu.add("-");
631
+ }
218632 resetsupportItem = menu.add(new MenuItem("Reset support"));
219633 resetsupportItem.addActionListener(this);
220634 linkverticesItem = menu.add(new MenuItem("Link to Support"));
221635 linkverticesItem.addActionListener(this);
222636 relinkverticesItem = menu.add(new MenuItem("Re-link to Support"));
223637 relinkverticesItem.addActionListener(this);
638
+
639
+ if (Globals.ADVANCED)
640
+ {
224641 setMasterItem = menu.add(new MenuItem("Set Master Mesh"));
225642 setMasterItem.addActionListener(this);
643
+ }
226644
227645 oe.menuBar.add(menu = new Menu("Group"));
228
- grabItem = menu.add(new MenuItem("Grab"));
229
- grabItem.addActionListener(this);
646
+// grabItem = menu.add(new MenuItem("Grab"));
647
+// grabItem.addActionListener(this);
230648 backItem = menu.add(new MenuItem("Back"));
231649 backItem.addActionListener(this);
232650 frontItem = menu.add(new MenuItem("Front"));
233651 frontItem.addActionListener(this);
234
- compositeItem = menu.add(new MenuItem("Composite"));
235
- compositeItem.addActionListener(this);
236
- hideItem = menu.add(new MenuItem("Hide"));
652
+// compositeItem = menu.add(new MenuItem("Composite"));
653
+// compositeItem.addActionListener(this);
654
+
655
+ if (Globals.ADVANCED)
656
+ {
657
+ hideItem = menu.add(new MenuItem("Hidden Group"));
237658 hideItem.addActionListener(this);
659
+ }
238660 ungroupItem = menu.add(new MenuItem("Ungroup"));
239661 ungroupItem.addActionListener(this);
240
- menu.add("-");
241
- randomItem = menu.add(new MenuItem("Random"));
242
- randomItem.addActionListener(this);
243
- physicsItem = menu.add(new MenuItem("Physics"));
244
- physicsItem.addActionListener(this);
245
- frameselectorItem = menu.add(new MenuItem("Frame Selector"));
246
- frameselectorItem.addActionListener(this);
662
+
663
+// menu.add("-");
664
+//
665
+// switchItem = menu.add(new MenuItem("Switch node"));
666
+// switchItem.addActionListener(this);
667
+ if (Globals.ADVANCED)
668
+ {
247669 switchGeoItem = menu.add(new MenuItem("Switch Geometry"));
248670 switchGeoItem.addActionListener(this);
249671 switchTransfoItem = menu.add(new MenuItem("Switch Transform"));
250672 switchTransfoItem.addActionListener(this);
251
- morphItem = menu.add(new MenuItem("Morph"));
673
+ morphItem = menu.add(new MenuItem("Morph Group"));
252674 morphItem.addActionListener(this);
675
+
676
+ menu.add("-");
677
+ physicsItem = menu.add(new MenuItem("Physics"));
678
+ physicsItem.addActionListener(this);
679
+ frameselectorItem = menu.add(new MenuItem("Frame Selector"));
680
+ frameselectorItem.addActionListener(this);
253681 scriptNodeItem = menu.add(new MenuItem("Script Node"));
254682 scriptNodeItem.addActionListener(this);
255
- cameraItem = menu.add(new MenuItem("Camera"));
256
- cameraItem.addActionListener(this);
683
+ }
257684
258685 oe.menuBar.add(menu = new Menu("Object"));
259
- textureItem = menu.add(new MenuItem("Texture"));
260
- textureItem.addActionListener(this);
686
+// textureItem = menu.add(new MenuItem("Texture"));
687
+// textureItem.addActionListener(this);
261688 billboardItem = menu.add(new MenuItem("Billboard"));
262689 billboardItem.addActionListener(this);
263690 csgItem = menu.add(new MenuItem("CSG"));
264691 csgItem.addActionListener(this);
265
- shadowXItem = menu.add(new MenuItem("Shadow X"));
692
+ shadowXItem = menu.add(new MenuItem("Shadow Red"));
266693 shadowXItem.addActionListener(this);
267
- shadowYItem = menu.add(new MenuItem("Shadow Y"));
694
+ shadowYItem = menu.add(new MenuItem("Shadow Green"));
268695 shadowYItem.addActionListener(this);
269
- shadowZItem = menu.add(new MenuItem("Shadow Z"));
696
+ shadowZItem = menu.add(new MenuItem("Shadow Blue"));
270697 shadowZItem.addActionListener(this);
698
+ attributeItem = menu.add(new MenuItem("Attribute"));
699
+ attributeItem.addActionListener(this);
700
+
701
+ if (Globals.ADVANCED)
702
+ {
703
+ menu.add("-");
271704 linkerItem = menu.add(new MenuItem("Linker"));
272705 linkerItem.addActionListener(this);
273706 templateItem = menu.add(new MenuItem("Template"));
274707 templateItem.addActionListener(this);
275
- attributeItem = menu.add(new MenuItem("Attribute"));
276
- attributeItem.addActionListener(this);
277708 pointflowItem = menu.add(new MenuItem("Point Flow"));
278709 pointflowItem.addActionListener(this);
710
+ }
279711 menu.add("-");
280712 resetTransformItem = menu.add(new MenuItem("Reset Transform"));
281713 resetTransformItem.addActionListener(this);
282714 resetCentroidItem = menu.add(new MenuItem("Reset Centroid"));
283715 resetCentroidItem.addActionListener(this);
284
- transformgeometryItem = menu.add(new MenuItem("Transform Geometry"));
285
- transformgeometryItem.addActionListener(this);
716
+ resetCentroidXZItem = menu.add(new MenuItem("Reset Centroid XY"));
717
+ resetCentroidXZItem.addActionListener(this);
718
+ transformGeometryItem = menu.add(new MenuItem("Transform Geometry"));
719
+ transformGeometryItem.addActionListener(this);
720
+ transformChildrenItem = menu.add(new MenuItem("Transform Children"));
721
+ transformChildrenItem.addActionListener(this);
286722
287723 oe.menuBar.add(menu = new Menu("Geometry"));
288724 genUVItem = menu.add(new MenuItem("Generate UV"));
....@@ -293,8 +729,11 @@
293729 genNormalsCADItem.addActionListener(this);
294730 genNormalsMESHItem = menu.add(new MenuItem("Mesh Normals"));
295731 genNormalsMESHItem.addActionListener(this);
296
- genNormalsMINEItem = menu.add(new MenuItem("My Normals"));
732
+ if (Globals.ADVANCED)
733
+ {
734
+ genNormalsMINEItem = menu.add(new MenuItem("Stitch Normals"));
297735 genNormalsMINEItem.addActionListener(this);
736
+ }
298737 stripifyItem = menu.add(new MenuItem("Stripify"));
299738 stripifyItem.addActionListener(this);
300739 unstripifyItem = menu.add(new MenuItem("Unstripify"));
....@@ -316,23 +755,34 @@
316755 reduce34MeshItem.addActionListener(this);
317756 increaseMeshItem = menu.add(new MenuItem("Increase mesh"));
318757 increaseMeshItem.addActionListener(this);
319
- smoothMeshItem = menu.add(new MenuItem("Smooth mesh"));
320
- smoothMeshItem.addActionListener(this);
321758 clipMeshItem = menu.add(new MenuItem("Clip mesh"));
322759 clipMeshItem.addActionListener(this);
760
+
761
+ if (Globals.ADVANCED)
762
+ {
763
+ smoothMeshItem = menu.add(new MenuItem("Smooth mesh"));
764
+ smoothMeshItem.addActionListener(this);
765
+ }
323766
324767 oe.menuBar.add(menu = new Menu("Attributes"));
325768 clearMaterialsItem = menu.add(new MenuItem("Clear Materials"));
326769 clearMaterialsItem.addActionListener(this);
770
+ resetAllItem = menu.add(new MenuItem("Reset All"));
771
+ resetAllItem.addActionListener(this);
772
+ stepAllItem = menu.add(new MenuItem("Step All"));
773
+ stepAllItem.addActionListener(this);
327774 menu.add("-");
328775 liveleavesItem = menu.add(new MenuItem("Live Leaves"));
329776 liveleavesItem.addActionListener(this);
330777 unliveleavesItem = menu.add(new MenuItem("Unlive Leaves"));
331778 unliveleavesItem.addActionListener(this);
779
+ if (Globals.ADVANCED)
780
+ {
332781 supportleavesItem = menu.add(new MenuItem("Support Leaves"));
333782 supportleavesItem.addActionListener(this);
334783 unsupportleavesItem = menu.add(new MenuItem("Unsupport Leaves"));
335784 unsupportleavesItem.addActionListener(this);
785
+ }
336786 hideleavesItem = menu.add(new MenuItem("Hide Leaves"));
337787 hideleavesItem.addActionListener(this);
338788 showleavesItem = menu.add(new MenuItem("Show Leaves"));
....@@ -341,6 +791,14 @@
341791 markleavesItem.addActionListener(this);
342792 unmarkleavesItem = menu.add(new MenuItem("Unmark Leaves"));
343793 unmarkleavesItem.addActionListener(this);
794
+ rewindleavesItem = menu.add(new MenuItem("Rewind Leaves"));
795
+ rewindleavesItem.addActionListener(this);
796
+ unrewindleavesItem = menu.add(new MenuItem("Unrewind Leaves"));
797
+ unrewindleavesItem.addActionListener(this);
798
+ randomleavesItem = menu.add(new MenuItem("Random Leaves"));
799
+ randomleavesItem.addActionListener(this);
800
+ unrandomleavesItem = menu.add(new MenuItem("Unrandom Leaves"));
801
+ unrandomleavesItem.addActionListener(this);
344802 menu.add("-");
345803 flipVItem = menu.add(new MenuItem("Flip V"));
346804 flipVItem.addActionListener(this);
....@@ -366,45 +824,56 @@
366824 attachBumpItem.addActionListener(this);
367825 pigmentBumpItem = menu.add(new MenuItem("Pigment -> Bump"));
368826 pigmentBumpItem.addActionListener(this);
827
+ //embedTexturesItem
369828 detachPigmentItem = menu.add(new MenuItem("Detach Pigment"));
370829 detachPigmentItem.addActionListener(this);
371830 detachBumpItem = menu.add(new MenuItem("Detach Bump"));
372831 detachBumpItem.addActionListener(this);
832
+ embedTexturesItem = menu.add(new MenuItem("Embed Textures"));
833
+ embedTexturesItem.addActionListener(this);
834
+ deEmbedTexturesItem = menu.add(new MenuItem("De-embed Textures"));
835
+ deEmbedTexturesItem.addActionListener(this);
373836 menu.add("-");
374837 sortbysizeItem = menu.add(new MenuItem("Sort by size"));
375838 sortbysizeItem.addActionListener(this);
376839 sortbynameItem = menu.add(new MenuItem("Sort by name"));
377840 sortbynameItem.addActionListener(this);
378841 menu.add("-");
842
+ shareGeometriesItem = menu.add(new MenuItem("Share Geometries"));
843
+ shareGeometriesItem.addActionListener(this);
844
+ mergeGeometriesItem = menu.add(new MenuItem("Merge Geometries"));
845
+ mergeGeometriesItem.addActionListener(this);
846
+ if (Globals.ADVANCED)
847
+ {
848
+ // Pretty much the same as duplicate and clone.
379849 extractGeometriesItem = menu.add(new MenuItem("Link Geometry"));
380850 extractGeometriesItem.addActionListener(this);
381851 cloneGeometriesItem = menu.add(new MenuItem("Clone Geometry"));
382852 cloneGeometriesItem.addActionListener(this);
383
- shareGeometriesItem = menu.add(new MenuItem("Share Geometry"));
384
- shareGeometriesItem.addActionListener(this);
385
- mergeGeometriesItem = menu.add(new MenuItem("Merge Geometry"));
386
- mergeGeometriesItem.addActionListener(this);
853
+ }
387854
388855 oe.menuBar.add(menu = new Menu("Insert"));
389856 buildCreateMenu(menu);
390857
391
-
392
- oe.menuBar.add(menu = new Menu("Include"));
393
- importGFDItem = menu.add(new MenuItem("GrafreeD Object..."));
394
- importGFDItem.addActionListener(this);
395
- importVRMLX3DItem = menu.add(new MenuItem("VRML/X3D Object..."));
396
- importVRMLX3DItem.addActionListener(this);
397
- importOBJItem = menu.add(new MenuItem("OBJ Object..."));
398
- importOBJItem.addActionListener(this);
399
- import3DSItem = menu.add(new MenuItem("3DS Object..."));
400
- import3DSItem.addActionListener(this);
401
-
402858 oe.menuBar.add(menu = new Menu("Tools"));
403859 buildToolsMenu(menu);
404860 }
405861
862
+
406863 void SetupUI2(ObjEditor oe)
407864 {
865
+ // June 2019
866
+ if (oe == null)
867
+ {
868
+ //super.SetupUI2(this);
869
+ //return;
870
+ }
871
+
872
+ if (copy != group)
873
+ {
874
+ //super.SetupUI2(this);
875
+ }
876
+
408877 //new Exception().printStackTrace();
409878
410879 oe.radioPanel = new JPanel(new GridBagLayout());
....@@ -433,150 +902,239 @@
433902 oe.radioPanel.add(dummyButton);
434903 oe.buttonGroup.add(dummyButton);
435904 */
436
- aConstraints.gridy += 1;
437
- oe.aConstraints.gridwidth = 1;
438
- oe.aConstraints.gridx = 0;
905
+ cGridBag copyOptionsPanel = new cGridBag();
906
+
907
+ copyOptionsPanel.preferredHeight = 2;
439908
440
- oe.toolbarPanel.add(liveCB = new cCheckBox("Live", CameraPane.isLIVE()), oe.aConstraints);
909
+ //this.AddOptions(oe.toolbarPanel, oe.aConstraints);
910
+
911
+ //oe.toolbarPanel.add(minButton = new cButton("Min", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
912
+ //minButton.setToolTipText("Minimize window");
913
+ //minButton.addActionListener(this);
914
+
915
+ if (Globals.ADVANCED)
916
+ {
917
+ oe.toolbarPanel.add(maxButton = GetButton("icons/add-128.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
918
+ maxButton.setToolTipText("Maximize window");
919
+ maxButton.addActionListener(this);
920
+ }
921
+
922
+ oe.toolbarPanel.add(fullButton = GetButton("icons/fullscreen.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
923
+ fullButton.setToolTipText("Full-screen window");
924
+ fullButton.addActionListener(this);
925
+
926
+ oe.toolbarPanel.add(screenfitButton = GetButton("icons/fit.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
927
+ screenfitButton.setToolTipText("Screen fit");
928
+ screenfitButton.addActionListener(this);
929
+
930
+ oe.toolbarPanel.add(restoreCameraButton = GetButton("icons/eye.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
931
+ restoreCameraButton.setToolTipText("Restore viewpoint");
932
+ restoreCameraButton.addActionListener(this);
933
+
934
+ copyOptionsPanel.add(saveButton = GetButton("icons/down_arrow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
935
+ saveButton.setToolTipText("New version");
936
+ saveButton.addActionListener(this);
937
+
938
+ copyOptionsPanel.add(undoButton = GetButton("icons/undo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
939
+ undoButton.setToolTipText("Previous version");
940
+ undoButton.addActionListener(this);
941
+ undoButton.setEnabled(false);
942
+
943
+ cGridBag updown = new cGridBag().setVertical(true);
944
+ updown.add(restoreButton = GetButton("icons/restore.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
945
+ restoreButton.setToolTipText("Restore current");
946
+ restoreButton.addActionListener(this);
947
+ restoreButton.setEnabled(false);
948
+
949
+ updown.add(replaceButton = GetButton("icons/replace.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
950
+ replaceButton.setToolTipText("Replace current");
951
+ replaceButton.addActionListener(this);
952
+ replaceButton.setEnabled(false);
953
+
954
+ copyOptionsPanel.add(updown);
955
+
956
+ copyOptionsPanel.add(redoButton = GetButton("icons/redo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
957
+ redoButton.setToolTipText("Next version");
958
+ redoButton.addActionListener(this);
959
+ redoButton.setEnabled(false);
960
+
961
+ oe.toolbarPanel.add(liveCB = GetToggleButton("icons/run.png", Globals.isLIVE())); //, oe.aConstraints);
962
+ liveCB.setToolTipText("Enable animation");
441963 liveCB.addItemListener(this);
442964
443
- oe.aConstraints.gridx += 1;
444
- oe.toolbarPanel.add(supportCB = new cCheckBox("Support", CameraPane.SUPPORT), oe.aConstraints);
445
- supportCB.addItemListener(this);
446
-
447
- // oe.aConstraints.gridx += 1;
448
- // oe.toolbarPanel.add(localCB = new cCheckBox("Local", CameraPane.LOCALTRANSFORM), oe.aConstraints);
449
- // localCB.addItemListener(this);
450
-
451
- oe.aConstraints.gridx += 1;
452
- oe.toolbarPanel.add(crowdCB = new cCheckBox("Crowd", CameraPane.CROWD), oe.aConstraints);
453
- crowdCB.addItemListener(this);
454
-
455
- oe.aConstraints.gridx += 1;
456
- oe.toolbarPanel.add(smoothCB = new cCheckBox("Inertia", CameraPane.INERTIA), oe.aConstraints);
457
- smoothCB.addItemListener(this);
458
-
459
- oe.aConstraints.gridx += 1;
460
- oe.toolbarPanel.add(fastCB = new cCheckBox("Fast", CameraPane.FAST), oe.aConstraints);
965
+ oe.toolbarPanel.add(oneStepButton = GetButton("icons/step.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
966
+ oneStepButton.setToolTipText("Animate one step forward");
967
+ oneStepButton.addActionListener(this);
968
+
969
+ oe.toolbarPanel.add(fastCB = GetToggleButton("icons/runfast.png", CameraPane.FAST)); //, constraints);
970
+ fastCB.setToolTipText("Fast mode");
461971 fastCB.addItemListener(this);
462
- oe.aConstraints.gridx += 1;
463
- oe.toolbarPanel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE), oe.aConstraints);
464
- slowCB.addItemListener(this);
465
- oe.aConstraints.gridx += 1;
466
- oe.toolbarPanel.add(boxCB = new cCheckBox("Box", CameraPane.FAST), oe.aConstraints);
467
- boxCB.addItemListener(this);
972
+
973
+ //oe.toolboxPanel.Return();
974
+
975
+// copyOptionsPanel.add(trackCB = GetToggleButton("icons/track.png", CameraPane.TRACK)); //, oe.aConstraints);
976
+// trackCB.setToolTipText("Enable tracking");
977
+// trackCB.addItemListener(this);
468978
469
-// oe.aConstraints.gridx += 1;
470
-// oe.toolbarPanel.add(speakerMocapCB = new cCheckBox("Mocap", CameraPane.SPEAKERMOCAP), oe.aConstraints);
471
-// speakerMocapCB.addItemListener(this);
472
-
473
- if (false)
474
- {
475
- // handled in scripts
476
- oe.aConstraints.gridx += 1;
477
- oe.toolbarPanel.add(speakerCameraCB = new cCheckBox("Cam", CameraPane.SPEAKERCAMERA), oe.aConstraints);
478
- speakerCameraCB.addItemListener(this);
479
-
480
- oe.aConstraints.gridx += 1;
481
- oe.toolbarPanel.add(speakerFocusCB = new cCheckBox("Focus", CameraPane.SPEAKERFOCUS), oe.aConstraints);
482
- speakerFocusCB.addItemListener(this);
483
-
484
- oe.aConstraints.gridx += 1;
485
- oe.toolbarPanel.add(smoothfocusCB = new cCheckBox("Smooth", CameraPane.SMOOTHFOCUS), oe.aConstraints);
486
- smoothfocusCB.addItemListener(this);
487
- }
488
-
489
-//oe.aConstraints.gridx += 1;
490
-//oe.toolbarPanel.add(debugCB = new cCheckBox("Debug", CameraPane.DEBUG), oe.aConstraints);
491
-// debugCB.addItemListener(this);
492
-
493
- oe.aConstraints.gridx += 1;
494
- oe.toolbarPanel.add(oeilCB = new cCheckBox("O", CameraPane.OEIL), oe.aConstraints);
495
- oeilCB.addItemListener(this);
496
-
497
- oe.aConstraints.gridx += 1;
498
- oe.toolbarPanel.add(lookAtCB = new cCheckBox("T", CameraPane.LOOKAT), oe.aConstraints);
499
- lookAtCB.addItemListener(this);
500
-
501
- oe.aConstraints.gridx += 1;
502
- oe.toolbarPanel.add(trackCB = new cCheckBox(":", CameraPane.TRACK), oe.aConstraints);
503
- trackCB.addItemListener(this);
504
-
505
- oe.aConstraints.gridx += 1;
506
- oe.toolbarPanel.add(screenfitButton = new cButton("@ ")); //, oe.aConstraints);
507
- screenfitButton.addActionListener(this);
508
- oe.aConstraints.gridx += 1;
509979 // oe.toolbarPanel.add(screenfitpointButton = new cButton(" @+ ")); //, oe.aConstraints);
510980 // screenfitpointButton.addActionListener(this);
511
-// oe.aConstraints.gridx += 1;
512
- oe.toolbarPanel.add(snapobjectButton = new cButton(" O+ ")); //, oe.aConstraints);
513
- snapobjectButton.addActionListener(this);
514
- oe.aConstraints.gridx += 1;
515981
516
- //aConstraints.gridx = 0;
517
- //aConstraints.gridy += 1;
518
- oe.aConstraints.weighty = 0;
519
- oe.aConstraints.gridwidth = 1;
520
-
521
- oe.toolbarPanel.add(flashSelectionButton = new cButton(" ? ")); //, oe.aConstraints);
522
- flashSelectionButton.addActionListener(this);
523
- oe.aConstraints.gridx += 1;
524
- oe.aConstraints.weighty = 0;
525
- oe.aConstraints.gridwidth = 1;
526
-
527
- //
528
- oe.toolbarPanel.add(twoButton = new cButton(" |+| ")); //, oe.aConstraints);
529
- twoButton.addActionListener(this);
530
- oe.toolbarPanel.add(fourButton = new cButton("+|| ")); //, oe.aConstraints);
982
+ if (Globals.ADVANCED)
983
+ {
984
+ oe.toolbarPanel.add(snapobjectButton = new cButton("O+", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
985
+ snapobjectButton.addActionListener(this);
986
+ snapobjectButton.setToolTipText("Snap Object");
987
+
988
+ oe.toolbarPanel.add(fourButton = GetButton("icons/controls-horizontal.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
531989 fourButton.addActionListener(this);
532
- oe.toolbarPanel.add(sixButton = new cButton("+|+| ")); //, oe.aConstraints);
533
- sixButton.addActionListener(this);
534
- oe.toolbarPanel.add(threeButton = new cButton(" |+|+")); //, oe.aConstraints);
990
+ fourButton.setToolTipText("Show control panel only");
991
+ }
992
+
993
+ //oe.toolbarPanel.add(new JSeparator(SwingConstants.VERTICAL));
994
+
995
+ oe.toolbarPanel.add(twoButton = GetButton("icons/cube.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
996
+ twoButton.setToolTipText("Show 3D view only");
997
+ twoButton.addActionListener(this);
998
+ this.fullscreenLayout = twoButton;
999
+
1000
+ oe.toolbarPanel.add(threeButton = GetButton("icons/controlsview.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1001
+ threeButton.setToolTipText("Show controls and 3D view");
5351002 threeButton.addActionListener(this);
536
- oe.toolbarPanel.add(sevenButton = new cButton("+|+|+")); //, oe.aConstraints);
537
- sevenButton.addActionListener(this);
1003
+ oe.toolbarPanel.add(sixButton = GetButton("icons/viewcontrols.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1004
+ sixButton.setToolTipText("Show 3D view and controls");
1005
+ sixButton.addActionListener(this);
1006
+// oe.toolbarPanel.add(sevenButton = new cButton("-|-|-", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1007
+// sevenButton.setToolTipText("3-column layout");
1008
+// sevenButton.addActionListener(this);
5381009 //
5391010
540
- oe.toolbarPanel.add(rootButton = new cButton(" o o o E ")); //, oe.aConstraints);
1011
+ oe.toolbarPanel.add(rootButton = GetButton("icons/openwindow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1012
+ rootButton.setToolTipText("Open selection in new tab");
5411013 rootButton.addActionListener(this);
542
- oe.aConstraints.gridx += 1;
543
- oe.toolbarPanel.add(closeButton = new cButton(" X ")); //, oe.aConstraints);
1014
+
1015
+ oe.toolbarPanel.add(closeButton = GetButton("icons/close-icon.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1016
+ closeButton.setToolTipText("Close tab");
5441017 closeButton.addActionListener(this);
5451018 //oe.treePanel.add(clearButton = new cButton("X"), oe.aConstraints);
5461019 //clearButton.addActionListener(this);
547
- oe.aConstraints.gridx += 1;
548
-
549
- oe.aConstraints.gridx = 1; //
550
- oe.treePanel.add(editButton = new cButton("+"), oe.aConstraints);
551
- editButton.addActionListener(this);
552
- oe.aConstraints.gridx += 1;
553
- oe.aConstraints.weighty = 0;
554
- oe.aConstraints.gridwidth = 1;
5551020
556
- oe.treePanel.add(uneditButton = new cButton("-"), oe.aConstraints);
1021
+ cGridBag row1 = new cGridBag();
1022
+
1023
+ // INSERT
1024
+ row1.add(gridButton = GetButton("icons/grid.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1025
+ gridButton.setToolTipText("Create grid");
1026
+ gridButton.addActionListener(this);
1027
+
1028
+ row1.add(boxButton = GetButton("icons/box.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1029
+ boxButton.setToolTipText("Create box");
1030
+ boxButton.addActionListener(this);
1031
+
1032
+ row1.add(sphereButton = GetButton("icons/sphere.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1033
+ sphereButton.setToolTipText("Create sphere");
1034
+ sphereButton.addActionListener(this);
1035
+
1036
+ row1.add(coneButton = GetButton("icons/cone.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1037
+ coneButton.setToolTipText("Create cone");
1038
+ coneButton.addActionListener(this);
1039
+
1040
+ row1.add(torusButton = GetButton("icons/torus.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1041
+ torusButton.setToolTipText("Create torus");
1042
+ torusButton.addActionListener(this);
1043
+
1044
+ row1.add(superButton = GetButton("icons/super.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1045
+ superButton.setToolTipText("Create superellipsoid");
1046
+ superButton.addActionListener(this);
1047
+
1048
+ if (Globals.ADVANCED)
1049
+ {
1050
+ oe.toolboxPanel.add(kleinButton = GetButton("icons/klein.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1051
+ kleinButton.setToolTipText("Create Klein bottle");
1052
+ kleinButton.addActionListener(this);
1053
+ }
1054
+
1055
+ row1.add(particlesButton = GetButton("icons/particles.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1056
+ particlesButton.setToolTipText("Create particle system");
1057
+ particlesButton.addActionListener(this);
1058
+
1059
+ oe.toolboxPanel.add(row1);
1060
+
1061
+ cGridBag row2 = new cGridBag();
1062
+
1063
+ row2.add(groupButton = GetButton("icons/group.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1064
+ groupButton.setToolTipText("Create group");
1065
+ groupButton.addActionListener(this);
1066
+
1067
+ row2.add(compositeButton = GetButton("icons/composite.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1068
+ compositeButton.setToolTipText("Create composite");
1069
+ compositeButton.addActionListener(this);
1070
+
1071
+ row2.add(switchButton = GetButton("icons/switch.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1072
+ switchButton.setToolTipText("Create item switcher");
1073
+ switchButton.addActionListener(this);
1074
+
1075
+ row2.add(loopButton = GetButton("icons/loop.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1076
+ loopButton.setToolTipText("Create loop");
1077
+ loopButton.addActionListener(this);
1078
+
1079
+ row2.add(textureButton = GetButton("icons/texture.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1080
+ textureButton.setToolTipText("Create texture");
1081
+ textureButton.addActionListener(this);
1082
+
1083
+ row2.add(overlayButton = GetButton("icons/overlay.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1084
+ overlayButton.setToolTipText("Create overlay");
1085
+ overlayButton.addActionListener(this);
1086
+
1087
+ row2.add(lightButton = GetButton("icons/light-bulb.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1088
+ lightButton.setToolTipText("Create light");
1089
+ lightButton.addActionListener(this);
1090
+
1091
+ oe.toolboxPanel.add(row2);
1092
+
1093
+ // ENVYMAPS
1094
+ cGridBag skyboxpane = new cGridBag();
1095
+ skyboxpane.preferredHeight = 100;
1096
+
1097
+ oe.toolboxPanel.add(skyboxpane);
1098
+
1099
+ JTabbedPane skyboxpanel = new JTabbedPane();
1100
+ skyboxpane.add(skyboxpanel);
1101
+
1102
+ AddSkyboxTab0(skyboxpanel);
1103
+ AddSkyboxTab1(skyboxpanel);
1104
+ AddSkyboxTab2(skyboxpanel);
1105
+ AddSkyboxTab3(skyboxpanel);
1106
+
1107
+ // EDIT panel
1108
+ editCommandsPanel.add(editButton = GetButton("icons/controls.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1109
+ editButton.setToolTipText("Pin selection controls");
1110
+ editButton.addActionListener(this);
1111
+
1112
+ editCommandsPanel.add(uneditButton = GetButton("icons/remove.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1113
+ uneditButton.setToolTipText("Remove selection controls");
5571114 uneditButton.addActionListener(this);
5581115
559
- oe.aConstraints.gridx += 1;
560
- oe.aConstraints.weighty = 0;
561
- oe.aConstraints.gridwidth = 1;
562
-
563
- oe.treePanel.add(clearPanelButton = new cButton("C"), oe.aConstraints);
564
- clearPanelButton.addActionListener(this);
565
-
566
- oe.aConstraints.gridx += 1;
567
- oe.aConstraints.weighty = 0;
568
- oe.aConstraints.gridwidth = 1;
569
-
570
- oe.treePanel.add(allParamsButton = new cButton("A"), oe.aConstraints);
1116
+ editCommandsPanel.add(allParamsButton = new JCheckBox("All", allparams)); //, oe.aConstraints);
1117
+ allParamsButton.setToolTipText("Show all controle");
5711118 allParamsButton.addActionListener(this);
5721119
573
- oe.aConstraints.gridx += 1;
574
- oe.aConstraints.weighty = 0;
575
- oe.aConstraints.gridwidth = 1;
576
-
577
- oe.treePanel.add(unselectButton = new cButton("U"), oe.aConstraints);
1120
+ editCommandsPanel.add(clearPanelButton = new cButton("C", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1121
+ clearPanelButton.setToolTipText("Clear edit panel");
1122
+ clearPanelButton.addActionListener(this);
1123
+
1124
+ editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1125
+ unselectButton.setToolTipText("Unselect");
5781126 unselectButton.addActionListener(this);
5791127
1128
+ editCommandsPanel.add(flashSelectionButton = GetButton("icons/flash-light.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1129
+ flashSelectionButton.setToolTipText("Highlight selection");
1130
+ flashSelectionButton.addActionListener(this);
1131
+
1132
+ editCommandsPanel.preferredHeight = 1;
1133
+
1134
+ SetPinStates(false);
1135
+// oe.treePanel.add(commandsPanel);
1136
+// oe.treePanel.Return();
1137
+
5801138 // oe.aConstraints.gridx += 1;
5811139 // oe.aConstraints.weighty = 0;
5821140 // oe.aConstraints.gridwidth = 1;
....@@ -588,47 +1146,32 @@
5881146 // oe.treePanel.add(gcButton = new cButton("GC"), oe.aConstraints);
5891147 // gcButton.addActionListener(this);
5901148
591
- oe.aConstraints.gridx = 0;
592
- oe.aConstraints.gridy += 1;
593
-
594
- //ctrlPanel.add(objList = new List(5, true));
595
- oe.aConstraints.gridwidth = 100;
596
- // oe.aConstraints.gridheight = 100;
597
- oe.aConstraints.fill = GridBagConstraints.BOTH; // HORIZONTAL;
598
- oe.aConstraints.gridheight = 1;
599
- oe.aConstraints.weighty = 0.5;
600
- oe.aConstraints.gridx = 0;
601
- JScrollPane jSP;
1149
+ cGridBag jSPPanel = new cGridBag();
1150
+
1151
+ JScrollPane jSP;
6021152 //ctrlPanel.add(new JScrollPane(jTree = new cTree(new cTreeModel(this))), aConstraints);
603
- oe.treePanel.add(jSP = new JScrollPane(oe.jTree = new cTree(null)), oe.aConstraints);
1153
+ jSPPanel.add(jSP = new JScrollPane(oe.jTree)); //, oe.aConstraints);
6041154 ResetModel();
605
- oe.aConstraints.weighty = 0.5;
606
- oe.aConstraints.fill = GridBagConstraints.HORIZONTAL;
607
- oe.aConstraints.gridy += 1;
608
- oe.aConstraints.gridwidth = 1;
609
-
610
- oe.aConstraints.weighty = 0;
611
- oe.aConstraints.gridwidth = 2;
612
-
613
- oe.treePanel.add(colorCB = new cCheckBox("Color", (dropAttributes&Object3D.COLOR)!=0), oe.aConstraints);
614
- colorCB.addItemListener(this);
615
- oe.aConstraints.gridx += 2;
616
- oe.treePanel.add(materialCB = new cCheckBox("Material", (dropAttributes&Object3D.MATERIAL)!=0), oe.aConstraints);
617
- materialCB.addItemListener(this);
618
- oe.aConstraints.gridx += 2;
619
- oe.treePanel.add(textureCB = new cCheckBox("Texture", (dropAttributes&Object3D.TEXTURE)!=0), oe.aConstraints);
620
- textureCB.addItemListener(this);
621
-
622
- oe.aConstraints.gridx = 0;
623
- oe.aConstraints.gridy += 1;
6241155
1156
+ oe.treePanel.add(jSPPanel);
1157
+ oe.treePanel.Return();
1158
+
1159
+ oe.treePanel.add(copyOptionsPanel);
1160
+ oe.treePanel.Return();
1161
+ cGridBag sliderPane = AddSlider(oe.treePanel, "Version", 0, 0, 0);
1162
+ versionSlider = (cNumberSlider)sliderPane.getComponent(1);
1163
+ sliderPane.preferredHeight = 1;
1164
+
1165
+// mainPanel.setDividerLocation(0.1); //1.0);
1166
+ mainPanel.setResizeWeight(0.4);
1167
+
6251168 //jList.addListSelectionListener(this);
6261169 oe.jTree.addTreeSelectionListener(this);
6271170 //jTree.setRootVisible(false);
6281171 //jTree.setEditable(true);
6291172 oe.jTree.setDragEnabled(true);
6301173 //jTree.setPreferredSize(new Dimension(10,10));
631
- jSP.setPreferredSize(new Dimension(100,200));
1174
+ //jSP.setPreferredSize(new Dimension(100,200));
6321175
6331176 oe.jTree.setCellRenderer(new cTreeModel.Renderer());
6341177
....@@ -640,23 +1183,160 @@
6401183 dgr.addDragGestureListener(this);
6411184 }catch(Exception e) {}
6421185 */
643
- radio.layout = sevenButton;
1186
+ radio.layout = sixButton; // sevenButton;
6441187 oe.toolbarPanel.add(radioPanel); //, oe.aConstraints);
6451188 }
1189
+
1190
+ void AddOptions(cGridBag panel) //, GridBagConstraints constraints)
1191
+ {
1192
+ panel.add(colorCB = new cCheckBox("Color", (dropAttributes&Object3D.COLOR)!=0)); //, oe.aConstraints);
1193
+ colorCB.setToolTipText("Copy color when dropped");
1194
+ colorCB.addItemListener(this);
1195
+
1196
+ panel.add(materialCB = new cCheckBox("Material", (dropAttributes&Object3D.MATERIAL)!=0)); //, oe.aConstraints);
1197
+ materialCB.setToolTipText("Copy material when dropped");
1198
+ materialCB.addItemListener(this);
1199
+
1200
+ panel.add(textureCB = new cCheckBox("Texture", (dropAttributes&Object3D.TEXTURE)!=0)); //, oe.aConstraints);
1201
+ textureCB.setToolTipText("Copy texture when dropped");
1202
+ textureCB.addItemListener(this);
1203
+
1204
+ panel.Return();
1205
+
1206
+ panel.add(boxCB = new cCheckBox("Box", CameraPane.BOXMODE)); //, constraints);
1207
+ boxCB.setToolTipText("Display bounding boxes");
1208
+ boxCB.addItemListener(this);
1209
+
1210
+ panel.add(zoomBoxCB = new cCheckBox("Zoom", CameraPane.ZOOMBOXMODE)); //, constraints);
1211
+ zoomBoxCB.setToolTipText("Display only for wheel");
1212
+ zoomBoxCB.addItemListener(this);
1213
+
1214
+ if (true) // Globals.ADVANCED)
1215
+ {
1216
+// panel.add(supportCB = new cCheckBox("Support", CameraPane.SUPPORT)); //, constraints);
1217
+// supportCB.setToolTipText("Enable rigging");
1218
+// supportCB.addItemListener(this);
1219
+
1220
+ panel.add(freezeCB = new cCheckBox("Freeze", Globals.FREEZEONMOVE)); //, constraints);
1221
+ freezeCB.setToolTipText("Fast moving camera");
1222
+ freezeCB.addItemListener(this);
1223
+
1224
+ // panel.add(localCB = new cCheckBox("Local", CameraPane.LOCALTRANSFORM), constraints);
1225
+ // localCB.addItemListener(this);
1226
+
1227
+ panel.Return();
1228
+
1229
+ panel.add(crowdCB = new cCheckBox("Crowd", Globals.CROWD)); //, constraints);
1230
+ crowdCB.setToolTipText("Used for crowds");
1231
+ crowdCB.addItemListener(this);
1232
+
1233
+ panel.add(smoothCB = new cCheckBox("Inertia", CameraPane.INERTIA)); //, constraints);
1234
+ smoothCB.setToolTipText("Snapping delay");
1235
+ smoothCB.addItemListener(this);
1236
+
1237
+ panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints);
1238
+ slowCB.setToolTipText("Smooth interpolation");
1239
+ slowCB.addItemListener(this);
1240
+
1241
+// constraints.gridy += 1;
1242
+// panel.add(speakerMocapCB = new cCheckBox("Mocap", CameraPane.SPEAKERMOCAP), constraints);
1243
+// speakerMocapCB.addItemListener(this);
1244
+
1245
+ panel.Return();
1246
+
1247
+ if (false)
1248
+ {
1249
+ // handled in scripts
1250
+ //constraints.gridy += 1;
1251
+ panel.add(speakerCameraCB = new cCheckBox("Cam", CameraPane.SPEAKERCAMERA)); //, constraints);
1252
+ speakerCameraCB.addItemListener(this);
1253
+
1254
+ //constraints.gridy += 1;
1255
+ panel.add(speakerFocusCB = new cCheckBox("Focus", CameraPane.SPEAKERFOCUS)); //, constraints);
1256
+ speakerFocusCB.addItemListener(this);
1257
+
1258
+ //constraints.gridy += 1;
1259
+ panel.add(smoothfocusCB = new cCheckBox("Smooth", CameraPane.SMOOTHFOCUS)); //, constraints);
1260
+ smoothfocusCB.addItemListener(this);
1261
+ panel.Return();
1262
+ }
1263
+
1264
+//constraints.gridx += 1;
1265
+//panel.add(debugCB = new cCheckBox("Debug", CameraPane.DEBUG), constraints);
1266
+// debugCB.addItemListener(this);
1267
+
1268
+ panel.add(trackCB = new cCheckBox("Track", CameraPane.TRACK)); //, oe.aConstraints);
1269
+ trackCB.setToolTipText("Enable tracking target");
1270
+ trackCB.addItemListener(this);
1271
+
1272
+ panel.add(oeilCB = new cCheckBox("Eye", CameraPane.OEIL)); //, constraints);
1273
+ oeilCB.setToolTipText("Move camera when tracking");
1274
+ oeilCB.addItemListener(this);
1275
+
1276
+ panel.add(shadowCB = new cCheckBox("Shadow", Globals.COMPUTESHADOWWHENLIVE)); //, constraints);
1277
+ shadowCB.setToolTipText("When live compute shadows");
1278
+ shadowCB.addItemListener(this);
1279
+
1280
+ panel.Return();
1281
+ panel.add(toggleTextureCB = new cCheckBox("Textures", CameraPane.textureon)); //, constraints);
1282
+ toggleTextureCB.setToolTipText("Load textures");
1283
+ toggleTextureCB.addItemListener(this);
1284
+
1285
+ panel.add(toggleSwitchCB = new cCheckBox("Switch", CameraPane.SWITCH)); //, constraints);
1286
+ toggleSwitchCB.setToolTipText("Choose a single item");
1287
+ toggleSwitchCB.addItemListener(this);
1288
+
1289
+ panel.add(autokeepCB = new cCheckBox("Auto-replace", Globals.REPLACEONMAKE)); //, constraints);
1290
+ autokeepCB.setToolTipText("On structure change");
1291
+ autokeepCB.addItemListener(this);
1292
+
1293
+ panel.Return();
1294
+ if (Globals.ADVANCED)
1295
+ {
1296
+ panel.add(lookAtCB = new cCheckBox("Target", CameraPane.LOOKAT)); //, constraints);
1297
+ lookAtCB.setToolTipText("Look-at target");
1298
+ lookAtCB.addItemListener(this);
1299
+ }
1300
+
1301
+ }
1302
+
1303
+ cGridBag fill = new cGridBag();
1304
+ fill.preferredHeight = 200;
1305
+ cGridBag fill2 = new cGridBag();
1306
+ fill2.preferredHeight = 200;
1307
+ cGridBag fill3 = new cGridBag();
1308
+ fill3.preferredHeight = 200;
1309
+
1310
+ panel.add(fill);
1311
+ panel.add(fill2);
1312
+ panel.add(fill3);
1313
+
1314
+ }
6461315
6471316 void EditObject(Object3D obj)
6481317 {
649
- cRadio dummyButton = new cRadio(obj.name);
650
- dummyButton.SetObject(obj);
651
- dummyButton.layout = sevenButton;
652
- dummyButton.SetCamera(cameraView.renderCamera, false);
653
- dummyButton.addActionListener(this);
654
- radioPanel.add(dummyButton);
655
- buttonGroup.add(dummyButton);
656
- dummyButton.doClick();
1318
+ cRadio radioButton = new cRadio(obj.name);
1319
+
1320
+ // June 2019. Patch to avoid bug with transparency.
1321
+ radioButton.hadMaterial = obj.material != null;
1322
+ if (!radioButton.hadMaterial)
1323
+ {
1324
+ obj.material = new cMaterial();
1325
+ }
1326
+
1327
+ radioButton.SetObject(obj);
1328
+ radioButton.layout = sixButton; // sevenButton;
1329
+ radioButton.SetCamera(cameraView.renderCamera, false);
1330
+ radioButton.addActionListener(this);
1331
+ radioPanel.add(radioButton);
1332
+ buttonGroup.add(radioButton);
1333
+ radioButton.doClick();
6571334 }
1335
+
6581336 void SetupViews(ObjEditor oe)
6591337 {
1338
+ theFrame = this;
1339
+
6601340 oe.SetupViews();
6611341
6621342 System.out.println("SetupViews");
....@@ -665,22 +1345,28 @@
6651345 /*DropTarget dropTarget =*/ new DropTarget(oe.cameraView, this);
6661346 }
6671347
668
- JCheckBox liveCB;
669
- JCheckBox supportCB;
670
- JCheckBox localCB;
671
- JCheckBox crowdCB;
672
- JCheckBox smoothCB;
673
- JCheckBox fastCB;
674
- JCheckBox slowCB;
675
- JCheckBox boxCB;
676
- JCheckBox trackCB;
677
- JCheckBox smoothfocusCB;
1348
+ cToggleButton liveCB;
1349
+ cCheckBox supportCB;
1350
+ cCheckBox localCB;
1351
+ cCheckBox crowdCB;
1352
+ cCheckBox smoothCB;
1353
+ cToggleButton fastCB;
1354
+ cCheckBox slowCB;
1355
+ cCheckBox boxCB;
1356
+ cCheckBox zoomBoxCB;
1357
+ cCheckBox freezeCB;
1358
+ //cToggleButton trackCB;
1359
+ cCheckBox trackCB;
1360
+ cCheckBox smoothfocusCB;
6781361 // JCheckBox speakerMocapCB;
679
- JCheckBox speakerCameraCB;
680
- JCheckBox speakerFocusCB;
681
- JCheckBox debugCB;
682
- JCheckBox oeilCB;
683
- JCheckBox lookAtCB;
1362
+ cCheckBox speakerCameraCB;
1363
+ cCheckBox speakerFocusCB;
1364
+ cCheckBox debugCB;
1365
+
1366
+ cCheckBox oeilCB;
1367
+ cCheckBox shadowCB;
1368
+ cCheckBox autokeepCB;
1369
+ cCheckBox lookAtCB;
6841370
6851371 // static int COLOR = 1;
6861372 // static int MATERIAL = 2;
....@@ -688,9 +1374,9 @@
6881374
6891375 int dropAttributes = Object3D.COLOR | Object3D.MATERIAL;
6901376
691
- JCheckBox colorCB;
692
- JCheckBox materialCB;
693
- JCheckBox textureCB;
1377
+ cCheckBox colorCB;
1378
+ cCheckBox materialCB;
1379
+ cCheckBox textureCB;
6941380
6951381 public void itemStateChanged(ItemEvent e)
6961382 {
....@@ -715,10 +1401,10 @@
7151401 dropAttributes |= Object3D.TEXTURE;
7161402 else
7171403 dropAttributes &= ~Object3D.TEXTURE;
718
- }
719
- else if(e.getSource() == liveCB)
1404
+ } else if(e.getSource() == liveCB)
7201405 {
7211406 cameraView.ToggleLive();
1407
+ refreshContents(false);
7221408 }
7231409 else if(e.getSource() == supportCB)
7241410 {
....@@ -754,6 +1440,10 @@
7541440 cameraView.repaint();
7551441 // refreshContents();
7561442 }
1443
+ else if(e.getSource() == zoomBoxCB)
1444
+ {
1445
+ cameraView.ToggleZoomBoxMode();
1446
+ }
7571447 else if(e.getSource() == smoothfocusCB)
7581448 {
7591449 cameraView.ToggleSmoothFocus();
....@@ -779,6 +1469,18 @@
7791469 {
7801470 cameraView.ToggleOeil();
7811471 }
1472
+ else if(e.getSource() == shadowCB)
1473
+ {
1474
+ Globals.COMPUTESHADOWWHENLIVE ^= true;
1475
+ }
1476
+ else if(e.getSource() == freezeCB)
1477
+ {
1478
+ Globals.FREEZEONMOVE ^= true;
1479
+ }
1480
+ else if(e.getSource() == autokeepCB)
1481
+ {
1482
+ Globals.REPLACEONMAKE ^= true;
1483
+ }
7821484 else if(e.getSource() == lookAtCB)
7831485 {
7841486 cameraView.ToggleLookAt();
....@@ -795,7 +1497,8 @@
7951497
7961498 /**/
7971499 //DragSource.getDefaultDragSource().startDrag(dge, DragSource.DefaultMoveNoDrop, new StringSelection("Allo"), this);
798
- TreePath path = new TreePath(objEditor.jTree.getSelectionPath().getLastPathComponent());
1500
+ //TreePath path = new TreePath(objEditor.jTree.getSelectionPath().getLastPathComponent());
1501
+ TreePath path = objEditor.jTree.getSelectionPath();
7991502 if ((path == null) || (path.getPathCount() <= 1)) {
8001503 // We can't move the root node or an empty selection
8011504 return;
....@@ -858,8 +1561,6 @@
8581561 }
8591562 }
8601563
861
- String string = (String) object;
862
-
8631564 System.out.println("Transfer = " + object + "; drop : " + target);
8641565 // if( object instanceof java.io.File[])
8651566 // {
....@@ -867,7 +1568,11 @@
8671568 // objEditor.DropFile((java.io.File[]) object, true);
8681569 // return;
8691570 // }
870
- if (string.charAt(0) == '/')
1571
+
1572
+ String string = object.toString();
1573
+
1574
+ // File path for Mac and Windows
1575
+ if (string.charAt(0) == '/' || string.charAt(1) == ':')
8711576 {
8721577 // file(s)
8731578 String[] names = string.split("\n");
....@@ -894,7 +1599,7 @@
8941599
8951600 flashIt = false;
8961601 CameraPane pane = (CameraPane) target;
897
- pane.clickStart(objEditor.location.x, objEditor.location.y, 0);
1602
+ pane.clickStart(objEditor.location.x, objEditor.location.y, 0, 0);
8981603 pane.clickEnd(objEditor.location.x, objEditor.location.y, 0, true);
8991604
9001605 if (group.selection.size() == 1)
....@@ -910,23 +1615,33 @@
9101615
9111616 assert target == objEditor.jTree;
9121617 TreePath destinationPath = objEditor.jTree.getPathForLocation(objEditor.location.x, objEditor.location.y);
1618
+ Object3D destinationLeaf;
9131619 try {
914
- Object3D dummy = (Composite) destinationPath.getLastPathComponent();
1620
+ destinationLeaf = (Composite) destinationPath.getLastPathComponent();
9151621 } catch (Exception e) {
9161622 System.out.println("destinationPath : " + destinationPath);
9171623 return;
9181624 }
9191625
920
- if (dtde.getDropAction() == DnDConstants.ACTION_MOVE) // ?? LINK)
1626
+ for (int i=group.selection.size(); --i>=0;)
9211627 {
1628
+ Object3D child = (Object3D)group.selection.elementAt(i);
1629
+
1630
+ // Cannot move into itself
1631
+ if (child == destinationLeaf)
1632
+ return;
1633
+ }
1634
+
1635
+// june 2019 if (dtde.getDropAction() == DnDConstants.ACTION_MOVE) // ?? LINK)
1636
+// {
9221637 loadClipboard(true);
9231638 objEditor.jTree.setSelectionPath(destinationPath);
924
- pasteInto(false);
925
- } else {
926
- loadClipboard(false);
927
- objEditor.jTree.setSelectionPath(destinationPath);
928
- pasteInto(false); // true); // ???
929
- }
1639
+ pasteInto(false, false);
1640
+// } else {
1641
+// loadClipboard(false);
1642
+// objEditor.jTree.setSelectionPath(destinationPath);
1643
+// pasteInto(false, false); // true); // ???
1644
+// }
9301645 }
9311646 public void dropActionChanged(DropTargetDragEvent dtde)
9321647 // Called if the user has modified the current drop gesture
....@@ -1031,85 +1746,107 @@
10311746 {
10321747 //heightFieldItem = menu.add(new MenuItem("Height Field"));
10331748 //heightFieldItem.addActionListener(this);
1034
- gridItem = menu.add(new MenuItem("Grid"));
1035
- gridItem.addActionListener(this);
1036
- rectoidItem = menu.add(new MenuItem("Box"));
1037
- rectoidItem.addActionListener(this);
1038
- ellipsoidItem = menu.add(new MenuItem("Sphere"));
1039
- ellipsoidItem.addActionListener(this);
1040
- coneItem = menu.add(new MenuItem("Cone"));
1041
- coneItem.addActionListener(this);
1042
- torusItem = menu.add(new MenuItem("Torus"));
1043
- torusItem.addActionListener(this);
1044
- superItem = menu.add(new MenuItem("Superellipsoid"));
1045
- superItem.addActionListener(this);
1749
+// gridItem = menu.add(new MenuItem("Grid"));
1750
+// gridItem.addActionListener(this);
1751
+// rectoidItem = menu.add(new MenuItem("Box"));
1752
+// rectoidItem.addActionListener(this);
1753
+// ellipsoidItem = menu.add(new MenuItem("Sphere"));
1754
+// ellipsoidItem.addActionListener(this);
1755
+// coneItem = menu.add(new MenuItem("Cone"));
1756
+// coneItem.addActionListener(this);
1757
+// torusItem = menu.add(new MenuItem("Torus"));
1758
+// torusItem.addActionListener(this);
1759
+// superItem = menu.add(new MenuItem("Superellipsoid"));
1760
+// superItem.addActionListener(this);
1761
+
1762
+ cameraItem = menu.add(new MenuItem("Camera"));
1763
+ cameraItem.addActionListener(this);
1764
+
1765
+ if (!Globals.ADVANCED)
1766
+ {
10461767 kleinItem = menu.add(new MenuItem("Klein Bottle"));
10471768 kleinItem.addActionListener(this);
1048
- particleItem = menu.add(new MenuItem("Particle system"));
1049
- particleItem.addActionListener(this);
1769
+ }
1770
+
1771
+// particleItem = menu.add(new MenuItem("Particle system"));
1772
+// particleItem.addActionListener(this);
1773
+ if (Globals.ADVANCED)
1774
+ {
10501775 ragdollItem = menu.add(new MenuItem("Rag Walk"));
10511776 ragdollItem.addActionListener(this);
10521777 ragdoll2Item = menu.add(new MenuItem("Rag Fall"));
10531778 ragdoll2Item.addActionListener(this);
1779
+ }
10541780 menu.add("-");
1055
- meshItem = menu.add(new MenuItem("Mesh"));
1781
+ meshItem = menu.add(new MenuItem("Dynamic Mesh"));
10561782 meshItem.addActionListener(this);
10571783 // meshGroupItem = menu.add(new MenuItem("Mesh Group"));
10581784 // meshGroupItem.addActionListener(this);
1785
+ if (Globals.ADVANCED)
1786
+ {
10591787 springItem = menu.add(new MenuItem("Spring"));
10601788 springItem.addActionListener(this);
10611789 flagItem = menu.add(new MenuItem("Flag"));
10621790 flagItem.addActionListener(this);
1063
- bezierItem = menu.add(new MenuItem("Patch"));
1064
- bezierItem.addActionListener(this);
1065
- checkerItem = menu.add(new MenuItem("Checker"));
1066
- checkerItem.addActionListener(this);
10671791 blobItem = menu.add(new MenuItem("Blob"));
10681792 blobItem.addActionListener(this);
10691793 latheItem = menu.add(new MenuItem("Lathe"));
10701794 latheItem.addActionListener(this);
1071
- lightItem = menu.add(new MenuItem("Light"));
1072
- lightItem.addActionListener(this);
1795
+ }
1796
+ bezierItem = menu.add(new MenuItem("Bezier Patch"));
1797
+ bezierItem.addActionListener(this);
1798
+// overlayItem = menu.add(new MenuItem("Overlay"));
1799
+// overlayItem.addActionListener(this);
1800
+// lightItem = menu.add(new MenuItem("Light"));
1801
+// lightItem.addActionListener(this);
10731802 menu.add("-");
10741803 //superLoopItem = menu.add(new MenuItem("Super Loop"));
10751804 //superLoopItem.addActionListener(this);
1076
- loopItem = menu.add(new MenuItem("Loop"));
1077
- loopItem.addActionListener(this);
1805
+// loopItem = menu.add(new MenuItem("Loop"));
1806
+// loopItem.addActionListener(this);
10781807 doubleItem = menu.add(new MenuItem("Fork"));
10791808 doubleItem.addActionListener(this);
1809
+ if (Globals.ADVANCED)
1810
+ {
10801811 tripleItem = menu.add(new MenuItem("Trident"));
10811812 tripleItem.addActionListener(this);
1813
+ }
10821814 }
10831815
10841816 void buildToolsMenu(Menu menu)
10851817 {
10861818 menu.add(animationItem = new CheckboxMenuItem("Animation..."));
10871819 animationItem.addItemListener(this);
1088
- animationItem.setState(CameraPane.ANIMATION);
1820
+ animationItem.setState(Globals.ANIMATION);
1821
+
1822
+ menu.add(archiveItem = new MenuItem("Archive3D..."));
1823
+ archiveItem.addActionListener(this);
10891824
10901825 menu.add("-");
10911826 parseverticesItem = menu.add(new MenuItem("Multiplicity"));
10921827 parseverticesItem.addActionListener(this);
10931828 textureFieldItem = menu.add(new MenuItem("Texture Field"));
10941829 textureFieldItem.addActionListener(this);
1095
- alignItem = menu.add(new MenuItem("Align"));
1830
+ alignItem = menu.add(new MenuItem("Align Objects"));
10961831 alignItem.addActionListener(this);
1097
- mirrorItem = menu.add(new MenuItem("Mirror Poses"));
1098
- mirrorItem.addActionListener(this);
10991832 reduceMorphItem = menu.add(new MenuItem("Reduce Morphs"));
11001833 reduceMorphItem.addActionListener(this);
11011834 reduce34MorphItem = menu.add(new MenuItem("Reduce Morphs (34)"));
11021835 reduce34MorphItem.addActionListener(this);
1103
-
1104
- menu.add(computeAOItem = new MenuItem("Compute AO"));
1105
- computeAOItem.addActionListener(this);
11061836 menu.add("-");
1107
-
11081837 menu.add(memoryItem = new MenuItem("Memory Usage"));
11091838 memoryItem.addActionListener(this);
1839
+ menu.add(computeAOItem = new MenuItem("Compute AO"));
1840
+ computeAOItem.addActionListener(this);
1841
+
1842
+ if (Globals.ADVANCED)
1843
+ {
1844
+ mirrorItem = menu.add(new MenuItem("Mirror Poses"));
1845
+ mirrorItem.addActionListener(this);
1846
+ menu.add("-");
11101847 menu.add(analyzeItem = new MenuItem("Analyze"));
11111848 analyzeItem.addActionListener(this);
1112
- menu.add(dumpItem = new MenuItem("Dump"));
1849
+ menu.add(dumpItem = new MenuItem("Print"));
11131850 dumpItem.addActionListener(this);
11141851 // menu.add(pathItem = new MenuItem("From-to path"));
11151852 // pathItem.addActionListener(this);
....@@ -1118,6 +1855,8 @@
11181855 resetParentItem.addActionListener(this);
11191856 repairParentItem = menu.add(new MenuItem("Repair Parent"));
11201857 repairParentItem.addActionListener(this);
1858
+ repairShadowItem = menu.add(new MenuItem("Repair Shadow"));
1859
+ repairShadowItem.addActionListener(this);
11211860 menu.add(invariantsItem = new MenuItem("Invariants"));
11221861 invariantsItem.addActionListener(this);
11231862 menu.add(recompileItem = new MenuItem("Recompile"));
....@@ -1125,6 +1864,7 @@
11251864 menu.add("-");
11261865 menu.add(editScriptItem = new MenuItem("Edit Script..."));
11271866 editScriptItem.addActionListener(this);
1867
+ }
11281868 }
11291869
11301870 void ScreenFit()
....@@ -1247,9 +1987,34 @@
12471987 shadow.material = new cMaterial(obj.material);
12481988 shadow.material.diffuse = 0.0001f;
12491989 shadow.material.specular = 0.0001f;
1990
+ //shadow.projectedVertices[1].x = 300;
12501991
12511992 makeSomething(shadow);
12521993 }
1994
+
1995
+ private void ClearUnpinned()
1996
+ {
1997
+ //for (Object3D obj : listUI)
1998
+ for (int i=listUI.size(); --i>=0;)
1999
+ {
2000
+ Object3D obj = listUI.elementAt(i);
2001
+ if (!obj.pinned)
2002
+ {
2003
+ obj.CloseUI();
2004
+ listUI.remove(i);
2005
+ }
2006
+ }
2007
+ }
2008
+
2009
+ private void EditElement(Object3D elem, boolean newWindow)
2010
+ {
2011
+ // if (!(elem instanceof Composite))
2012
+ // newWindow = false;
2013
+ listUI.add(elem);
2014
+ elem.openEditWindow(this, newWindow); //, false);
2015
+ System.out.println("edit : " + elem);
2016
+ elem.editWindow.refreshContents(true); // ? new
2017
+ }
12532018
12542019 /**
12552020 * applyExample
....@@ -1453,9 +2218,9 @@
14532218
14542219 void Overwrite(int mask)
14552220 {
1456
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
2221
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
14572222 {
1458
- Object3D content = GrafreeD.clipboard.get(0);
2223
+ Object3D content = Grafreed.clipboard.get(0);
14592224
14602225 if (content instanceof cGroup && ((cGroup)content).transientlink )
14612226 content = ((cGroup)content).get(0);
....@@ -1478,6 +2243,7 @@
14782243 //
14792244 public void actionPerformed(ActionEvent event) // , Object arg)
14802245 {
2246
+ Object source = event.getSource();
14812247 /*
14822248 if (event.getSource() == nameField)
14832249 {
....@@ -1489,11 +2255,11 @@
14892255 }
14902256 else
14912257 */
1492
- if (event.getSource() == lookAtItem || event.getSource() == lookFromItem)
2258
+ if (source == lookAtItem || source == lookFromItem)
14932259 {
14942260 ScreenFit();
14952261 } else
1496
- if (event.getSource() == switchItem)
2262
+ if (source == switchViewItem)
14972263 {
14982264 cVector v1 = new cVector();
14992265 cVector v2 = new cVector();
....@@ -1502,11 +2268,11 @@
15022268 objEditor.cameraView.renderCamera.setAim(v2, v1);
15032269 objEditor.cameraView.repaint();
15042270 } else
1505
- if (event.getSource() == rectoidItem)
2271
+ if (source == rectoidItem || source == boxButton)
15062272 {
15072273 makeSomething(new Box());
15082274 } else
1509
- if (event.getSource() == particleItem)
2275
+ if (source == particleItem || source == particlesButton)
15102276 {
15112277 ParticleNode particleGeom = new ParticleNode("Particles", 1000); //, particleType);
15122278 ParticleController particleController = new ParticleController(particleGeom);
....@@ -1527,9 +2293,9 @@
15272293 applyExample(particleGeom, "SMOKE");
15282294 makeSomething(particleGeom);
15292295 } else
1530
- if (event.getSource() == ragdollItem || event.getSource() == ragdoll2Item)
2296
+ if (source == ragdollItem || source == ragdoll2Item)
15312297 {
1532
- GenericJoint ragdoll = new GenericJoint(event.getSource() == ragdollItem);
2298
+ GenericJoint ragdoll = new GenericJoint(source == ragdollItem);
15332299
15342300 ragdoll.toParent = LA.newMatrix();
15352301 ragdoll.fromParent = LA.newMatrix();
....@@ -1547,7 +2313,7 @@
15472313 } else
15482314 /*
15492315 */
1550
- if (event.getSource() == heightFieldItem)
2316
+ if (source == heightFieldItem)
15512317 {
15522318 Object3D obj = new Object3D();
15532319
....@@ -1585,31 +2351,31 @@
15852351
15862352 makeSomething(obj);
15872353 } else
1588
- if (event.getSource() == gridItem)
2354
+ if (source == gridItem || source == gridButton)
15892355 {
15902356 makeSomething(new Grid());
15912357 } else
1592
- if (event.getSource() == ellipsoidItem)
2358
+ if (source == ellipsoidItem || source == sphereButton)
15932359 {
15942360 makeSomething(new Sphere());
15952361 } else
1596
- if (event.getSource() == coneItem)
2362
+ if (source == coneItem || source == coneButton)
15972363 {
15982364 makeSomething(new Cone());
15992365 } else
1600
- if (event.getSource() == torusItem)
2366
+ if (source == torusItem || source == torusButton)
16012367 {
16022368 makeSomething(new Torus());
16032369 } else
1604
- if (event.getSource() == superItem)
2370
+ if (source == superItem || source == superButton)
16052371 {
16062372 makeSomething(new Superellipsoid());
16072373 } else
1608
- if (event.getSource() == kleinItem)
2374
+ if (source == kleinItem || source == kleinButton)
16092375 {
16102376 makeSomething(new Klein());
16112377 } else
1612
- if (event.getSource() == blobItem)
2378
+ if (source == blobItem)
16132379 {
16142380 Blob blob = new Blob();
16152381 BlobComponent comp = new BlobComponent();
....@@ -1617,15 +2383,15 @@
16172383 //blob.retile();
16182384 makeSomething(blob);
16192385 } else
1620
- if (event.getSource() == latheItem)
2386
+ if (source == latheItem)
16212387 {
16222388 makeSomething(new Lathe());
16232389 } else
1624
- if (event.getSource() == bezierItem)
2390
+ if (source == bezierItem)
16252391 {
16262392 makeSomething(new BezierSurface());
16272393 } else
1628
- if (event.getSource() == checkerItem)
2394
+ if (source == overlayItem || source == overlayButton)
16292395 {
16302396 /*
16312397 Object3D obj = new BezierSurface(5,8);
....@@ -1640,7 +2406,7 @@
16402406 */
16412407 makeSomething(new Checker());
16422408 } else
1643
- if (event.getSource() == meshItem)
2409
+ if (source == meshItem)
16442410 {
16452411 Object3D itemtomake = new Object3D();
16462412 Object3D child;
....@@ -1661,35 +2427,52 @@
16612427 makeSomething(child);
16622428 }
16632429 } else
1664
- if (event.getSource() == springItem)
2430
+ if (source == springItem)
16652431 {
16662432 cSpring s = new cSpring();
16672433 s.setup();
16682434 makeSomething(s);
16692435 } else
1670
- if (event.getSource() == flagItem)
2436
+ if (source == flagItem)
16712437 {
16722438 cSpring s = new cFlag();
16732439 s.setup();
16742440 makeSomething(s);
16752441 } else
1676
- if (event.getSource() == lightItem)
2442
+ if (source == lightItem || source == lightButton)
16772443 {
16782444 makeSomething(new Light());
16792445 } else
1680
- if (event.getSource() == csgItem)
2446
+// if (source == skybox1Button ||
2447
+// source == skybox2Button ||
2448
+// source == skybox3Button ||
2449
+// source == skybox4Button ||
2450
+// source == skybox5Button ||
2451
+// source == skybox6Button ||
2452
+// source == skybox7Button ||
2453
+// source == skybox11Button ||
2454
+// source == skybox12Button ||
2455
+// source == skybox13Button ||
2456
+// source == skybox14Button ||
2457
+// source == skybox15Button ||
2458
+// source == skybox16Button ||
2459
+// source == skybox17Button)
2460
+// {
2461
+// ChangeSkybox(source);
2462
+// } else
2463
+ if (source == csgItem)
16812464 {
16822465 group(new CSG());
16832466 } else
1684
- if (event.getSource() == templateItem)
2467
+ if (source == templateItem)
16852468 {
16862469 group(new cTemplate());
16872470 } else
1688
- if (event.getSource() == attributeItem)
2471
+ if (source == attributeItem)
16892472 {
16902473 makeSomething(new Attribute());
16912474 } else
1692
- if (event.getSource() == pointflowItem)
2475
+ if (source == pointflowItem)
16932476 {
16942477 makeSomething(new PointFlow());
16952478 } else
....@@ -1701,7 +2484,7 @@
17012484 } else
17022485 */
17032486
1704
- if (event.getSource() == superLoopItem)
2487
+ if (source == superLoopItem)
17052488 {
17062489 Composite g = new cGroup();
17072490 for (int i=0; i<15; i++)
....@@ -1723,30 +2506,30 @@
17232506
17242507 group(g);
17252508 } else
1726
- if (event.getSource() == loopItem)
2509
+ if (source == loopItem || source == loopButton)
17272510 {
17282511 Composite csg = new GroupLeaf();
17292512 csg.count = 5;
17302513 group(csg);
1731
- Composite child = new cGroup();
2514
+ Composite child = new cGroup("Branch");
17322515 csg.addChild(child);
17332516 child.addChild(csg);
17342517 } else
1735
- if (event.getSource() == doubleItem)
2518
+ if (source == doubleItem)
17362519 {
1737
- Composite csg = new GroupLeaf();
2520
+ Composite csg = new GroupLeaf("Fork");
17382521 csg.count = 5;
17392522 group(csg);
1740
- Composite child = new cGroup();
2523
+ Composite child = new cGroup("Branch A");
17412524 csg.addChild(child);
17422525 child.addChild(csg);
1743
- child = new cGroup();
2526
+ child = new cGroup("Branch B");
17442527 csg.addChild(child);
17452528 child.addChild(csg);
17462529 } else
1747
- if (event.getSource() == tripleItem)
2530
+ if (source == tripleItem)
17482531 {
1749
- Composite csg = new GroupLeaf();
2532
+ Composite csg = new GroupLeaf("Trident");
17502533 csg.count = 4;
17512534 group(csg);
17522535 Composite child = new cGroup();
....@@ -1759,73 +2542,98 @@
17592542 csg.addChild(child);
17602543 child.addChild(csg);
17612544 } else
1762
-
1763
- if (event.getSource() == importGFDItem)
2545
+ if (source == computeAOItem)
17642546 {
1765
- ImportGFD();
2547
+ Globals.drawMode = CameraPane.OCCLUSION;
2548
+ cameraView.repaint();
17662549 } else
1767
- if (event.getSource() == importVRMLX3DItem)
1768
- {
1769
- ImportVRMLX3D();
1770
- } else
1771
- if (event.getSource() == import3DSItem)
1772
- {
1773
- objEditor.ImportJME(new com.jmex.model.converters.MaxToJme(), "3ds", "Import 3DS");
1774
- } else
1775
- if (event.getSource() == importOBJItem)
1776
- {
1777
- objEditor.ImportJME(new com.jmex.model.converters.ObjToJme(), "obj", "Import OBJ");
1778
- } else
1779
- if (event.getSource() == computeAOItem)
1780
- {
1781
- CameraPane.drawMode = CameraPane.OCCLUSION;
1782
- CameraPane.theRenderer.repaint();
1783
- } else
1784
- if (event.getSource() == recompileItem)
2550
+ if (source == recompileItem)
17852551 {
17862552 Recompile();
17872553 refreshContents();
17882554 } else
1789
- if (event.getSource() == editScriptItem)
2555
+ if (source == editScriptItem)
17902556 {
17912557 OpenDialog();
17922558 refreshContents();
17932559 } else
1794
- if (event.getSource() == invariantsItem)
2560
+ if (source == invariantsItem)
17952561 {
17962562 System.out.println("Invariants:");
1797
- GrafreeD.grafreeD.universe.invariants();
2563
+ Grafreed.grafreeD.universe.invariants();
17982564 } else
1799
- if (event.getSource() == memoryItem)
2565
+ if (source == memoryItem)
18002566 {
18012567 //System.out.println("Invariants:");
18022568 PrintMemory();
18032569 } else
1804
- if (event.getSource() == pathItem)
2570
+ if (source == pathItem)
18052571 {
18062572 PrintPath();
18072573 } else
1808
- if (event.getSource() == analyzeItem)
2574
+ if (source == analyzeItem)
18092575 {
18102576 AnalyzeObject();
18112577 } else
1812
- if (event.getSource() == dumpItem)
2578
+ if (source == dumpItem)
18132579 {
18142580 DumpObject();
18152581 } else
1816
- if (event.getSource() == screenfitButton)
2582
+ if (source == minButton)
18172583 {
1818
- //Reload(lastConverter, lastFilename, true);
2584
+ Minimize();
2585
+ } else
2586
+ if (source == maxButton)
2587
+ {
2588
+ Maximize();
2589
+ } else
2590
+ if (source == fullButton)
2591
+ {
2592
+ ToggleFullScreen();
2593
+ } else
2594
+ if (source == undoButton)
2595
+ {
2596
+ // Go to previous version
2597
+ //if (!Undo())
2598
+ //java.awt.Toolkit.getDefaultToolkit().beep();
2599
+ Undo();
2600
+ } else
2601
+ if (source == restoreButton)
2602
+ {
2603
+ // Restore current version
2604
+ Restore();
2605
+ } else
2606
+ if (source == replaceButton)
2607
+ {
2608
+ // Overwrite current version
2609
+ Replace();
2610
+ } else
2611
+ if (source == redoButton)
2612
+ {
2613
+ // Go to next version
2614
+ Redo();
2615
+ } else
2616
+ if (source == saveButton)
2617
+ {
2618
+ // Save a new version
2619
+ if (!Save(true))
2620
+ java.awt.Toolkit.getDefaultToolkit().beep();
2621
+ } else
2622
+ if (source == oneStepButton)
2623
+ {
2624
+ Globals.ONESTEP = true;
2625
+ cameraView.repaint();
2626
+ } else
2627
+ if (source == screenfitButton)
2628
+ {
18192629 ScreenFit();
18202630 } else
1821
- if (event.getSource() == screenfitpointButton)
2631
+ if (source == screenfitpointButton)
18222632 {
1823
- //Reload(lastConverter, lastFilename, true);
18242633 ScreenFitPoint();
18252634 } else
1826
- if (event.getSource() == snapobjectButton)
2635
+ if (source == snapobjectButton)
18272636 {
1828
- //Reload(lastConverter, lastFilename, true);
18292637 SnapObject();
18302638 } else
18312639 // if (event.getSource() == recompileButton)
....@@ -1834,13 +2642,13 @@
18342642 // Recompile();
18352643 // refreshContents();
18362644 // } else
1837
- if (event.getSource() == gcButton)
2645
+ if (source == gcButton)
18382646 {
18392647 System.out.println("Memory (F/T/M) : " + Runtime.getRuntime().freeMemory() + "/" + Runtime.getRuntime().totalMemory() + "/" + Runtime.getRuntime().maxMemory());
18402648 System.gc();
18412649 System.out.println("GC Memory (F/T/M) : " + Runtime.getRuntime().freeMemory() + "/" + Runtime.getRuntime().totalMemory() + "/" + Runtime.getRuntime().maxMemory());
18422650 } else
1843
- if (event.getSource() == editLeafItem)
2651
+ if (source == editLeafItem)
18442652 {
18452653 Object3D obj;
18462654 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -1854,62 +2662,74 @@
18542662 }
18552663 refreshContents(true);
18562664 } else
1857
- if (event.getSource() == openWindowItem)
2665
+ if (source == openWindowItem)
18582666 {
18592667 EditSelection(true);
18602668 } else
1861
- if (event.getSource() == cutItem || event.getSource() == clearButton)
2669
+ if (source == cutItem || source == clearButton)
18622670 {
18632671 loadClipboard(true);
18642672 } else
1865
- if (event.getSource() == duplicateItem)
2673
+ if (source == undoItem)
18662674 {
1867
- Object3D keep = GrafreeD.clipboard;
2675
+ Undo();
2676
+ } else
2677
+ if (source == redoItem)
2678
+ {
2679
+ Redo();
2680
+ } else
2681
+ if (source == duplicateItem)
2682
+ {
2683
+ Object3D keep = Grafreed.clipboard;
18682684 loadClipboard(false);
18692685 paste(false);
1870
- GrafreeD.clipboard = keep;
2686
+ Grafreed.clipboard = keep;
18712687 } else
1872
- if (event.getSource() == cloneItem)
2688
+ if (source == cloneItem)
18732689 {
18742690 CloneSelection(false);
18752691 } else
1876
- if (event.getSource() == cloneSupportItem)
2692
+ if (source == cloneSupportItem)
18772693 {
18782694 CloneSelection(true);
18792695 } else
1880
- if (event.getSource() == copyItem)
2696
+ if (source == copyItem)
18812697 {
18822698 loadClipboard(false);
18832699 } else
1884
- if (event.getSource() == pasteItem)
2700
+ if (source == pasteItem)
18852701 {
18862702 paste(false);
18872703 } else
1888
- if (event.getSource() == pasteLinkItem)
2704
+ if (source == pasteIntoItem)
18892705 {
1890
- pasteInto(false);
2706
+ pasteInto(true, false);
18912707 } else
1892
- if (event.getSource() == pasteCloneItem)
2708
+ if (source == pasteLinkItem)
18932709 {
1894
- pasteInto(true);
2710
+ pasteInto(false, false);
18952711 } else
1896
- if (event.getSource() == pasteExpandItem)
2712
+ if (source == pasteCloneItem)
2713
+ {
2714
+ pasteInto(true, true);
2715
+ } else
2716
+ if (source == pasteExpandItem)
18972717 {
18982718 paste(true);
18992719 } else
1900
- if (event.getSource() == synchronizeItem)
2720
+ if (source == synchronizeItem)
19012721 {
19022722 Overwrite(Object3D.TRANSFORM);
19032723 } else
1904
- if (event.getSource() == overwriteNameItem)
2724
+ if (source == overwriteNameItem)
19052725 {
19062726 Overwrite(Object3D.NAME);
19072727 } else
1908
- if (event.getSource() == overwriteUVItem)
2728
+ if (source == overwriteUVItem)
19092729 {
19102730 Overwrite(Object3D.UV);
19112731 } else
1912
- if (event.getSource() == overwriteMatItem)
2732
+ if (source == overwriteMatItem)
19132733 {
19142734 /* july 2015
19152735 if ((dropAttributes & Object3D.TEXTURE) == 0)
....@@ -1929,7 +2749,7 @@
19292749
19302750 Overwrite(dropAttributes);
19312751 }
1932
- if (event.getSource() == overwriteGeoItem)
2752
+ if (source == overwriteGeoItem)
19332753 {
19342754 Overwrite(Object3D.GEOMETRY);
19352755 // if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
....@@ -1946,7 +2766,7 @@
19462766 // refreshContents();
19472767 // }
19482768 } else
1949
- if (event.getSource() == generateMeshItem)
2769
+ if (source == generateMeshItem)
19502770 {
19512771 //if (group.selection.size() == 1)
19522772 // for (int i=0; i<group.selection.size(); i++)
....@@ -1957,7 +2777,7 @@
19572777 ResetModel();
19582778 refreshContents();
19592779 } else
1960
- if (event.getSource() == extractGeometriesItem)
2780
+ if (source == extractGeometriesItem)
19612781 {
19622782 boolean one = false;
19632783
....@@ -1984,7 +2804,7 @@
19842804 ResetModel();
19852805 refreshContents();
19862806 } else
1987
- if (event.getSource() == cloneGeometriesItem)
2807
+ if (source == cloneGeometriesItem)
19882808 {
19892809 boolean one = false;
19902810
....@@ -2010,7 +2830,7 @@
20102830 ResetModel();
20112831 refreshContents();
20122832 } else
2013
- if (event.getSource() == shareGeometriesItem)
2833
+ if (source == shareGeometriesItem)
20142834 {
20152835 boolean one = false;
20162836
....@@ -2040,7 +2860,7 @@
20402860 refreshContents();
20412861 }
20422862 } else
2043
- if (event.getSource() == mergeGeometriesItem)
2863
+ if (source == mergeGeometriesItem)
20442864 {
20452865 boolean one = false;
20462866
....@@ -2070,7 +2890,7 @@
20702890 ResetModel();
20712891 refreshContents();
20722892 } else
2073
- if (event.getSource() == linkverticesItem)
2893
+ if (source == linkverticesItem)
20742894 {
20752895 // if (group.selection.size() == 1 && GrafreeD.clipboard.size() == 1)
20762896 // {
....@@ -2083,48 +2903,48 @@
20832903 // group.selection.get(0).setMasterThis(content); // should be identity
20842904 // refreshContents();
20852905 // }
2086
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
2906
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
20872907 {
2088
- Object3D content = GrafreeD.clipboard.get(0);
2908
+ Object3D content = Grafreed.clipboard.get(0);
20892909
20902910 if (content instanceof cGroup && ((cGroup)content).transientlink )
20912911 content = ((cGroup)content).get(0);
20922912
2093
- CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR));
2913
+ Globals.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR));
20942914 for (int i=0; i<group.selection.size(); i++)
20952915 {
2096
- boolean random = CameraPane.RANDOM;
2097
- CameraPane.RANDOM = false; // parse all random nodes
2916
+ boolean random = CameraPane.SWITCH;
2917
+ CameraPane.SWITCH = false; // parse all random nodes
20982918 group.selection.get(i).linkVerticesThis(content);
20992919 // group.selection.get(i).setMasterThis(content); // should be identity
2100
- CameraPane.RANDOM = random;
2920
+ CameraPane.SWITCH = random;
21012921 }
2102
- CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
2922
+ Globals.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
21032923 refreshContents();
21042924 }
21052925 } else
2106
- if (event.getSource() == resetsupportItem)
2926
+ if (source == resetsupportItem)
21072927 {
21082928 for (int i=0; i<group.selection.size(); i++)
21092929 {
2110
- boolean random = CameraPane.RANDOM;
2111
- CameraPane.RANDOM = false; // parse all random nodes
2930
+ boolean random = CameraPane.SWITCH;
2931
+ CameraPane.SWITCH = false; // parse all random nodes
21122932 group.selection.get(i).linkVerticesThis(null);
2113
- CameraPane.RANDOM = random;
2933
+ CameraPane.SWITCH = random;
21142934 }
21152935
21162936 refreshContents();
21172937 } else
2118
- if (event.getSource() == relinkverticesItem)
2938
+ if (source == relinkverticesItem)
21192939 {
2120
- boolean random = CameraPane.RANDOM;
2121
- CameraPane.RANDOM = false; // parse all random nodes
2940
+ boolean random = CameraPane.SWITCH;
2941
+ CameraPane.SWITCH = false; // parse all random nodes
21222942 group.selection.RelinkToSupport();
2123
- CameraPane.RANDOM = random;
2943
+ CameraPane.SWITCH = random;
21242944
21252945 refreshContents();
21262946 } else
2127
- if (event.getSource() == resetreferencesItem)
2947
+ if (source == resetreferencesItem)
21282948 {
21292949 for (int i=0; i<group.selection.size(); i++)
21302950 {
....@@ -2133,11 +2953,11 @@
21332953
21342954 refreshContents();
21352955 } else
2136
- if (event.getSource() == setMasterItem)
2956
+ if (source == setMasterItem)
21372957 {
2138
- if (group.selection.size() == 1 && GrafreeD.clipboard.size() == 1)
2958
+ if (group.selection.size() == 1 && Grafreed.clipboard.size() == 1)
21392959 {
2140
- Object3D content = GrafreeD.clipboard.get(0);
2960
+ Object3D content = Grafreed.clipboard.get(0);
21412961
21422962 if (content instanceof cGroup && ((cGroup)content).transientlink )
21432963 content = ((cGroup)content).get(0);
....@@ -2146,13 +2966,13 @@
21462966 refreshContents();
21472967 }
21482968 } else
2149
- if (event.getSource() == poseMeshItem)
2969
+ if (source == poseMeshItem)
21502970 {
21512971 if (group.selection.size() == 1)
21522972 {
2153
- if (GrafreeD.clipboard.size() == 1)
2973
+ if (Grafreed.clipboard.size() == 1)
21542974 {
2155
- Object3D content = GrafreeD.clipboard.get(0);
2975
+ Object3D content = Grafreed.clipboard.get(0);
21562976
21572977 if (content instanceof cGroup && ((cGroup)content).transientlink )
21582978 content = ((cGroup)content).get(0);
....@@ -2165,19 +2985,19 @@
21652985 }
21662986
21672987 } else
2168
- if (event.getSource() == revertMeshItem)
2988
+ if (source == revertMeshItem)
21692989 {
21702990 RevertMeshes();
21712991 } else
2172
- if (event.getSource() == resetMeshItem)
2992
+ if (source == resetAllItem)
21732993 {
21742994 ResetAll();
21752995 } else
2176
- if (event.getSource() == stepAllItem)
2996
+ if (source == stepAllItem)
21772997 {
21782998 StepAll();
21792999 } else
2180
- if (event.getSource() == clearItem) // || event.getSource() == clearButton)
3000
+ if (source == deleteItem) // || event.getSource() == clearButton)
21813001 {
21823002 //int indices[] = jList.getSelectedIndices();
21833003 //for (int i = indices.length - 1; i >= 0; i--)
....@@ -2185,46 +3005,46 @@
21853005
21863006 ClearSelection(false);
21873007 } else
2188
- if (event.getSource() == clearAllItem)
3008
+ if (source == clearAllItem)
21893009 {
21903010 ClearSelection(true);
21913011 } else
2192
- if (event.getSource() == grabItem)
3012
+ if (source == grabItem || source == groupButton)
21933013 {
2194
- group(new cGroup(), true);
3014
+ group(new cGroup(), false); // true);
21953015 } else
2196
- if (event.getSource() == hideItem)
3016
+ if (source == hideItem)
21973017 {
21983018 group(new HiddenObject());
21993019 } else
2200
- if (event.getSource() == frontItem)
3020
+ if (source == frontItem)
22013021 {
22023022 front();
22033023 } else
2204
- if (event.getSource() == backItem)
3024
+ if (source == backItem)
22053025 {
22063026 back();
22073027 } else
2208
- if (event.getSource() == cameraItem)
3028
+ if (source == cameraItem)
22093029 {
22103030 makeSomething(new Camera());
22113031 } else
2212
- if (event.getSource() == compositeItem)
3032
+ if (source == compositeItem || source == compositeButton)
22133033 {
22143034 group(new Composite());
22153035 } else
2216
- if (event.getSource() == randomItem)
3036
+ if (source == switchItem || source == switchButton)
22173037 {
22183038 RandomNode random = new RandomNode();
22193039 group(random);
22203040 if (random.size() > 0)
2221
- random.name = random.get(0).name + "Rnd";
3041
+ random.name = random.get(0).name + "Switch";
22223042 } else
2223
- if (event.getSource() == physicsItem)
3043
+ if (source == physicsItem)
22243044 {
22253045 group(new PhysicsNode());
22263046 } else
2227
- if (event.getSource() == frameselectorItem)
3047
+ if (source == frameselectorItem)
22283048 {
22293049 for (int i=0; i<group.selection.size(); i++)
22303050 {
....@@ -2236,7 +3056,7 @@
22363056 ResetModel();
22373057 refreshContents();
22383058 } else
2239
- if (event.getSource() == switchGeoItem)
3059
+ if (source == switchGeoItem)
22403060 {
22413061 for (int i=0; i<group.selection.size(); i++)
22423062 {
....@@ -2248,7 +3068,7 @@
22483068 ResetModel();
22493069 refreshContents();
22503070 } else
2251
- if (event.getSource() == switchTransfoItem)
3071
+ if (source == switchTransfoItem)
22523072 {
22533073 for (int i=0; i<group.selection.size(); i++)
22543074 {
....@@ -2260,7 +3080,7 @@
22603080 ResetModel();
22613081 refreshContents();
22623082 } else
2263
- if (event.getSource() == morphItem)
3083
+ if (source == morphItem)
22643084 {
22653085 for (int i=0; i<group.selection.size(); i++)
22663086 {
....@@ -2272,7 +3092,7 @@
22723092 ResetModel();
22733093 refreshContents();
22743094 } else
2275
- if (event.getSource() == scriptNodeItem)
3095
+ if (source == scriptNodeItem)
22763096 {
22773097 boolean atleastone = false;
22783098
....@@ -2311,215 +3131,252 @@
23113131 }
23123132 }
23133133 } else
2314
- if (event.getSource() == linkerItem)
3134
+ if (source == linkerItem)
23153135 {
23163136 group(new cLinker());
23173137 } else
2318
- if (event.getSource() == textureItem)
3138
+ if (source == textureItem || source == textureButton)
23193139 {
23203140 group(new TextureNode());
23213141 } else
2322
- if (event.getSource() == billboardItem)
3142
+ if (source == billboardItem)
23233143 {
23243144 group(new BillboardNode());
23253145 } else
2326
- if (event.getSource() == shadowXItem)
3146
+ if (source == shadowXItem)
23273147 {
23283148 CastShadow(0);
23293149 } else
2330
- if (event.getSource() == shadowYItem)
3150
+ if (source == shadowYItem)
23313151 {
23323152 CastShadow(1);
23333153 } else
2334
- if (event.getSource() == shadowZItem)
3154
+ if (source == shadowZItem)
23353155 {
23363156 CastShadow(2);
23373157 } else
2338
- if (event.getSource() == ungroupItem)
3158
+ if (source == ungroupItem || source == ungroupButton)
23393159 {
2340
- //ungroup();
3160
+ boolean hasRoot = false;
3161
+
23413162 for (int i=0; i<group.selection.size(); i++)
23423163 {
2343
- Ungroup(group.selection.get(i));
3164
+ if (group.selection.get(i) == group)
3165
+ {
3166
+ hasRoot = true;
3167
+ break;
3168
+ }
23443169 }
23453170
2346
- ClearSelection(false);
2347
-
2348
- refreshContents();
3171
+ if (!hasRoot)
3172
+ {
3173
+ for (int i=0; i<group.selection.size(); i++)
3174
+ {
3175
+ Ungroup(group.selection.get(i));
3176
+ }
3177
+
3178
+ ClearSelection(false);
3179
+
3180
+ refreshContents();
3181
+ }
23493182 } else
2350
- if (event.getSource() == genUVItem)
3183
+ if (source == genUVItem)
23513184 {
23523185 GenUV();
23533186 } else
2354
- if (event.getSource() == genNormalsCADItem)
3187
+ if (source == genNormalsCADItem)
23553188 {
23563189 GenNormals(true);
23573190 } else
2358
- if (event.getSource() == genNormalsMESHItem)
3191
+ if (source == genNormalsMESHItem)
23593192 {
2360
- GenNormals(true); // TODO
3193
+ GenNormalsMESH();
23613194 } else
2362
- if (event.getSource() == genNormalsORGANItem)
3195
+ if (source == genNormalsORGANItem)
23633196 {
23643197 GenNormals(false);
23653198 } else
2366
- if (event.getSource() == genNormalsMINEItem)
3199
+ if (source == genNormalsMINEItem)
23673200 {
23683201 GenNormalsMINE();
23693202 } else
2370
- if (event.getSource() == stripifyItem)
3203
+ if (source == stripifyItem)
23713204 {
23723205 Stripify();
23733206 } else
2374
- if (event.getSource() == unstripifyItem)
3207
+ if (source == unstripifyItem)
23753208 {
23763209 Unstripify();
23773210 } else
2378
- if (event.getSource() == trimItem)
3211
+ if (source == trimItem)
23793212 {
23803213 Trim();
23813214 } else
2382
- if (event.getSource() == untrimItem)
3215
+ if (source == untrimItem)
23833216 {
23843217 Untrim();
23853218 } else
2386
- if (event.getSource() == clearColorsItem)
3219
+ if (source == clearColorsItem)
23873220 {
23883221 ClearColors();
23893222 } else
2390
- if (event.getSource() == clearMaterialsItem)
3223
+ if (source == clearMaterialsItem)
23913224 {
23923225 ClearMaterials();
23933226 } else
2394
- if (event.getSource() == liveleavesItem)
3227
+ if (source == liveleavesItem)
23953228 {
23963229 LiveLeaves(true);
23973230 } else
2398
- if (event.getSource() == unliveleavesItem)
3231
+ if (source == unliveleavesItem)
23993232 {
24003233 LiveLeaves(false);
24013234 } else
2402
- if (event.getSource() == supportleavesItem)
3235
+ if (source == supportleavesItem)
24033236 {
24043237 SupportLeaves(true);
24053238 } else
2406
- if (event.getSource() == unsupportleavesItem)
3239
+ if (source == unsupportleavesItem)
24073240 {
24083241 SupportLeaves(false);
24093242 } else
2410
- if (event.getSource() == hideleavesItem)
3243
+ if (source == hideleavesItem)
24113244 {
24123245 HideLeaves(true);
24133246 } else
2414
- if (event.getSource() == showleavesItem)
3247
+ if (source == showleavesItem)
24153248 {
24163249 HideLeaves(false);
24173250 } else
2418
- if (event.getSource() == markleavesItem)
3251
+ if (source == markleavesItem)
24193252 {
24203253 MarkLeaves(true);
24213254 } else
2422
- if (event.getSource() == unmarkleavesItem)
3255
+ if (source == unmarkleavesItem)
24233256 {
24243257 MarkLeaves(false);
24253258 } else
2426
- if (event.getSource() == flipVItem)
3259
+ if (source == rewindleavesItem)
3260
+ {
3261
+ RewindLeaves(true);
3262
+ } else
3263
+ if (source == unrewindleavesItem)
3264
+ {
3265
+ RewindLeaves(false);
3266
+ } else
3267
+ if (source == randomleavesItem)
3268
+ {
3269
+ RandomLeaves(true);
3270
+ } else
3271
+ if (source == unrandomleavesItem)
3272
+ {
3273
+ RandomLeaves(false);
3274
+ } else
3275
+ if (source == flipVItem)
24273276 {
24283277 FlipV(true);
24293278 } else
2430
- if (event.getSource() == unflipVItem)
3279
+ if (source == unflipVItem)
24313280 {
24323281 FlipV(false);
24333282 } else
2434
- if (event.getSource() == lowTexturesItem)
3283
+ if (source == lowTexturesItem)
24353284 {
24363285 SetTexRes(0);
24373286 } else
2438
- if (event.getSource() == normalTexturesItem)
3287
+ if (source == normalTexturesItem)
24393288 {
24403289 SetTexRes(1);
24413290 } else
2442
- if (event.getSource() == highTexturesItem)
3291
+ if (source == highTexturesItem)
24433292 {
24443293 SetTexRes(2);
24453294 } else
2446
- if (event.getSource() == veryhighTexturesItem)
3295
+ if (source == veryhighTexturesItem)
24473296 {
24483297 SetTexRes(3);
24493298 } else
2450
- if (event.getSource() == maxTexturesItem)
3299
+ if (source == maxTexturesItem)
24513300 {
24523301 SetTexRes(4);
24533302 } else
2454
- if (event.getSource() == panoTexturesItem)
3303
+ if (source == panoTexturesItem)
24553304 {
24563305 SetTexRes(5);
24573306 } else
2458
- if (event.getSource() == reverseNormalsItem)
3307
+ if (source == reverseNormalsItem)
24593308 {
24603309 ReverseNormals();
24613310 } else
2462
- if (event.getSource() == parseverticesItem)
3311
+ if (source == parseverticesItem)
24633312 {
24643313 ParseVertices();
24653314 } else
2466
- if (event.getSource() == textureFieldItem)
3315
+ if (source == textureFieldItem)
24673316 {
24683317 TextureVertices();
24693318 } else
2470
- if (event.getSource() == alignItem)
3319
+ if (source == alignItem)
24713320 {
24723321 Align();
24733322 } else
2474
- if (event.getSource() == mirrorItem)
3323
+ if (source == mirrorItem)
24753324 {
24763325 MirrorPoses();
24773326 } else
2478
- if (event.getSource() == reduceMorphItem)
3327
+ if (source == reduceMorphItem)
24793328 {
24803329 MeshReduction(false);
24813330 } else
2482
- if (event.getSource() == reduce34MorphItem)
3331
+ if (source == reduce34MorphItem)
24833332 {
24843333 MeshReduction(true);
24853334 } else
2486
- if (event.getSource() == reverseTrianglesItem)
3335
+ if (source == reverseTrianglesItem)
24873336 {
24883337 ReverseTriangles();
24893338 } else
2490
- if (event.getSource() == reduceMeshItem)
3339
+ if (source == reduceMeshItem)
24913340 {
24923341 ReduceMesh(false);
24933342 } else
2494
- if (event.getSource() == reduce34MeshItem)
3343
+ if (source == reduce34MeshItem)
24953344 {
24963345 ReduceMesh(true);
24973346 } else
2498
- if (event.getSource() == increaseMeshItem)
3347
+ if (source == increaseMeshItem)
24993348 {
25003349 IncreaseMesh();
25013350 } else
2502
- if (event.getSource() == clipMeshItem)
3351
+ if (source == clipMeshItem)
25033352 {
25043353 ClipMesh();
25053354 } else
2506
- if (event.getSource() == smoothMeshItem)
3355
+ if (source == smoothMeshItem)
25073356 {
25083357 SmoothMesh();
25093358 } else
2510
- if (event.getSource() == transformgeometryItem)
3359
+ if (source == transformGeometryItem)
25113360 {
25123361 TransformGeometry();
25133362 } else
2514
- if (event.getSource() == resetTransformItem)
3363
+ if (source == transformChildrenItem)
3364
+ {
3365
+ TransformChildren();
3366
+ } else
3367
+ if (source == resetTransformItem)
25153368 {
25163369 ResetTransform();
25173370 } else
2518
- if (event.getSource() == resetCentroidItem)
3371
+ if (source == resetCentroidItem)
25193372 {
2520
- ResetCentroid();
3373
+ ResetCentroid(true);
25213374 } else
2522
- if (event.getSource() == resetParentItem)
3375
+ if (source == resetCentroidXZItem)
3376
+ {
3377
+ ResetCentroid(false);
3378
+ } else
3379
+ if (source == resetParentItem)
25233380 {
25243381 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25253382 {
....@@ -2529,7 +3386,7 @@
25293386
25303387 refreshContents();
25313388 } else
2532
- if (event.getSource() == repairParentItem)
3389
+ if (source == repairParentItem)
25333390 {
25343391 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25353392 {
....@@ -2543,7 +3400,21 @@
25433400
25443401 refreshContents();
25453402 } else
2546
- if (event.getSource() == sortbysizeItem)
3403
+ if (source == repairShadowItem)
3404
+ {
3405
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3406
+ {
3407
+ Object3D obj = (Object3D)e.nextElement();
3408
+ obj.RepairShadow();
3409
+// for (int i=0; i<obj.size(); i++)
3410
+// {
3411
+// obj.get(i).parent = obj;
3412
+// }
3413
+ }
3414
+
3415
+ refreshContents();
3416
+ } else
3417
+ if (source == sortbysizeItem)
25473418 {
25483419 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25493420 {
....@@ -2555,7 +3426,7 @@
25553426 ResetModel();
25563427 refreshContents();
25573428 } else
2558
- if (event.getSource() == sortbynameItem)
3429
+ if (source == sortbynameItem)
25593430 {
25603431 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
25613432 {
....@@ -2567,7 +3438,7 @@
25673438 ResetModel();
25683439 refreshContents();
25693440 } else
2570
- if (event.getSource() == attachPigmentItem)
3441
+ if (source == attachPigmentItem)
25713442 {
25723443 String texture = GetFile("Attach pigment");
25733444 Object3D obj;
....@@ -2579,7 +3450,7 @@
25793450
25803451 refreshContents();
25813452 } else
2582
- if (event.getSource() == detachPigmentItem)
3453
+ if (source == detachPigmentItem)
25833454 {
25843455 Object3D obj;
25853456 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2590,7 +3461,7 @@
25903461
25913462 refreshContents();
25923463 } else
2593
- if (event.getSource() == attachBumpItem)
3464
+ if (source == attachBumpItem)
25943465 {
25953466 String texture = GetFile("Attach bump");
25963467 Object3D obj;
....@@ -2602,18 +3473,18 @@
26023473
26033474 refreshContents();
26043475 } else
2605
- if (event.getSource() == detachBumpItem)
3476
+ if (source == detachBumpItem)
26063477 {
26073478 Object3D obj;
26083479 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
26093480 {
26103481 obj = (Object3D)e.nextElement();
2611
- obj.SetBumpTexture(null);
3482
+ obj.ResetBumpTexture();
26123483 }
26133484
26143485 refreshContents();
26153486 } else
2616
- if (event.getSource() == pigmentBumpItem)
3487
+ if (source == pigmentBumpItem)
26173488 {
26183489 Object3D obj;
26193490 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2624,158 +3495,262 @@
26243495
26253496 refreshContents();
26263497 } else
2627
- if (event.getSource() == flashSelectionButton)
3498
+ if (source == embedTexturesItem)
3499
+ {
3500
+ Object3D obj;
3501
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3502
+ {
3503
+ obj = (Object3D)e.nextElement();
3504
+ obj.EmbedTextures(true);
3505
+ }
3506
+
3507
+ refreshContents();
3508
+ } else
3509
+ if (source == deEmbedTexturesItem)
3510
+ {
3511
+ Object3D obj;
3512
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3513
+ {
3514
+ obj = (Object3D)e.nextElement();
3515
+ obj.EmbedTextures(false);
3516
+ }
3517
+
3518
+ CameraPane.texturepigment.clear();
3519
+ CameraPane.texturebump.clear();
3520
+
3521
+ refreshContents();
3522
+ } else
3523
+ if (source == flashSelectionButton)
26283524 {
26293525 CameraPane.flash = true;
26303526 refreshContents();
26313527 } else
2632
- if (event.getSource() == oneButton)
3528
+ if (source == oneButton)
26333529 {
26343530 } else
2635
- if (event.getSource() == twoButton)
3531
+ if (source == twoButton)
26363532 {
26373533 radio.layout = twoButton;
3534
+
3535
+ if (CameraPane.FULLSCREEN)
3536
+ fullscreenLayout = radio.layout;
3537
+
26383538 // bug
26393539 //gridPanel.setDividerLocation(1.0);
26403540 //bigPanel.setDividerLocation(0.0);
2641
- bigThree.remove(scenePanel);
2642
- bigThree.remove(cameraPanel);
2643
- bigThree.remove(XYZPanel);
2644
- aWindowConstraints.gridx = 0;
2645
- aWindowConstraints.gridy = 0;
2646
- aWindowConstraints.gridwidth = 1;
2647
- // aConstraints.gridheight = 3;
2648
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2649
- aWindowConstraints.weightx = 0;
2650
- aWindowConstraints.weighty = 1;
2651
- //bigThree.add(jtp, aWindowConstraints);
2652
- aWindowConstraints.weightx = 1;
2653
- aWindowConstraints.gridwidth = 3;
2654
- // aConstraints.gridheight = 3;
2655
- aWindowConstraints.gridx = 1;
2656
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2657
- bigThree.add(cameraPanel, aWindowConstraints);
2658
- aWindowConstraints.weightx = 0;
2659
- aWindowConstraints.gridx = 4;
2660
- aWindowConstraints.gridwidth = 1;
2661
- // aConstraints.gridheight = 3;
2662
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2663
- //bigThree.add(XYZPanel, aWindowConstraints);
2664
- bigThree.revalidate();
3541
+// bigThree.remove(scenePanel);
3542
+// bigThree.remove(centralPanel);
3543
+// bigThree.remove(XYZPanel);
3544
+// aWindowConstraints.gridx = 0;
3545
+// aWindowConstraints.gridy = 0;
3546
+// aWindowConstraints.gridwidth = 1;
3547
+// // aConstraints.gridheight = 3;
3548
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3549
+// aWindowConstraints.weightx = 0;
3550
+// aWindowConstraints.weighty = 1;
3551
+// //bigThree.add(jtp, aWindowConstraints);
3552
+// aWindowConstraints.weightx = 1;
3553
+// aWindowConstraints.gridwidth = 3;
3554
+// // aConstraints.gridheight = 3;
3555
+// aWindowConstraints.gridx = 1;
3556
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3557
+// bigThree.add(centralPanel, aWindowConstraints);
3558
+// aWindowConstraints.weightx = 0;
3559
+// aWindowConstraints.gridx = 4;
3560
+// aWindowConstraints.gridwidth = 1;
3561
+// // aConstraints.gridheight = 3;
3562
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3563
+// //bigThree.add(XYZPanel, aWindowConstraints);
3564
+// scenePanel.setVisible(false);
3565
+// centralPanel.setVisible(true);
3566
+// XYZPanel.setVisible(false);
3567
+ bigThree.ClearUI();
3568
+ bigThree.add(centralPanel);
3569
+ bigThree.FlushUI();
3570
+
3571
+ cameraView.requestFocusInWindow();
3572
+
3573
+// refreshContents(true);
3574
+//
3575
+// try
3576
+// {
3577
+// java.awt.Robot bot = new java.awt.Robot();
3578
+// int mask = InputEvent.BUTTON1_MASK;
3579
+// bot.mouseMove(100, 100);
3580
+// bot.mousePress(mask);
3581
+// bot.mouseRelease(mask);
3582
+// }
3583
+// catch (Exception e)
3584
+// {
3585
+//
3586
+// }
3587
+
26653588 } else
2666
- if (event.getSource() == threeButton)
3589
+ if (source == threeButton)
26673590 {
26683591 radio.layout = threeButton;
2669
- bigThree.remove(scenePanel);
2670
- bigThree.remove(cameraPanel);
2671
- bigThree.remove(XYZPanel);
2672
- aWindowConstraints.gridx = 0;
2673
- aWindowConstraints.gridy = 0;
2674
- aWindowConstraints.gridwidth = 1;
2675
- // aConstraints.gridheight = 3;
2676
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2677
- aWindowConstraints.weightx = 0;
2678
- aWindowConstraints.weighty = 1;
2679
- //bigThree.add(jtp, aWindowConstraints);
2680
- aWindowConstraints.weightx = 1;
2681
- aWindowConstraints.gridwidth = 3;
2682
- // aConstraints.gridheight = 3;
2683
- aWindowConstraints.gridx = 1;
2684
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2685
- bigThree.add(cameraPanel, aWindowConstraints);
2686
- aWindowConstraints.weightx = 0;
2687
- aWindowConstraints.gridx = 4;
2688
- aWindowConstraints.gridwidth = 1;
2689
- // aConstraints.gridheight = 3;
2690
- aConstraints.fill = GridBagConstraints.VERTICAL;
2691
- bigThree.add(XYZPanel, aWindowConstraints);
2692
- bigThree.revalidate();
3592
+
3593
+ if (CameraPane.FULLSCREEN)
3594
+ fullscreenLayout = radio.layout;
3595
+
3596
+// bigThree.remove(scenePanel);
3597
+// bigThree.remove(centralPanel);
3598
+// bigThree.remove(XYZPanel);
3599
+// aWindowConstraints.gridx = 0;
3600
+// aWindowConstraints.gridy = 0;
3601
+// aWindowConstraints.gridwidth = 1;
3602
+// // aConstraints.gridheight = 3;
3603
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3604
+// aWindowConstraints.weightx = 0;
3605
+// aWindowConstraints.weighty = 1;
3606
+// //bigThree.add(jtp, aWindowConstraints);
3607
+// aWindowConstraints.weightx = 1;
3608
+// aWindowConstraints.gridwidth = 3;
3609
+// // aConstraints.gridheight = 3;
3610
+// aWindowConstraints.gridx = 1;
3611
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3612
+// bigThree.add(centralPanel, aWindowConstraints);
3613
+// aWindowConstraints.weightx = 0;
3614
+// aWindowConstraints.gridx = 4;
3615
+// aWindowConstraints.gridwidth = 1;
3616
+// // aConstraints.gridheight = 3;
3617
+// aConstraints.fill = GridBagConstraints.VERTICAL;
3618
+// bigThree.add(XYZPanel, aWindowConstraints);
3619
+// bigThree.validate();
3620
+// scenePanel.setVisible(false);
3621
+// centralPanel.setVisible(true);
3622
+// XYZPanel.setVisible(true);
3623
+ bigThree.ClearUI();
3624
+ bigThree.add(scenePanel);
3625
+ bigThree.add(centralPanel);
3626
+ bigThree.FlushUI();
3627
+
3628
+ cameraView.requestFocusInWindow();
26933629 } else
2694
- if (event.getSource() == fourButton)
3630
+ if (source == fourButton)
26953631 {
26963632 radio.layout = fourButton;
2697
- bigThree.remove(scenePanel);
2698
- bigThree.remove(cameraPanel);
2699
- bigThree.remove(XYZPanel);
2700
- aWindowConstraints.gridx = 0;
2701
- aWindowConstraints.gridy = 0;
2702
- aWindowConstraints.gridwidth = 1;
2703
- // aWindowConstraints.gridheight = 3;
2704
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2705
- aWindowConstraints.weightx = 1;
2706
- aWindowConstraints.weighty = 1;
2707
- bigThree.add(scenePanel, aWindowConstraints);
2708
- aWindowConstraints.weightx = 1;
2709
- aWindowConstraints.gridwidth = 3;
2710
- // aConstraints.gridheight = 3;
2711
- aWindowConstraints.gridx = 1;
2712
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2713
- //bigThree.add(cameraPanel, aWindowConstraints);
2714
- aWindowConstraints.weightx = 0;
2715
- aWindowConstraints.gridx = 4;
2716
- aWindowConstraints.gridwidth = 1;
2717
- // aWindowConstraints.gridheight = 3;
2718
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2719
- //bigThree.add(XYZPanel, aWindowConstraints);
2720
- bigThree.revalidate();
3633
+
3634
+ if (CameraPane.FULLSCREEN)
3635
+ fullscreenLayout = radio.layout;
3636
+
3637
+// bigThree.remove(scenePanel);
3638
+// bigThree.remove(centralPanel);
3639
+// bigThree.remove(XYZPanel);
3640
+// aWindowConstraints.gridx = 0;
3641
+// aWindowConstraints.gridy = 0;
3642
+// aWindowConstraints.gridwidth = 1;
3643
+// // aWindowConstraints.gridheight = 3;
3644
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3645
+// aWindowConstraints.weightx = 1;
3646
+// aWindowConstraints.weighty = 1;
3647
+// bigThree.add(scenePanel, aWindowConstraints);
3648
+// aWindowConstraints.weightx = 1;
3649
+// aWindowConstraints.gridwidth = 3;
3650
+// // aConstraints.gridheight = 3;
3651
+// aWindowConstraints.gridx = 1;
3652
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3653
+// //bigThree.add(cameraPanel, aWindowConstraints);
3654
+// aWindowConstraints.weightx = 0;
3655
+// aWindowConstraints.gridx = 4;
3656
+// aWindowConstraints.gridwidth = 1;
3657
+// // aWindowConstraints.gridheight = 3;
3658
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3659
+// //bigThree.add(XYZPanel, aWindowConstraints);
3660
+// bigThree.validate();
3661
+// scenePanel.setVisible(true);
3662
+// centralPanel.setVisible(false);
3663
+// XYZPanel.setVisible(false);
3664
+ bigThree.ClearUI();
3665
+ bigThree.add(scenePanel);
3666
+ bigThree.FlushUI();
3667
+
3668
+ cameraView.requestFocusInWindow();
27213669 } else
2722
- if (event.getSource() == sixButton)
3670
+ if (source == sixButton)
27233671 {
27243672 radio.layout = sixButton;
2725
- bigThree.remove(scenePanel);
2726
- bigThree.remove(cameraPanel);
2727
- bigThree.remove(XYZPanel);
2728
- aWindowConstraints.gridx = 0;
2729
- aWindowConstraints.gridy = 0;
2730
- aWindowConstraints.gridwidth = 1;
2731
- // aConstraints.gridheight = 3;
2732
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2733
- aWindowConstraints.weightx = 0;
2734
- aWindowConstraints.weighty = 1;
2735
- bigThree.add(scenePanel, aWindowConstraints);
2736
- aWindowConstraints.weightx = 1;
2737
- aWindowConstraints.gridwidth = 3;
2738
- // aWindowConstraints.gridheight = 3;
2739
- aWindowConstraints.gridx = 1;
2740
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2741
- bigThree.add(cameraPanel, aWindowConstraints);
2742
- aWindowConstraints.weightx = 0;
2743
- aWindowConstraints.gridx = 4;
2744
- aWindowConstraints.gridwidth = 1;
2745
- // aWindowConstraints.gridheight = 3;
2746
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2747
- //bigThree.add(XYZPanel, aConstraints);
2748
- bigThree.revalidate();
3673
+
3674
+ if (CameraPane.FULLSCREEN)
3675
+ fullscreenLayout = radio.layout;
3676
+
3677
+// bigThree.remove(scenePanel);
3678
+// bigThree.remove(centralPanel);
3679
+// bigThree.remove(XYZPanel);
3680
+// aWindowConstraints.gridx = 0;
3681
+// aWindowConstraints.gridy = 0;
3682
+// aWindowConstraints.gridwidth = 1;
3683
+// // aConstraints.gridheight = 3;
3684
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3685
+// aWindowConstraints.weightx = 0;
3686
+// aWindowConstraints.weighty = 1;
3687
+// bigThree.add(scenePanel, aWindowConstraints);
3688
+// aWindowConstraints.weightx = 1;
3689
+// aWindowConstraints.gridwidth = 3;
3690
+// // aWindowConstraints.gridheight = 3;
3691
+// aWindowConstraints.gridx = 1;
3692
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3693
+// bigThree.add(centralPanel, aWindowConstraints);
3694
+// aWindowConstraints.weightx = 0;
3695
+// aWindowConstraints.gridx = 4;
3696
+// aWindowConstraints.gridwidth = 1;
3697
+// // aWindowConstraints.gridheight = 3;
3698
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3699
+// //bigThree.add(XYZPanel, aConstraints);
3700
+// bigThree.validate();
3701
+// scenePanel.setVisible(true);
3702
+// centralPanel.setVisible(true);
3703
+// XYZPanel.setVisible(false);
3704
+ bigThree.ClearUI();
3705
+ bigThree.add(centralPanel);
3706
+ bigThree.add(scenePanel);
3707
+ bigThree.FlushUI();
3708
+
3709
+ cameraView.requestFocusInWindow();
27493710 } else
2750
- if (event.getSource() == sevenButton)
3711
+ if (source == sevenButton)
27513712 {
27523713 radio.layout = sevenButton;
2753
- bigThree.remove(scenePanel);
2754
- bigThree.remove(cameraPanel);
2755
- bigThree.remove(XYZPanel);
2756
- aWindowConstraints.gridx = 0;
2757
- aWindowConstraints.gridy = 0;
2758
- aWindowConstraints.gridwidth = 1;
2759
- // aWindowConstraints.gridheight = 3;
2760
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2761
- aWindowConstraints.weightx = 0;
2762
- aWindowConstraints.weighty = 1;
2763
- bigThree.add(scenePanel, aWindowConstraints);
2764
- aWindowConstraints.weightx = 1;
2765
- aWindowConstraints.gridwidth = 3;
2766
- // aWindowConstraints.gridheight = 3;
2767
- aWindowConstraints.gridx = 1;
2768
- aWindowConstraints.fill = GridBagConstraints.BOTH;
2769
- bigThree.add(cameraPanel, aWindowConstraints);
2770
- aWindowConstraints.weightx = 0;
2771
- aWindowConstraints.gridx = 4;
2772
- aWindowConstraints.gridwidth = 1;
2773
- // aConstraints.gridheight = 3;
2774
- aWindowConstraints.fill = GridBagConstraints.VERTICAL;
2775
- bigThree.add(XYZPanel, aWindowConstraints);
2776
- bigThree.revalidate();
3714
+
3715
+ if (CameraPane.FULLSCREEN)
3716
+ fullscreenLayout = radio.layout;
3717
+
3718
+// bigThree.remove(scenePanel);
3719
+// bigThree.remove(centralPanel);
3720
+// bigThree.remove(XYZPanel);
3721
+// aWindowConstraints.gridx = 0;
3722
+// aWindowConstraints.gridy = 0;
3723
+// aWindowConstraints.gridwidth = 1;
3724
+// // aWindowConstraints.gridheight = 3;
3725
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3726
+// aWindowConstraints.weightx = 0;
3727
+// aWindowConstraints.weighty = 1;
3728
+// bigThree.add(scenePanel, aWindowConstraints);
3729
+// aWindowConstraints.weightx = 1;
3730
+// aWindowConstraints.gridwidth = 3;
3731
+// // aWindowConstraints.gridheight = 3;
3732
+// aWindowConstraints.gridx = 1;
3733
+// aWindowConstraints.fill = GridBagConstraints.BOTH;
3734
+// bigThree.add(centralPanel, aWindowConstraints);
3735
+// aWindowConstraints.weightx = 0;
3736
+// aWindowConstraints.gridx = 4;
3737
+// aWindowConstraints.gridwidth = 1;
3738
+// // aConstraints.gridheight = 3;
3739
+// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3740
+// bigThree.add(XYZPanel, aWindowConstraints);
3741
+// bigThree.validate();
3742
+// scenePanel.setVisible(true);
3743
+// centralPanel.setVisible(true);
3744
+// XYZPanel.setVisible(true);
3745
+ bigThree.ClearUI();
3746
+ bigThree.add(scenePanel);
3747
+ bigThree.add(centralPanel);
3748
+ bigThree.add(XYZPanel);
3749
+ bigThree.FlushUI();
3750
+
3751
+ cameraView.requestFocusInWindow();
27773752 } else
2778
- if (event.getSource() == rootButton)
3753
+ if (source == rootButton)
27793754 {
27803755 Object3D obj;
27813756 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -2785,66 +3760,84 @@
27853760 EditObject(obj);
27863761 }
27873762
3763
+ cameraView.requestFocusInWindow();
27883764 refreshContents(true);
27893765 } else
2790
- if (event.getSource() == closeButton)
3766
+ if (source == closeButton)
27913767 {
27923768 //System.out.println("CLOSE: " + buttonGroup.getSelection());
27933769 cRadio ab;
27943770 for (Enumeration e = buttonGroup.getElements(); e.hasMoreElements();)
27953771 {
27963772 ab = (cRadio)e.nextElement();
2797
- if(ab.getModel().isSelected() && ab.GetObject() != client)
3773
+ if (ab.getModel().isSelected() && ab.GetObject() != client)
27983774 {
3775
+ // Patch to avoid bug with transparency.
3776
+ if (!ab.hadMaterial)
3777
+ {
3778
+ ab.object.material = null;
3779
+ }
3780
+
27993781 buttonGroup.remove(ab);
28003782 radioPanel.remove(ab);
28013783
2802
- ab.GetObject().editWindow = null;
3784
+ //ab.GetObject().editWindow = null;
3785
+ ab.GetObject().manipWindow = null;
28033786 // ab.GetObject().objectUI = null; // ?????????
28043787
28053788 ((cRadio)radioPanel.getComponent(radioPanel.getComponentCount() - 1)).doClick();
28063789 break;
28073790 }
28083791 }
3792
+
3793
+ cameraView.requestFocusInWindow();
28093794 refreshContents(true);
28103795 } else
2811
- if (event.getSource() == editItem || event.getSource() == editButton)
3796
+ if (source == editItem || source == editButton)
28123797 {
3798
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3799
+ {
3800
+ Object3D child = (Object3D)e.nextElement();
3801
+ child.pinned = true;
3802
+ }
3803
+
28133804 EditSelection(false);
28143805 } else
2815
- if (event.getSource() == uneditButton)
3806
+ if (source == uneditButton)
28163807 {
28173808 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
28183809 {
28193810 Object3D child = (Object3D)e.nextElement();
28203811 if(child.editWindow != null)
28213812 objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
3813
+ child.pinned = false;
28223814 child.CloseUI();
28233815 listUI.remove(child);
28243816
2825
- child.editWindow = null; // ???????????
3817
+ //child.editWindow = null; // ???????????
28263818 }
2827
- objEditor.ctrlPanel.revalidate();
3819
+ objEditor.ctrlPanel.FlushUI();
28283820 //objEditor.jTree.clearSelection();
28293821 //objEditor.ResetSliders();
28303822 refreshContents(true);
28313823 } else
2832
- if (event.getSource() == clearPanelButton)
3824
+ if (source == clearPanelButton)
28333825 {
28343826 assert(copy == group);
28353827 //copy.ClearUI();
28363828 for (Object3D obj : listUI)
28373829 {
3830
+ obj.pinned = false;
28383831 obj.CloseUI();
28393832 }
28403833 listUI.clear();
28413834 refreshContents(true);
28423835 } else
2843
- if (event.getSource() == allParamsButton)
3836
+ if (source == allParamsButton)
28443837 {
28453838 assert(copy == group);
28463839
2847
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
3840
+ //objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
28483841
28493842 for (Object3D obj : listUI)
28503843 {
....@@ -2861,19 +3854,19 @@
28613854
28623855 refreshContents(true);
28633856 } else
2864
- if (event.getSource() == unselectButton)
3857
+ if (source == unselectButton)
28653858 {
28663859 objEditor.jTree.clearSelection();
28673860 // ?? oct 2012 GrafreeD.clipboard.clear();
28683861 objEditor.ResetSliders();
28693862 refreshContents(true);
28703863 } else
2871
- if(event.getSource() instanceof cRadio)
3864
+ if(source instanceof cRadio)
28723865 {
28733866 group.parent = keepparent;
28743867 group.attributes = 0;
28753868 //group.editWindow = null;
2876
- /*cRadio*/ radio = (cRadio)event.getSource();
3869
+ /*cRadio*/ radio = (cRadio)source;
28773870 Object3D obj = radio.GetObject();
28783871 System.out.println("Edit " + obj);
28793872 if (true) // obj instanceof Composite) // obj.parent == null) // obj instanceof Composite)
....@@ -2893,7 +3886,10 @@
28933886 }
28943887
28953888 copy = group;
2896
- //CameraPane.theRenderer.object = group;
3889
+
3890
+ SetUndoStates();
3891
+
3892
+ //Globals.theRenderer.object = group;
28973893 if(!useclient)
28983894 {
28993895 cameraView.renderCamera = radio.camera;
....@@ -2902,25 +3898,52 @@
29023898 cameraView.cameras[cameraView.cameracount] = radio.camera;
29033899 cameraView.targetLookAt.set(radio.camera.lookAt);
29043900 cameraView.object = group;
2905
- cameraView.lighttouched = true;
3901
+ //cameraView.lighttouched = true;
3902
+ Globals.lighttouched = true;
29063903 topView.object = group;
29073904 frontView.object = group;
29083905 sideView.object = group;
29093906 }
2910
- group.editWindow = this;
3907
+
3908
+// fix "+" issue
3909
+ //group.editWindow = this;
3910
+ group.manipWindow = this;
3911
+
29113912 /*
29123913 currentLayout = radio.layout;
29133914 if (currentLayout == null)
29143915 currentLayout = sevenButton;
29153916 */
29163917 radio.layout.doClick();
3918
+
3919
+ ClearUnpinned();
3920
+ //Grafreed.Assert(group != null);
3921
+ //Grafreed.Assert(group.selection != null);
3922
+ SetPinStates(group.selection == null || group.selection.size() > 0);
3923
+ if (group.selection == null || group.selection.size() == 1)
3924
+ EditSelection(false);
29173925 keepparent = group.parent;
29183926 // PARENT = NULL or not???
29193927 //group.parent = null; // ROOT
29203928 //group.attributes = -1;
29213929 ResetModel();
3930
+
3931
+ cameraView.requestFocusInWindow();
29223932 refreshContents(true);
2923
- }
3933
+ } else if (event.getSource() == editCameraItem)
3934
+ {
3935
+ cameraView.ProtectCamera();
3936
+ cameraView.repaint();
3937
+ return;
3938
+ } else if (event.getSource() == restoreCameraItem || event.getSource() == restoreCameraButton)
3939
+ {
3940
+ cameraView.RevertCamera();
3941
+ cameraView.repaint();
3942
+ return;
3943
+ // } else if (event.getSource() == textureButton)
3944
+ // {
3945
+ // return; // true;
3946
+ }
29243947 else
29253948 {
29263949 //return super.action(event, arg);
....@@ -2929,7 +3952,6 @@
29293952 }
29303953
29313954 boolean useclient = false;
2932
- cRadio radio;
29333955
29343956 void ToggleRoot()
29353957 {
....@@ -2938,7 +3960,7 @@
29383960 if (useclient)
29393961 {
29403962 cameraView.object = client;
2941
- cameraView.lighttouched = true;
3963
+ Globals.lighttouched = true;
29423964 //topView.object = client;
29433965 //frontView.object = client;
29443966 //sideView.object = client;
....@@ -2946,7 +3968,7 @@
29463968 else
29473969 {
29483970 cameraView.object = group;
2949
- cameraView.lighttouched = true;
3971
+ Globals.lighttouched = true;
29503972 //topView.object = group;
29513973 //frontView.object = group;
29523974 //sideView.object = group;
....@@ -2981,6 +4003,28 @@
29814003 refreshContents();
29824004 }
29834005
4006
+ void TransformChildren()
4007
+ {
4008
+ Object3D obj;
4009
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
4010
+ {
4011
+ obj = (Object3D)e.nextElement();
4012
+ obj.KeepTextureMatrices();
4013
+ obj.TransformChildren();
4014
+ obj.RestoreTextureMatrices();
4015
+
4016
+// if (obj.parent == null)
4017
+// {
4018
+// System.out.println("NULL PARENT!");
4019
+// new Exception().printStackTrace();
4020
+// }
4021
+// else
4022
+// TouchTransform(obj);
4023
+// //obj.parent.Touch();
4024
+ }
4025
+
4026
+ refreshContents();
4027
+ }
29844028
29854029 void ResetTransform()
29864030 {
....@@ -3093,7 +4137,7 @@
30934137 refreshContents();
30944138 }
30954139
3096
- void ResetCentroid()
4140
+ void ResetCentroid(boolean full)
30974141 {
30984142 Object3D obj;
30994143 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -3108,12 +4152,16 @@
31084152 LA.matIdentity(Object3D.mat);
31094153 obj.getBounds(minima, maxima, false);
31104154 Object3D.mat[3][0] = -(minima.x + maxima.x)/2;
3111
- Object3D.mat[3][1] = -(minima.y + maxima.y)/2;
4155
+ if (full)
4156
+ Object3D.mat[3][1] = -(minima.y + maxima.y)/2;
31124157 Object3D.mat[3][2] = -(minima.z + maxima.z)/2;
31134158 obj.TransformMesh(Object3D.mat);
4159
+
31144160 Object3D.mat[3][0] = (minima.x + maxima.x)/2;
3115
- Object3D.mat[3][1] = (minima.y + maxima.y)/2;
4161
+ if (full)
4162
+ Object3D.mat[3][1] = (minima.y + maxima.y)/2;
31164163 Object3D.mat[3][2] = (minima.z + maxima.z)/2;
4164
+
31174165 LA.matConcat(Object3D.mat, obj.toParent, obj.toParent);
31184166 //Object3D.mat[3][0] = -Object3D.mat[3][0];
31194167 //Object3D.mat[3][1] = -Object3D.mat[3][1];
....@@ -3142,7 +4190,8 @@
31424190
31434191 int size = obj.MemorySize();
31444192
3145
- System.err.println((size/1024) + " KB is the size of " + obj);
4193
+ //System.err.println((size/1024) + " KB is the size of " + obj);
4194
+ System.err.println("the size of " + obj + " is " + size + " (" + (size/1024) + "KB)");
31464195 }
31474196 }
31484197 catch (Exception e)
....@@ -3179,9 +4228,9 @@
31794228 obj = (Object3D)e.nextElement();
31804229
31814230 System.out.println("Object is: " + obj);
3182
- GrafreeD.AnalyzeObject(obj);
4231
+ Grafreed.AnalyzeObject(obj);
31834232 System.out.println("Boundary rep: " + obj.bRep);
3184
- GrafreeD.AnalyzeObject(obj.bRep);
4233
+ Grafreed.AnalyzeObject(obj.bRep);
31854234
31864235 // System.err.println((size/1024) + " KB is the size of " + obj);
31874236 }
....@@ -3223,6 +4272,13 @@
32234272 void GenNormals(boolean crease)
32244273 {
32254274 group.GenNormalsS(crease);
4275
+
4276
+ refreshContents();
4277
+ }
4278
+
4279
+ void GenNormalsMESH()
4280
+ {
4281
+ group.GenNormalsMeshS();
32264282
32274283 refreshContents();
32284284 }
....@@ -3395,8 +4451,8 @@
33954451
33964452 void ParseVertices()
33974453 {
3398
- boolean epsequal = GrafreeD.epsequal;
3399
- GrafreeD.epsequal = true;
4454
+ boolean epsequal = Grafreed.epsequal;
4455
+ Grafreed.epsequal = true;
34004456
34014457 for (int i=0; i<group.selection.size(); i++)
34024458 {
....@@ -3421,7 +4477,7 @@
34214477 LA.matTranslate(g.toParent, temp.x, temp.y, temp.z);
34224478 LA.matTranslate(g.fromParent, -temp.x, -temp.y, -temp.z);
34234479
3424
- g.add(GrafreeD.clipboard);
4480
+ g.add(Grafreed.clipboard);
34254481
34264482 buffer.add(g);
34274483 }
....@@ -3436,7 +4492,7 @@
34364492 makeSomething(buffer, i==group.selection.size()-1);
34374493 }
34384494
3439
- GrafreeD.epsequal = epsequal;
4495
+ Grafreed.epsequal = epsequal;
34404496
34414497 refreshContents();
34424498 }
....@@ -3454,7 +4510,16 @@
34544510 String pigment = Object3D.GetPigment(tex);
34554511 //String bump = Object3D.GetBump(tex);
34564512
3457
- com.sun.opengl.util.texture.TextureData texturedata = CameraPane.theRenderer.GetTextureData(pigment, false, node.texres);
4513
+ com.sun.opengl.util.texture.TextureData texturedata = null;
4514
+
4515
+ try
4516
+ {
4517
+ texturedata = Globals.theRenderer.GetTextureData(tex, false, node.texres);
4518
+ }
4519
+ catch (Exception e)
4520
+ {
4521
+ System.err.println("FAIL: " + node);
4522
+ }
34584523
34594524 double s = v.s;
34604525
....@@ -3542,11 +4607,11 @@
35424607
35434608 SwitchNode sn = new SwitchNode(poses, Object3D.GEOMETRY);
35444609
3545
- boolean random = CameraPane.RANDOM;
3546
- CameraPane.RANDOM = false; // parse all random nodes
4610
+ boolean random = CameraPane.SWITCH;
4611
+ CameraPane.SWITCH = false; // parse all random nodes
35474612 lowres.linkVerticesThis(null);
35484613 lowres.linkVerticesThis(sn);
3549
- CameraPane.RANDOM = random;
4614
+ CameraPane.SWITCH = random;
35504615
35514616 System.err.flush();
35524617
....@@ -3586,7 +4651,7 @@
35864651 return;
35874652
35884653 Object3D poses = group.selection.get(0);
3589
- Object3D ref = GrafreeD.clipboard.get(0);
4654
+ Object3D ref = Grafreed.clipboard.get(0);
35904655
35914656 Object3D newgroup = new Object3D("Po:" + poses.name);
35924657
....@@ -3755,7 +4820,7 @@
37554820 group.selection.RelinkToSupport(); // july 2014
37564821 System.out.println("DONE.");
37574822 refreshContents();
3758
- CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
4823
+ Globals.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.DEFAULT_CURSOR));
37594824 }
37604825
37614826 void ReduceMesh(boolean reduction34)
....@@ -3780,9 +4845,9 @@
37804845
37814846 void ClipMesh()
37824847 {
3783
- if (/*group.selection.size() == 1 &&*/ GrafreeD.clipboard.size() == 1)
4848
+ if (/*group.selection.size() == 1 &&*/ Grafreed.clipboard.size() == 1)
37844849 {
3785
- Object3D content = GrafreeD.clipboard.get(0);
4850
+ Object3D content = Grafreed.clipboard.get(0);
37864851
37874852 if (content instanceof cGroup && ((cGroup)content).transientlink )
37884853 content = ((cGroup)content).get(0);
....@@ -3791,7 +4856,7 @@
37914856 // {
37924857 // group.selection.get(i).ClipMesh(GrafreeD.clipboard);
37934858 // }
3794
- group.selection.ClipMesh(GrafreeD.clipboard);
4859
+ group.selection.ClipMesh(Grafreed.clipboard);
37954860 }
37964861 // group.selection.ClipMesh(GrafreeD.clipboard);
37974862 System.out.println("DONE.");
....@@ -3838,6 +4903,18 @@
38384903 void MarkLeaves(boolean hide)
38394904 {
38404905 group.selection.MarkLeaves(hide);
4906
+ refreshContents();
4907
+ }
4908
+
4909
+ void RewindLeaves(boolean hide)
4910
+ {
4911
+ group.selection.RewindLeaves(hide);
4912
+ refreshContents();
4913
+ }
4914
+
4915
+ void RandomLeaves(boolean hide)
4916
+ {
4917
+ group.selection.RandomLeaves(hide);
38414918 refreshContents();
38424919 }
38434920
....@@ -3912,28 +4989,25 @@
39124989 // }
39134990 // }
39144991
3915
- static boolean allparams = true;
3916
-
3917
- static Vector<Object3D> listUI = new Vector<Object3D>();
3918
-
39194992 void EditSelection(boolean newWindow)
39204993 {
4994
+ if (group.selection == null)
4995
+ {
4996
+ EditElement(group, newWindow); // ? new
4997
+ return;
4998
+ }
4999
+
39215000 // aConstraints.gridy = 0;
39225001 for (int i=0; i<group.selection.size(); i++)
39235002 {
39245003 //System.out.println("edit : " + objectPanel.indexOfTab("Material"));
39255004 //objectPanel.setEnabledAt(objectPanel.indexOfTab("Material"), false);
3926
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
5005
+ //objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
39275006
39285007 Object3D elem = (Object3D)group.selection.elementAt(i);
3929
- if(elem != group)
5008
+ if(elem != group || !newWindow)
39305009 {
3931
- // if (!(elem instanceof Composite))
3932
- // newWindow = false;
3933
- listUI.add(elem);
3934
- elem.openEditWindow(this, newWindow); //, false);
3935
- System.out.println("edit : " + elem);
3936
- elem.editWindow.refreshContents(true); // ? new
5010
+ EditElement(elem, newWindow); // ? new
39375011 }
39385012 }
39395013 }
....@@ -4008,7 +5082,8 @@
40085082 //new Exception().printStackTrace();
40095083
40105084 freezemodel = true;
4011
-
5085
+ ClearUnpinned();
5086
+
40125087 /**/
40135088 //switch (event.id)
40145089 {
....@@ -4016,7 +5091,6 @@
40165091 //case 702: // Event.LIST_DESELECT
40175092 group.deselectAll();
40185093 TreePath tps[] = objEditor.jTree.getSelectionPaths();
4019
- objEditor.ClearInfo(); // .GetMaterial());
40205094 if (tps != null)
40215095 {
40225096 for (int i=0; i < tps.length; i++)
....@@ -4025,33 +5099,39 @@
40255099
40265100 //if (child.parent != null)
40275101 //child.parent.addSelectee(child);
5102
+ objEditor.SetMaterial(child);
40285103 group.addSelectee(child);
4029
- objEditor.SetMaterial(child); // .GetMaterial());
4030
- objEditor.AddInfo(child, this, true); // .GetMaterial());
4031
- System.err.println("info : " + child.GetPath());
40325104 }
40335105 }
4034
- else
4035
- {
4036
- objEditor.SetMaterial(group); // .GetMaterial());
4037
- objEditor.AddInfo(group, this, true); // .GetMaterial());
4038
- System.err.println("info : " + group.GetPath());
4039
- }
5106
+// else
5107
+// {
5108
+// objEditor.SetMaterial(group); // .GetMaterial());
5109
+// objEditor.AddInfo(group, this, true); // .GetMaterial());
5110
+// System.err.println("info : " + group.GetPath());
5111
+// }
40405112
4041
- objEditor.SetText(); // jan 2014
4042
-
4043
- if (flashIt && !CameraPane.isLIVE() && tps != null && tps.length > 0 && !(((Object3D) tps[0].getLastPathComponent()) instanceof Camera))
5113
+ if (flashIt && !Globals.isLIVE() && tps != null && tps.length > 0 && !(tps[0].getLastPathComponent() instanceof Camera))
40445114 CameraPane.flash = true;
40455115
4046
- if (tps != null && tps.length > 0 && ((Object3D) tps[0].getLastPathComponent()) instanceof Camera)
5116
+ if (tps != null && tps.length > 0 && tps[0].getLastPathComponent() instanceof Camera)
40475117 // a camera
40485118 {
4049
- CameraPane.camerachangeframe = 0; // don't refuse it
4050
- CameraPane.theRenderer.SetCamera((Camera) tps[0].getLastPathComponent());
4051
- // CameraPane.theRenderer.renderCamera = CameraPane.theRenderer.manipCamera;
4052
- // CameraPane.theRenderer.eyeCamera = CameraPane.theRenderer.manipCamera;
5119
+ if (tps[0].getLastPathComponent() != Globals.theRenderer.LightCamera()) // Crash the camera because of invalid lightspace
5120
+ {
5121
+ CameraPane.camerachangeframe = 0; // don't refuse it
5122
+ Globals.theRenderer.SetCamera((Camera) tps[0].getLastPathComponent());
5123
+ }
5124
+ // Globals.theRenderer.renderCamera = Globals.theRenderer.manipCamera;
5125
+ // Globals.theRenderer.eyeCamera = Globals.theRenderer.manipCamera;
40535126 }
40545127
5128
+ if (tps != null && tps.length == 1)
5129
+ {
5130
+ EditSelection(false);
5131
+ }
5132
+
5133
+ SetPinStates(tps != null && tps.length > 0);
5134
+
40555135 refreshContents();
40565136 //return true;
40575137 }
....@@ -4060,6 +5140,35 @@
40605140
40615141 freezemodel = false;
40625142 }
5143
+
5144
+ void SetPinStates(boolean enabled)
5145
+ {
5146
+ editButton.setEnabled(enabled);
5147
+ uneditButton.setEnabled(enabled);
5148
+ unselectButton.setEnabled(enabled);
5149
+ flashSelectionButton.setEnabled(enabled);
5150
+ }
5151
+
5152
+ void refreshContents(boolean cp)
5153
+ {
5154
+ if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
5155
+ if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING)
5156
+ {
5157
+ objEditor.ClearInfo(); // .GetMaterial());
5158
+
5159
+ for (int i=0; i < group.selection.Size(); i++)
5160
+ {
5161
+ Object3D child = (Object3D) group.selection.get(i);
5162
+
5163
+ objEditor.AddInfo(child, this, true);
5164
+ System.err.println("info : " + child.GetPath());
5165
+ }
5166
+
5167
+ objEditor.SetText(); // jan 2014
5168
+ }
5169
+
5170
+ super.refreshContents(cp);
5171
+ }
40635172
40645173 void linkSomething(Object3D thing)
40655174 {
....@@ -4131,16 +5240,19 @@
41315240 {
41325241 if (group.selection.isEmpty())
41335242 return;
4134
- GrafreeD.clipboardIsTempGroup = false;
5243
+
5244
+ Grafreed.clipboardIsTempGroup = false;
41355245 Composite tGroup = null;
41365246 if (group.selection.size() > 0) // 1)
41375247 {
41385248 tGroup = new cGroup();
4139
- GrafreeD.clipboardIsTempGroup = true;
5249
+ Grafreed.clipboardIsTempGroup = true;
41405250 }
41415251
41425252 if (cut)
41435253 {
5254
+// if (Globals.SAVEONMAKE) // Moved to the clipboard, no need to save.
5255
+// Save();
41445256 //int indices[] = jList.getSelectedIndices();
41455257 //for (int i = indices.length - 1; i >= 0; i--)
41465258 //jList.remove(indices[i]);
....@@ -4176,16 +5288,16 @@
41765288 //System.out.println("cut " + child);
41775289 //System.out.println("parent = " + child.parent);
41785290 // tmp.addChild(child);
4179
- if (GrafreeD.clipboardIsTempGroup)
5291
+ if (Grafreed.clipboardIsTempGroup)
41805292 tGroup.add/*Child*/(tmp);
41815293 else
4182
- GrafreeD.clipboard = tmp;
5294
+ Grafreed.clipboard = tmp;
41835295 }
41845296 else
4185
- if (GrafreeD.clipboardIsTempGroup)
5297
+ if (Grafreed.clipboardIsTempGroup)
41865298 tGroup.add/*Child*/(child);
41875299 else
4188
- GrafreeD.clipboard = child;
5300
+ Grafreed.clipboard = child;
41895301 }
41905302
41915303 //ResetModel();
....@@ -4217,21 +5329,23 @@
42175329 //System.out.println("cut " + elem);
42185330 //System.out.println("parent = " + elem.parent);
42195331 // tmp.addChild(elem);
4220
- if (GrafreeD.clipboardIsTempGroup)
5332
+ if (Grafreed.clipboardIsTempGroup)
42215333 tGroup.add/*Child*/(tmp);
42225334 else
4223
- GrafreeD.clipboard = tmp;
5335
+ Grafreed.clipboard = tmp;
42245336 }
42255337 else
4226
- if (GrafreeD.clipboardIsTempGroup)
5338
+ if (Grafreed.clipboardIsTempGroup)
42275339 tGroup.add/*Child*/(child);
42285340 else
4229
- GrafreeD.clipboard = child;
5341
+ Grafreed.clipboard = child;
42305342 }
42315343
42325344 }
4233
- if (GrafreeD.clipboardIsTempGroup)
4234
- GrafreeD.clipboard = tGroup;
5345
+
5346
+ if (Grafreed.clipboardIsTempGroup)
5347
+ Grafreed.clipboard = tGroup;
5348
+
42355349 if (cut)
42365350 {
42375351 ResetModel();
....@@ -4241,11 +5355,15 @@
42415355
42425356 void paste(boolean expand)
42435357 {
5358
+ if (Globals.REPLACEONMAKE)
5359
+ Save();
5360
+ boolean keep = Globals.REPLACEONMAKE;
5361
+ Globals.REPLACEONMAKE = false;
42445362 // if (GrafreeD.clipboard == null)
42455363 // return;
42465364 boolean first = true;
42475365
4248
- if (GrafreeD.clipboardIsTempGroup)
5366
+ if (Grafreed.clipboardIsTempGroup)
42495367 {
42505368 Composite temp;
42515369
....@@ -4256,7 +5374,7 @@
42565374 temp = (Composite)Applet3D.clipboard.deepCopy();
42575375 */
42585376 Object3D elem;
4259
- for (Enumeration e = /*temp.children*/GrafreeD.clipboard.elements(); e.hasMoreElements();) // objList.add(copy.name))
5377
+ for (Enumeration e = /*temp.children*/Grafreed.clipboard.elements(); e.hasMoreElements();) // objList.add(copy.name))
42605378 {
42615379 Object3D child = (Object3D)e.nextElement();
42625380
....@@ -4290,21 +5408,22 @@
42905408 //Object3D cb = Applet3D.clipboard;
42915409 //temp.addChild(cb);
42925410 //makeSomething((expand?temp.copyExpand():temp.deepCopy()).get(0));
4293
- assert(GrafreeD.clipboard.parent == null);
4294
- Object3D /*Composite*/ keepparent = GrafreeD.clipboard.get(0).parent;
4295
- GrafreeD.clipboard.get(0).parent = null; // Avoid copy?
4296
- if (LA.isIdentity(GrafreeD.clipboard.toParent))
4297
- makeSomething(expand?GrafreeD.clipboard.get(0).copyExpand():GrafreeD.clipboard.get(0).deepCopy());
5411
+ assert(Grafreed.clipboard.parent == null);
5412
+ Object3D /*Composite*/ keepparent = Grafreed.clipboard.get(0).parent;
5413
+ Grafreed.clipboard.get(0).parent = null; // Avoid copy?
5414
+ if (LA.isIdentity(Grafreed.clipboard.toParent))
5415
+ makeSomething(expand?Grafreed.clipboard.get(0).copyExpand():Grafreed.clipboard.get(0).deepCopy());
42985416 else
4299
- makeSomething(expand?GrafreeD.clipboard.copyExpand():GrafreeD.clipboard.deepCopy());
4300
- GrafreeD.clipboard.get(0).parent = keepparent;
5417
+ makeSomething(expand?Grafreed.clipboard.copyExpand():Grafreed.clipboard.deepCopy());
5418
+ Grafreed.clipboard.get(0).parent = keepparent;
43015419 }
43025420
5421
+ Globals.REPLACEONMAKE = keep;
43035422 ResetModel();
43045423 refreshContents();
43055424 }
43065425
4307
- void pasteInto(boolean copyit)
5426
+ void pasteInto(boolean copyit, boolean clone)
43085427 {
43095428 // if (GrafreeD.clipboard == null)
43105429 // return;
....@@ -4333,15 +5452,22 @@
43335452 if (copyit)
43345453 {
43355454 // paste(false);
4336
- CloneClipboard(false); // sept 2014
5455
+ if (clone)
5456
+ {
5457
+ CloneClipboard(false); // sept 2014
5458
+ }
5459
+ else
5460
+ {
5461
+ paste(false);
5462
+ }
43375463 }
43385464 else
43395465 {
43405466 boolean first = true;
43415467
4342
- if (GrafreeD.clipboardIsTempGroup)
5468
+ if (Grafreed.clipboardIsTempGroup)
43435469 {
4344
- Composite temp = (Composite)GrafreeD.clipboard;
5470
+ Composite temp = (Composite)Grafreed.clipboard;
43455471 Object3D copy;
43465472 for (Enumeration e = temp.children.elements(); e.hasMoreElements();)
43475473 {
....@@ -4351,7 +5477,7 @@
43515477 }
43525478 } else
43535479 {
4354
- linkSomething(GrafreeD.clipboard); //.get(0));
5480
+ linkSomething(Grafreed.clipboard); //.get(0));
43555481 }
43565482 }
43575483 }
....@@ -4428,6 +5554,10 @@
44285554
44295555 void group(Object3D csg, boolean grab)
44305556 {
5557
+ if (Globals.REPLACEONMAKE)
5558
+ Save();
5559
+ boolean keep = Globals.REPLACEONMAKE;
5560
+ Globals.REPLACEONMAKE = false;
44315561 if (//false) // why??
44325562 !group.selection.isEmpty())
44335563 {
....@@ -4541,10 +5671,15 @@
45415671 //node.add(csg);
45425672 //makeSomething(node);
45435673 makeSomething(csg);
5674
+ Globals.REPLACEONMAKE = keep;
45445675 }
45455676
45465677 void Ungroup(Object3D g)
45475678 {
5679
+ if (Globals.REPLACEONMAKE)
5680
+ Save();
5681
+ boolean keep = Globals.REPLACEONMAKE;
5682
+ Globals.REPLACEONMAKE = false;
45485683 if (g instanceof HiddenObject)
45495684 {
45505685 HiddenObject h = (HiddenObject) g;
....@@ -4561,6 +5696,7 @@
45615696 objEditor.makeSomething(g.get(i), false);
45625697 }
45635698 }
5699
+ Globals.REPLACEONMAKE = keep;
45645700 }
45655701
45665702 void ungroup()
....@@ -4756,21 +5892,6 @@
47565892 }
47575893 */
47585894
4759
- void ImportGFD()
4760
- {
4761
- FileDialog browser = new FileDialog(objEditor.frame, "Import GrafreeD", FileDialog.LOAD);
4762
- browser.show();
4763
- String filename = browser.getFile();
4764
- if (filename != null && filename.length() > 0)
4765
- {
4766
- String fullname = browser.getDirectory() + filename;
4767
-
4768
- //Object3D readobj =
4769
- objEditor.ReadGFD(fullname, objEditor);
4770
- //makeSomething(readobj);
4771
- }
4772
- }
4773
-
47745895 /*
47755896 public void Callback(Object obj)
47765897 {
....@@ -4794,26 +5915,9 @@
47945915 }
47955916 */
47965917
4797
- void ImportVRMLX3D()
4798
- {
4799
- if (GrafreeD.standAlone)
4800
- {
4801
- /**/
4802
- FileDialog browser = new FileDialog(objEditor.frame, "Import VRML/X3D", FileDialog.LOAD);
4803
- browser.show();
4804
- String filename = browser.getFile();
4805
- if (filename != null && filename.length() > 0)
4806
- {
4807
- String fullname = browser.getDirectory() + filename;
4808
- LoadVRMLX3D(fullname);
4809
- }
4810
- /**/
4811
- }
4812
- }
4813
-
48145918 String GetFile(String dialogName)
48155919 {
4816
- if (GrafreeD.standAlone)
5920
+ if (Grafreed.standAlone)
48175921 {
48185922 FileDialog browser = new FileDialog(objEditor.frame, dialogName, FileDialog.LOAD);
48195923 browser.show();
....@@ -4877,10 +5981,49 @@
48775981 cButton flashSelectionButton;
48785982 cButton editButton;
48795983 cButton uneditButton;
5984
+ JCheckBox allParamsButton;
48805985 cButton clearpanelButton;
4881
- cButton allParamsButton;
48825986 cButton unselectButton;
48835987
5988
+ cButton restoreCameraButton;
5989
+
5990
+ cButton saveButton;
5991
+ cButton oneStepButton;
5992
+
5993
+ cButton groupButton;
5994
+ cButton ungroupButton;
5995
+ cButton compositeButton;
5996
+ cButton switchButton;
5997
+ cButton loopButton;
5998
+ cButton textureButton;
5999
+
6000
+ cButton skybox1Button;
6001
+ cButton skybox2Button;
6002
+ cButton skybox3Button;
6003
+ cButton skybox4Button;
6004
+ cButton skybox5Button;
6005
+ cButton skybox6Button;
6006
+ cButton skybox7Button;
6007
+
6008
+ cButton skybox11Button;
6009
+ cButton skybox12Button;
6010
+ cButton skybox13Button;
6011
+ cButton skybox14Button;
6012
+ cButton skybox15Button;
6013
+ cButton skybox16Button;
6014
+ cButton skybox17Button;
6015
+
6016
+ cButton gridButton;
6017
+ cButton boxButton;
6018
+ cButton sphereButton;
6019
+ cButton coneButton;
6020
+ cButton torusButton;
6021
+ cButton superButton;
6022
+ cButton kleinButton;
6023
+ cButton particlesButton;
6024
+ cButton overlayButton;
6025
+ cButton lightButton;
6026
+
48846027 cButton screenfitButton;
48856028 cButton screenfitpointButton;
48866029 cButton snapobjectButton;
....@@ -4892,14 +6035,6 @@
48926035
48936036 cButton setsupportButton;
48946037
4895
- cButton twoButton;
4896
- cButton sixButton;
4897
- cButton threeButton;
4898
- cButton sevenButton;
4899
- cButton fourButton; // full panel
4900
- cButton oneButton; // full XYZ
4901
- //cButton currentLayout;
4902
-
49036038 //
49046039 //Composite
49056040 Object3D // to do !!
....@@ -4909,9 +6044,11 @@
49096044 //JTree jTree;
49106045 private MenuItem lookAtItem;
49116046 private MenuItem lookFromItem;
4912
- private MenuItem switchItem;
6047
+ private MenuItem switchViewItem;
49136048 private MenuItem cutItem;
4914
- private MenuItem duplicateItem;
6049
+ private MenuItem undoItem;
6050
+ private MenuItem redoItem;
6051
+ private JMenuItem duplicateItem;
49156052 private MenuItem cloneItem;
49166053 private MenuItem cloneSupportItem;
49176054 private MenuItem overwriteGeoItem;
....@@ -4924,7 +6061,7 @@
49246061 private MenuItem linkverticesItem;
49256062 private MenuItem relinkverticesItem;
49266063 private MenuItem setMasterItem;
4927
- private MenuItem resetMeshItem;
6064
+ private MenuItem resetAllItem;
49286065 private MenuItem stepAllItem;
49296066 private MenuItem revertMeshItem;
49306067 private MenuItem poseMeshItem;
....@@ -4935,10 +6072,11 @@
49356072 private MenuItem mergeGeometriesItem;
49366073 private MenuItem copyItem;
49376074 private MenuItem pasteItem;
6075
+ private MenuItem pasteIntoItem;
49386076 private MenuItem pasteLinkItem;
49396077 private MenuItem pasteCloneItem;
49406078 private MenuItem pasteExpandItem;
4941
- private MenuItem clearItem;
6079
+ private MenuItem deleteItem;
49426080 private MenuItem clearAllItem;
49436081 private MenuItem genUVItem;
49446082 private MenuItem genNormalsMESHItem;
....@@ -4973,6 +6111,10 @@
49736111 private MenuItem showleavesItem;
49746112 private MenuItem markleavesItem;
49756113 private MenuItem unmarkleavesItem;
6114
+ private MenuItem rewindleavesItem;
6115
+ private MenuItem unrewindleavesItem;
6116
+ private MenuItem randomleavesItem;
6117
+ private MenuItem unrandomleavesItem;
49766118
49776119 private MenuItem flipVItem;
49786120 private MenuItem unflipVItem;
....@@ -4984,15 +6126,17 @@
49846126 private MenuItem panoTexturesItem;
49856127
49866128 private MenuItem resetCentroidItem;
4987
- private MenuItem transformgeometryItem;
6129
+ private MenuItem resetCentroidXZItem;
49886130 private MenuItem resetTransformItem;
6131
+ private MenuItem transformGeometryItem;
6132
+ private MenuItem transformChildrenItem;
49896133 private MenuItem hideItem;
49906134 private MenuItem grabItem;
49916135 private MenuItem backItem;
49926136 private MenuItem frontItem;
49936137 private MenuItem cameraItem;
49946138 private MenuItem compositeItem;
4995
- private MenuItem randomItem;
6139
+ private MenuItem switchItem;
49966140 private MenuItem physicsItem;
49976141 private MenuItem frameselectorItem;
49986142 private MenuItem scriptNodeItem;
....@@ -5007,6 +6151,7 @@
50076151
50086152 private MenuItem resetParentItem;
50096153 private MenuItem repairParentItem;
6154
+ private MenuItem repairShadowItem;
50106155 private MenuItem sortbysizeItem;
50116156 private MenuItem sortbynameItem;
50126157
....@@ -5015,6 +6160,8 @@
50156160 private MenuItem attachBumpItem;
50166161 private MenuItem detachBumpItem;
50176162 private MenuItem pigmentBumpItem;
6163
+ private MenuItem embedTexturesItem;
6164
+ private MenuItem deEmbedTexturesItem;
50186165
50196166 private MenuItem particleItem;
50206167 private MenuItem ragdollItem;
....@@ -5031,7 +6178,7 @@
50316178 private MenuItem blobItem;
50326179 private MenuItem latheItem;
50336180 private MenuItem bezierItem;
5034
- private MenuItem checkerItem;
6181
+ private MenuItem overlayItem;
50356182 private MenuItem meshItem;
50366183 // private MenuItem meshGroupItem;
50376184 private MenuItem springItem;
....@@ -5053,11 +6200,6 @@
50536200 private MenuItem doubleItem;
50546201 private MenuItem tripleItem;
50556202
5056
- private MenuItem importGFDItem;
5057
- private MenuItem importVRMLX3DItem;
5058
- private MenuItem import3DSItem;
5059
- private MenuItem importOBJItem;
5060
-
50616203 private MenuItem computeAOItem;
50626204 private MenuItem recompileItem;
50636205 private MenuItem editScriptItem;
....@@ -5067,4 +6209,8 @@
50676209 private MenuItem analyzeItem;
50686210 private MenuItem dumpItem;
50696211 //boolean freezemodel = false;
6212
+
6213
+ Menu cameraMenu;
6214
+ MenuItem editCameraItem;
6215
+ MenuItem restoreCameraItem;
50706216 }