Normand Briere
2019-08-09 912749d2520afedd9b56458d771400c261fe2b88
GroupEditor.java
....@@ -16,6 +16,7 @@
1616 //import buoy.widget.BFileChooser;
1717
1818 class GroupEditor extends ObjEditor implements //iParse, //iCallBack,
19
+ Grafreed.iResourceCallBack,
1920 ObjectUI,
2021 Runnable,
2122 ActionListener,
....@@ -28,8 +29,8 @@
2829 {
2930 cButton skyboxButton;
3031 final String path = "cubemaps/" + f + "-skyboxes/" + s;
31
- //row.add(skyboxButton = GetButton(path + "/" + s + ".jpg", !Grafreed.NIMBUSLAF));
32
- row.add(skyboxButton = GetButton(path + "/negx.jpg", !Grafreed.NIMBUSLAF));
32
+ row.add(skyboxButton = GetButton(path + "/preview.jpg", !Grafreed.NIMBUSLAF));
33
+ //row.add(skyboxButton = GetButton(path + "/negx.jpg", !Grafreed.NIMBUSLAF));
3334 skyboxButton.setToolTipText(s);
3435 skyboxButton.addActionListener(new ActionListener()
3536 {
....@@ -41,6 +42,22 @@
4142 });
4243 }
4344
45
+ public void AddTextureButton(String f, String c, final String t, int count, cGridBag row)
46
+ {
47
+ cButton textureButton;
48
+ final String path = "textures/" + f + "/" + c + "/"; // + t;
49
+ row.add(textureButton = GetButton(path + "icons/" + t, !Grafreed.NIMBUSLAF));
50
+ textureButton.setToolTipText(c + count);
51
+ textureButton.addActionListener(new ActionListener()
52
+ {
53
+ @Override
54
+ public void actionPerformed(ActionEvent e)
55
+ {
56
+ ChangeTexture(path + t);
57
+ }
58
+ });
59
+ }
60
+
4461 public void AddSkyboxTab0(JTabbedPane skyboxpanel)
4562 {
4663 cGridBag tab0 = new cGridBag().setVertical(true);
....@@ -57,11 +74,12 @@
5774 cGridBag row6 = new cGridBag();
5875
5976 AddSkyboxButton("default", "rgb", row0);
60
- AddSkyboxButton("default", "cornell", row0);
61
- AddSkyboxButton("default", "uffizi", row0);
62
- AddSkyboxButton("default", "CloudyHills", row0);
63
-
64
- AddSkyboxButton("default", "skycube", row1);
77
+ //AddSkyboxButton("default", "cornell", row0);
78
+ AddSkyboxButton("penguins", "dust", row0);
79
+ AddSkyboxButton("penguins", "tropic", row0);
80
+ AddSkyboxButton("penguins", "yonder", row0);
81
+
82
+ AddSkyboxButton("default", "uffizi", row1);
6583 AddSkyboxButton("bridge", "Bridge", row1);
6684 AddSkyboxButton("bridge", "Bridge2", row1);
6785 AddSkyboxButton("urban", "GamlaStan2", row1);
....@@ -73,23 +91,23 @@
7391
7492 AddSkyboxButton("urban", "SaintLazarusChurch3", row3);
7593 AddSkyboxButton("urban", "UnionSquare", row3);
94
+ AddSkyboxButton("urban", "Medborgarplatsen", row3);
7695 AddSkyboxButton("park", "BerzeliiPark", row3);
77
- AddSkyboxButton("park", "Buddha", row3);
7896
97
+ AddSkyboxButton("park", "Buddha", row4);
7998 AddSkyboxButton("park", "CNTower2", row4);
8099 AddSkyboxButton("park", "NiagaraFalls1", row4);
81100 AddSkyboxButton("park", "NiagaraFalls3", row4);
82
- AddSkyboxButton("park", "Park", row4);
83101
102
+ AddSkyboxButton("park", "Park", row5);
84103 AddSkyboxButton("park", "Pond", row5);
85104 AddSkyboxButton("park", "Skansen", row5);
86105 AddSkyboxButton("park", "Skansen2", row5);
87
- AddSkyboxButton("park", "Skansen3", row5);
88106
107
+ AddSkyboxButton("park", "Skansen3", row6);
89108 AddSkyboxButton("park", "Skansen4", row6);
90109 AddSkyboxButton("park", "Skansen5", row6);
91
- AddSkyboxButton("park", "Stairs", row6);
92
- AddSkyboxButton("park", "Tantolunden4", row6);
110
+ AddSkyboxButton("persson", "VancouverConventionCentre", row6);
93111
94112 tab0.add(row0);
95113 tab0.add(row1);
....@@ -140,24 +158,29 @@
140158 AddSkyboxButton("forest", "Langholmen2", row3);
141159 AddSkyboxButton("forest", "Plants", row3);
142160 AddSkyboxButton("mountain", "Maskonaive", row3);
161
+
143162 AddSkyboxButton("mountain", "Maskonaive2", row4);
144
-
145163 AddSkyboxButton("mountain", "Maskonaive3", row4);
146
- AddSkyboxButton("mountain", "Ryfjallet", row4);
147
- AddSkyboxButton("mountain", "Teide", row4);
164
+ AddSkyboxButton("mountain", "Teide", row4);
165
+ AddSkyboxButton("park", "Tantolunden4", row4);
148166
167
+ AddSkyboxButton("park", "Stairs", row5);
168
+ AddSkyboxButton("default", "skycube", row6);
149169 AddSkyboxButton("rocky", "Langholmen", row5);
150
- AddSkyboxButton("rocky", "Riddarfjarden", row5);
151170 AddSkyboxButton("rocky", "Skinnarviksberget", row5);
171
+
152172 AddSkyboxButton("rocky", "Tantolunden6", row5);
173
+ AddSkyboxButton("default", "CloudyHills", row6);
174
+ AddSkyboxButton("daz", "Autumn", row6);
175
+ AddSkyboxButton("daz", "MountainTrail", row6);
153176 /*
154
-Kastellholmen
155
-Langholmen
156
-Riddarfjarden
157
-Skinnarviksberget
158
-Tanto
159
-Tantolunden2
160
-Tantolunden6
177
+Autumn
178
+Greenlands
179
+MountainTrail
180
+Oasis
181
+TheRock
182
+TopOfTheWorld
183
+Winter
161184 */
162185
163186 tab0.add(row0);
....@@ -197,39 +220,33 @@
197220
198221 AddSkyboxButton("urban", "CNTower", row1);
199222 AddSkyboxButton("bridge", "ArstaBridge", row1);
200
- AddSkyboxButton("indoors", "DallasW", row1);
201
- AddSkyboxButton("indoors", "MarriottMadisonWest", row1);
223
+ AddSkyboxButton("rocky", "Riddarfjarden", row1);
224
+ AddSkyboxButton("penguins", "sleepyhollow", row1);
202225
226
+ AddSkyboxButton("penguins", "kenon_star", row2);
227
+ AddSkyboxButton("persson", "corona", row2);
228
+ AddSkyboxButton("persson", "spaceskybox", row2);
203229 AddSkyboxButton("indoors", "Vasa", row2);
204
- AddSkyboxButton("winter", "Backyard", row2);
205
- AddSkyboxButton("winter", "Creek", row2);
206
- AddSkyboxButton("winter", "FootballField3", row2);
207230
231
+ AddSkyboxButton("winter", "Backyard", row3);
232
+ AddSkyboxButton("winter", "Creek", row3);
233
+ AddSkyboxButton("winter", "FootballField3", row3);
208234 AddSkyboxButton("winter", "Forest", row3);
209
- AddSkyboxButton("winter", "HornstullsStrand2", row3);
210
- AddSkyboxButton("winter", "House", row3);
211
- AddSkyboxButton("winter", "IceLake", row3);
212235
236
+ AddSkyboxButton("winter", "HornstullsStrand2", row4);
237
+ AddSkyboxButton("winter", "House", row4);
238
+ AddSkyboxButton("winter", "IceLake", row4);
213239 AddSkyboxButton("winter", "IceRiver", row4);
214
- AddSkyboxButton("winter", "Park3", row4);
215
- AddSkyboxButton("winter", "PondWinter", row4);
216240
241
+ AddSkyboxButton("winter", "Park3", row5);
242
+ AddSkyboxButton("winter", "PondWinter", row5);
217243 AddSkyboxButton("winter", "Tantolunden5", row5);
218244 AddSkyboxButton("winter", "Vindelalven", row5);
219
- /*
220
-Backyard
221
-Creek
222
-FootballField3
223
-Forest
224
-HornstullsStrand2
225
-House
226
-IceLake
227
-IceRiver
228
-Park3
229
-PondWinter
230
-Tantolunden5
231
-Vindelalven *
232
- */
245
+
246
+ AddSkyboxButton("daz", "TheRock", row6);
247
+ AddSkyboxButton("daz", "TopOfTheWorld", row6);
248
+ AddSkyboxButton("daz", "Winter", row6);
249
+ AddSkyboxButton("mountain", "Ryfjallet", row6);
233250
234251 tab0.add(row0);
235252 tab0.add(row1);
....@@ -245,15 +262,103 @@
245262 //tab0.add(new cGridBag());
246263 }
247264 }
248
-
249
- public void ChangeSkybox(String name)
265
+
266
+ public void AddSkyboxTab3(JTabbedPane skyboxpanel)
250267 {
251
- cameraView.envyoff = false;
252
- cameraView.skyboxname = name;
253
- cameraView.skyboxext = "jpg";
268
+ cGridBag tab0 = new cGridBag().setVertical(true);
269
+
270
+ tab0.setName("Others");
271
+ skyboxpanel.add(tab0);
272
+
273
+ cGridBag row0 = new cGridBag();
274
+ cGridBag row1 = new cGridBag();
275
+ cGridBag row2 = new cGridBag();
276
+ cGridBag row3 = new cGridBag();
277
+ cGridBag row4 = new cGridBag();
278
+ cGridBag row5 = new cGridBag();
279
+ cGridBag row6 = new cGridBag();
280
+
281
+ AddSkyboxButton("mayhem", "afterrain", row0);
282
+ AddSkyboxButton("mayhem", "aqua4", row0);
283
+ AddSkyboxButton("mayhem", "aqua9", row0);
284
+ AddSkyboxButton("mayhem", "flame", row0);
285
+
286
+ AddSkyboxButton("mayhem", "h2s", row1);
287
+ AddSkyboxButton("mayhem", "prehistoric", row1);
288
+ AddSkyboxButton("mayhem", "scorched", row1);
289
+ AddSkyboxButton("penguins", "desertdawn", row1);
290
+
291
+ AddSkyboxButton("persson", "Citadella", row2);
292
+ AddSkyboxButton("persson", "Citadella2", row2);
293
+ AddSkyboxButton("persson", "clouds1", row2);
294
+ AddSkyboxButton("penguins", "wrath", row2);
295
+
296
+ AddSkyboxButton("persson", "FishermansBastion", row3);
297
+ AddSkyboxButton("persson", "HeroesSquare", row3);
298
+ AddSkyboxButton("indoors", "DallasW", row3);
299
+ AddSkyboxButton("indoors", "MarriottMadisonWest", row3);
300
+
301
+ AddSkyboxButton("persson", "LancellottiChapel", row4);
302
+ AddSkyboxButton("persson", "PereaBeach1", row4);
303
+ AddSkyboxButton("persson", "PereaBeach2", row4);
304
+ AddSkyboxButton("persson", "redeclipse", row4);
305
+
306
+ AddSkyboxButton("daz", "Greenlands", row5);
307
+ AddSkyboxButton("daz", "Oasis", row5);
308
+ AddSkyboxButton("elyvisions", "arch3", row5);
309
+ AddSkyboxButton("elyvisions", "calm_sea", row5);
310
+
311
+ AddSkyboxButton("elyvisions", "rainbow", row6);
312
+ AddSkyboxButton("elyvisions", "distant_sunset", row6);
313
+ AddSkyboxButton("elyvisions", "heaven", row6);
314
+ AddSkyboxButton("elyvisions", "hot", row6);
315
+
316
+ tab0.add(row0);
317
+ tab0.add(row1);
318
+ tab0.add(row2);
319
+ tab0.add(row3);
320
+ tab0.add(row4);
321
+ tab0.add(row5);
322
+ tab0.add(row6);
323
+
324
+ for (int i=5; --i>=0;)
325
+ {
326
+ //oe.toolboxPanel.Return();
327
+ //tab0.add(new cGridBag());
328
+ }
329
+ }
330
+
331
+ public void ChangeSkybox(String skybox)
332
+ {
333
+ //cameraView.envyoff = false;
334
+ group.skyboxname = skybox;
335
+ group.skyboxext = "jpg";
254336 cameraView.repaint();
255337 }
338
+
339
+ public void CreateSkyboxPanel(cGridBag skyboxPanel)
340
+ {
341
+ JTabbedPane skyboxpane = new JTabbedPane();
342
+
343
+ AddSkyboxTab0(skyboxpane);
344
+ AddSkyboxTab1(skyboxpane);
345
+ AddSkyboxTab2(skyboxpane);
346
+ AddSkyboxTab3(skyboxpane);
347
+
348
+ skyboxPanel.add(skyboxpane);
349
+ }
256350
351
+ public void ChangeTexture(String texture)
352
+ {
353
+ for (int i=0; i<group.selection.size(); i++)
354
+ {
355
+ Object3D obj = group.selection.get(i);
356
+ obj.SetPigmentTexture("@" + texture);
357
+ }
358
+
359
+ refreshContents();
360
+ }
361
+
257362 //ObjEditor objEditor;
258363 public void closeUI2()
259364 {
....@@ -291,9 +396,9 @@
291396 this.copy = this.group = group;
292397 //selectees = this.group.selectees;
293398
294
- if (copy.versions == null)
399
+ if (copy.versionlist == null)
295400 {
296
- copy.versions = new byte[100][];
401
+ copy.versionlist = new Object3D[100];
297402 copy.versionindex = -1;
298403 }
299404
....@@ -318,9 +423,9 @@
318423
319424 ((cRadio)radioPanel.getComponent(0)).SetCamera(cameraView.renderCamera, true);
320425
321
- if (copy.versions == null)
426
+ if (copy.versionlist == null)
322427 {
323
- copy.versions = new byte[100][];
428
+ copy.versionlist = new Object3D[100];
324429 copy.versionindex = -1;
325430
326431 Save(true);
....@@ -794,6 +899,73 @@
794899 buildToolsMenu(menu);
795900 }
796901
902
+ JTabbedPane resourcecontainer;
903
+ cGridBag currenttab;
904
+ boolean added; // patch for jar
905
+
906
+ int tabcount = 0;
907
+ int colcount = 0;
908
+ int rowcount = 0;
909
+ int texturecount = 0;
910
+
911
+ int columns = 5;
912
+ int rows = 7;
913
+
914
+ public void ResourceCallBack(String[] path)
915
+ {
916
+// for (int i = 0; i < path.length; i++)
917
+// System.out.print(path[i] + "/");
918
+// System.out.println();
919
+
920
+ if (//rowcount == 0 ||
921
+ path.length == 1)
922
+ {
923
+ currenttab = new cGridBag();
924
+ added = false;
925
+ String tabname = path[0]; // String.valueOf((char)('A'+tabcount));
926
+ currenttab.setName(tabname);
927
+ rowcount = 1;
928
+ colcount = 0;
929
+ texturecount = 0;
930
+ }
931
+
932
+ if (path.length > 2 && path[2].toLowerCase().endsWith(".jpg"))
933
+ {
934
+ if (!added)
935
+ {
936
+ added = true;
937
+ resourcecontainer.add(currenttab);
938
+ String tabname = path[0]; // String.valueOf((char)('A'+tabcount));
939
+ resourcecontainer.setToolTipTextAt(tabcount++, "Texture Group " + tabname);
940
+ }
941
+
942
+ AddTextureButton(path[0], path[1], path[2], texturecount++, currenttab);
943
+
944
+ if (++colcount >= columns)
945
+ {
946
+ colcount = 0;
947
+ currenttab.Return();
948
+
949
+ if (rowcount++ >= rows)
950
+ {
951
+ rowcount = 0;
952
+ }
953
+ }
954
+ }
955
+ else
956
+ {
957
+// if (!path[path.length-1].equals("icons"))
958
+// resourcecontainer.Return();
959
+ }
960
+ }
961
+
962
+ void CreateTexturePanel(cGridBag container)
963
+ {
964
+ resourcecontainer = new JTabbedPane(JTabbedPane.LEFT);
965
+ container.add(resourcecontainer);
966
+
967
+ Grafreed.ParseResources("textures", this);
968
+ }
797969
798970 void SetupUI2(ObjEditor oe)
799971 {
....@@ -866,32 +1038,36 @@
8661038 restoreCameraButton.setToolTipText("Restore viewpoint");
8671039 restoreCameraButton.addActionListener(this);
8681040
869
- copyOptionsPanel.add(saveButton = GetButton("icons/down_arrow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
870
- saveButton.setToolTipText("New version");
871
- saveButton.addActionListener(this);
1041
+ copyOptionsPanel.add(saveVersionButton = GetButton("icons/down_arrow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1042
+ saveVersionButton.setToolTipText("Duplicate current version");
1043
+ saveVersionButton.addActionListener(this);
8721044
873
- copyOptionsPanel.add(undoButton = GetButton("icons/undo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
874
- undoButton.setToolTipText("Previous version");
875
- undoButton.addActionListener(this);
876
- undoButton.setEnabled(false);
1045
+ copyOptionsPanel.add(deleteVersionButton = GetButton("icons/trash.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1046
+ deleteVersionButton.setToolTipText("Delete current version");
1047
+ deleteVersionButton.addActionListener(this);
1048
+
1049
+ copyOptionsPanel.add(previousVersionButton = GetButton("icons/undo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1050
+ previousVersionButton.setToolTipText("Previous version");
1051
+ previousVersionButton.addActionListener(this);
1052
+ previousVersionButton.setEnabled(false);
8771053
8781054 cGridBag updown = new cGridBag().setVertical(true);
8791055 updown.add(restoreButton = GetButton("icons/restore.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
880
- restoreButton.setToolTipText("Restore current");
1056
+ restoreButton.setToolTipText("Undo (restore current version)");
8811057 restoreButton.addActionListener(this);
882
- restoreButton.setEnabled(false);
1058
+ //restoreButton.setEnabled(false);
8831059
8841060 updown.add(replaceButton = GetButton("icons/replace.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
885
- replaceButton.setToolTipText("Replace current");
1061
+ replaceButton.setToolTipText("Save (replace current version)");
8861062 replaceButton.addActionListener(this);
887
- replaceButton.setEnabled(false);
1063
+ //replaceButton.setEnabled(false);
8881064
8891065 copyOptionsPanel.add(updown);
8901066
891
- copyOptionsPanel.add(redoButton = GetButton("icons/redo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
892
- redoButton.setToolTipText("Next version");
893
- redoButton.addActionListener(this);
894
- redoButton.setEnabled(false);
1067
+ copyOptionsPanel.add(nextVersionButton = GetButton("icons/redo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1068
+ nextVersionButton.setToolTipText("Next version");
1069
+ nextVersionButton.addActionListener(this);
1070
+ nextVersionButton.setEnabled(false);
8951071
8961072 oe.toolbarPanel.add(liveCB = GetToggleButton("icons/run.png", Globals.isLIVE())); //, oe.aConstraints);
8971073 liveCB.setToolTipText("Enable animation");
....@@ -1025,18 +1201,15 @@
10251201
10261202 oe.toolboxPanel.add(row2);
10271203
1028
- // ENVYMAPS
1029
- cGridBag skyboxpane = new cGridBag();
1030
- skyboxpane.preferredHeight = 100;
1204
+ cGridBag textures = new cGridBag();
10311205
1032
- oe.toolboxPanel.add(skyboxpane);
1206
+ CreateTexturePanel(textures);
10331207
1034
- JTabbedPane skyboxpanel = new JTabbedPane();
1035
- skyboxpane.add(skyboxpanel);
1208
+ oe.toolboxPanel.add(textures);
10361209
1037
- AddSkyboxTab0(skyboxpanel);
1038
- AddSkyboxTab1(skyboxpanel);
1039
- AddSkyboxTab2(skyboxpanel);
1210
+ textures.preferredHeight = 100;
1211
+
1212
+ CreateSkyboxPanel(oe.skyboxPanel);
10401213
10411214 // EDIT panel
10421215 editCommandsPanel.add(editButton = GetButton("icons/controls.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
....@@ -1044,20 +1217,20 @@
10441217 editButton.addActionListener(this);
10451218
10461219 editCommandsPanel.add(uneditButton = GetButton("icons/remove.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1047
- uneditButton.setToolTipText("Remove selection controls");
1220
+ uneditButton.setToolTipText("Unpin and remove selection controls");
10481221 uneditButton.addActionListener(this);
10491222
10501223 editCommandsPanel.add(allParamsButton = new JCheckBox("All", allparams)); //, oe.aConstraints);
1051
- allParamsButton.setToolTipText("Show all controle");
1224
+ allParamsButton.setToolTipText("Show all controls");
10521225 allParamsButton.addActionListener(this);
10531226
1054
- editCommandsPanel.add(clearPanelButton = new cButton("C", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1055
- clearPanelButton.setToolTipText("Clear edit panel");
1227
+ editCommandsPanel.add(clearPanelButton = GetButton("icons/clear.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1228
+ clearPanelButton.setToolTipText("Clear all controls");
10561229 clearPanelButton.addActionListener(this);
10571230
1058
- editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1059
- unselectButton.setToolTipText("Unselect");
1060
- unselectButton.addActionListener(this);
1231
+ //editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1232
+ //unselectButton.setToolTipText("Unselect");
1233
+ //unselectButton.addActionListener(this);
10611234
10621235 editCommandsPanel.add(flashSelectionButton = GetButton("icons/flash-light.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
10631236 flashSelectionButton.setToolTipText("Highlight selection");
....@@ -1117,7 +1290,7 @@
11171290 dgr.addDragGestureListener(this);
11181291 }catch(Exception e) {}
11191292 */
1120
- radio.layout = sixButton; // sevenButton;
1293
+ radio.layout = threeButton; // sixButton;
11211294 oe.toolbarPanel.add(radioPanel); //, oe.aConstraints);
11221295 }
11231296
....@@ -1168,9 +1341,12 @@
11681341 smoothCB.setToolTipText("Snapping delay");
11691342 smoothCB.addItemListener(this);
11701343
1171
- panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints);
1172
- slowCB.setToolTipText("Smooth interpolation");
1173
- slowCB.addItemListener(this);
1344
+// panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints);
1345
+// slowCB.setToolTipText("Smooth interpolation");
1346
+// slowCB.addItemListener(this);
1347
+ panel.add(minshaderCB = new cCheckBox("Min shader", Globals.MINSHADER)); //, constraints);
1348
+ minshaderCB.setToolTipText("Minimal fast shader");
1349
+ minshaderCB.addItemListener(this);
11741350
11751351 // constraints.gridy += 1;
11761352 // panel.add(speakerMocapCB = new cCheckBox("Mocap", CameraPane.SPEAKERMOCAP), constraints);
....@@ -1259,7 +1435,7 @@
12591435 }
12601436
12611437 radioButton.SetObject(obj);
1262
- radioButton.layout = sixButton; // sevenButton;
1438
+ radioButton.layout = threeButton; // sixButton;
12631439 radioButton.SetCamera(cameraView.renderCamera, false);
12641440 radioButton.addActionListener(this);
12651441 radioPanel.add(radioButton);
....@@ -1284,6 +1460,8 @@
12841460 cCheckBox localCB;
12851461 cCheckBox crowdCB;
12861462 cCheckBox smoothCB;
1463
+ cCheckBox minshaderCB;
1464
+
12871465 cToggleButton fastCB;
12881466 cCheckBox slowCB;
12891467 cCheckBox boxCB;
....@@ -1354,6 +1532,12 @@
13541532 {
13551533 cameraView.ToggleInertia();
13561534 cameraView.repaint();
1535
+ }
1536
+ else if(e.getSource() == minshaderCB)
1537
+ {
1538
+ Globals.MINSHADER ^= true;
1539
+ cameraView.programInitialized = false;
1540
+ cameraView.repaint();
13571541 }
13581542 else if(e.getSource() == localCB)
13591543 {
....@@ -2494,7 +2678,7 @@
24942678 if (source == invariantsItem)
24952679 {
24962680 System.out.println("Invariants:");
2497
- Grafreed.grafreeD.universe.invariants();
2681
+ Grafreed.grafreed.universe.invariants();
24982682 } else
24992683 if (source == memoryItem)
25002684 {
....@@ -2525,33 +2709,40 @@
25252709 {
25262710 ToggleFullScreen();
25272711 } else
2528
- if (source == undoButton)
2712
+ if (source == previousVersionButton)
25292713 {
25302714 // Go to previous version
25312715 //if (!Undo())
25322716 //java.awt.Toolkit.getDefaultToolkit().beep();
2533
- Undo();
2717
+ PreviousVersion();
25342718 } else
25352719 if (source == restoreButton)
25362720 {
25372721 // Restore current version
25382722 Restore();
2723
+ //restoreButton.setEnabled(false);
25392724 } else
25402725 if (source == replaceButton)
25412726 {
25422727 // Overwrite current version
25432728 Replace();
2729
+ //replaceButton.setEnabled(false);
25442730 } else
2545
- if (source == redoButton)
2731
+ if (source == nextVersionButton)
25462732 {
25472733 // Go to next version
2548
- Redo();
2734
+ NextVersion();
25492735 } else
2550
- if (source == saveButton)
2736
+ if (source == saveVersionButton)
25512737 {
25522738 // Save a new version
25532739 if (!Save(true))
25542740 java.awt.Toolkit.getDefaultToolkit().beep();
2741
+ } else
2742
+ if (source == deleteVersionButton)
2743
+ {
2744
+ // Delete a new version
2745
+ DeleteVersion();
25552746 } else
25562747 if (source == oneStepButton)
25572748 {
....@@ -2606,11 +2797,11 @@
26062797 } else
26072798 if (source == undoItem)
26082799 {
2609
- Undo();
2800
+ PreviousVersion();
26102801 } else
26112802 if (source == redoItem)
26122803 {
2613
- Redo();
2804
+ NextVersion();
26142805 } else
26152806 if (source == duplicateItem)
26162807 {
....@@ -3743,10 +3934,10 @@
37433934 {
37443935 Object3D child = (Object3D)e.nextElement();
37453936 if(child.editWindow != null)
3746
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
37473937 child.pinned = false;
37483938 child.CloseUI();
37493939 listUI.remove(child);
3940
+// objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
37503941
37513942 //child.editWindow = null; // ???????????
37523943 }
....@@ -3765,6 +3956,7 @@
37653956 obj.CloseUI();
37663957 }
37673958 listUI.clear();
3959
+ SetPinStates(group.selection.size() > 0);
37683960 refreshContents(true);
37693961 } else
37703962 if (source == allParamsButton)
....@@ -3851,6 +4043,7 @@
38514043 radio.layout.doClick();
38524044
38534045 ClearUnpinned();
4046
+
38544047 //Grafreed.Assert(group != null);
38554048 //Grafreed.Assert(group.selection != null);
38564049 SetPinStates(group.selection == null || group.selection.size() > 0);
....@@ -3867,11 +4060,13 @@
38674060 } else if (event.getSource() == editCameraItem)
38684061 {
38694062 cameraView.ProtectCamera();
4063
+ cameraView.requestFocusInWindow();
38704064 cameraView.repaint();
38714065 return;
38724066 } else if (event.getSource() == restoreCameraItem || event.getSource() == restoreCameraButton)
38734067 {
38744068 cameraView.RevertCamera();
4069
+ cameraView.requestFocusInWindow();
38754070 cameraView.repaint();
38764071 return;
38774072 // } else if (event.getSource() == textureButton)
....@@ -5004,9 +5199,7 @@
50045199
50055200 freezemodel = false;
50065201 }
5007
-
5008
- boolean flashIt = true;
5009
-
5202
+
50105203 public void valueChanged(TreeSelectionEvent e)
50115204 //public boolean handleEvent(Event event)
50125205 {
....@@ -5079,13 +5272,15 @@
50795272 {
50805273 editButton.setEnabled(enabled);
50815274 uneditButton.setEnabled(enabled);
5082
- unselectButton.setEnabled(enabled);
5275
+ //unselectButton.setEnabled(enabled);
50835276 flashSelectionButton.setEnabled(enabled);
5277
+
5278
+ clearPanelButton.setEnabled(!listUI.isEmpty());
50845279 }
50855280
50865281 void refreshContents(boolean cp)
50875282 {
5088
- if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
5283
+ //if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
50895284 if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING)
50905285 {
50915286 objEditor.ClearInfo(); // .GetMaterial());
....@@ -5921,7 +6116,6 @@
59216116
59226117 cButton restoreCameraButton;
59236118
5924
- cButton saveButton;
59256119 cButton oneStepButton;
59266120
59276121 cButton groupButton;