.. | .. |
---|
16 | 16 | //import buoy.widget.BFileChooser; |
---|
17 | 17 | |
---|
18 | 18 | class GroupEditor extends ObjEditor implements //iParse, //iCallBack, |
---|
| 19 | + Grafreed.iResourceCallBack, |
---|
19 | 20 | ObjectUI, |
---|
20 | 21 | Runnable, |
---|
21 | 22 | ActionListener, |
---|
.. | .. |
---|
28 | 29 | { |
---|
29 | 30 | cButton skyboxButton; |
---|
30 | 31 | 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)); |
---|
33 | 34 | skyboxButton.setToolTipText(s); |
---|
34 | 35 | skyboxButton.addActionListener(new ActionListener() |
---|
35 | 36 | { |
---|
.. | .. |
---|
41 | 42 | }); |
---|
42 | 43 | } |
---|
43 | 44 | |
---|
| 45 | + public void AddTextureButton(String f, final String t, cGridBag row) |
---|
| 46 | + { |
---|
| 47 | + cButton textureButton; |
---|
| 48 | + final String path = "textures/" + f + "/"; // + t; |
---|
| 49 | + row.add(textureButton = GetButton(path + "icons/" + t, !Grafreed.NIMBUSLAF)); |
---|
| 50 | + textureButton.setToolTipText(f + "s"); |
---|
| 51 | + textureButton.addActionListener(new ActionListener() |
---|
| 52 | + { |
---|
| 53 | + @Override |
---|
| 54 | + public void actionPerformed(ActionEvent e) |
---|
| 55 | + { |
---|
| 56 | + ChangeTexture(path + t); |
---|
| 57 | + } |
---|
| 58 | + }); |
---|
| 59 | + } |
---|
| 60 | + |
---|
44 | 61 | public void AddSkyboxTab0(JTabbedPane skyboxpanel) |
---|
45 | 62 | { |
---|
46 | 63 | cGridBag tab0 = new cGridBag().setVertical(true); |
---|
.. | .. |
---|
57 | 74 | cGridBag row6 = new cGridBag(); |
---|
58 | 75 | |
---|
59 | 76 | 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); |
---|
65 | 83 | AddSkyboxButton("bridge", "Bridge", row1); |
---|
66 | 84 | AddSkyboxButton("bridge", "Bridge2", row1); |
---|
67 | 85 | AddSkyboxButton("urban", "GamlaStan2", row1); |
---|
.. | .. |
---|
73 | 91 | |
---|
74 | 92 | AddSkyboxButton("urban", "SaintLazarusChurch3", row3); |
---|
75 | 93 | AddSkyboxButton("urban", "UnionSquare", row3); |
---|
| 94 | + AddSkyboxButton("urban", "Medborgarplatsen", row3); |
---|
76 | 95 | AddSkyboxButton("park", "BerzeliiPark", row3); |
---|
77 | | - AddSkyboxButton("park", "Buddha", row3); |
---|
78 | 96 | |
---|
| 97 | + AddSkyboxButton("park", "Buddha", row4); |
---|
79 | 98 | AddSkyboxButton("park", "CNTower2", row4); |
---|
80 | 99 | AddSkyboxButton("park", "NiagaraFalls1", row4); |
---|
81 | 100 | AddSkyboxButton("park", "NiagaraFalls3", row4); |
---|
82 | | - AddSkyboxButton("park", "Park", row4); |
---|
83 | 101 | |
---|
| 102 | + AddSkyboxButton("park", "Park", row5); |
---|
84 | 103 | AddSkyboxButton("park", "Pond", row5); |
---|
85 | 104 | AddSkyboxButton("park", "Skansen", row5); |
---|
86 | 105 | AddSkyboxButton("park", "Skansen2", row5); |
---|
87 | | - AddSkyboxButton("park", "Skansen3", row5); |
---|
88 | 106 | |
---|
| 107 | + AddSkyboxButton("park", "Skansen3", row6); |
---|
89 | 108 | AddSkyboxButton("park", "Skansen4", row6); |
---|
90 | 109 | AddSkyboxButton("park", "Skansen5", row6); |
---|
91 | | - AddSkyboxButton("park", "Stairs", row6); |
---|
92 | | - AddSkyboxButton("park", "Tantolunden4", row6); |
---|
| 110 | + AddSkyboxButton("persson", "VancouverConventionCentre", row6); |
---|
93 | 111 | |
---|
94 | 112 | tab0.add(row0); |
---|
95 | 113 | tab0.add(row1); |
---|
.. | .. |
---|
140 | 158 | AddSkyboxButton("forest", "Langholmen2", row3); |
---|
141 | 159 | AddSkyboxButton("forest", "Plants", row3); |
---|
142 | 160 | AddSkyboxButton("mountain", "Maskonaive", row3); |
---|
| 161 | + |
---|
143 | 162 | AddSkyboxButton("mountain", "Maskonaive2", row4); |
---|
144 | | - |
---|
145 | 163 | AddSkyboxButton("mountain", "Maskonaive3", row4); |
---|
146 | | - AddSkyboxButton("mountain", "Ryfjallet", row4); |
---|
147 | | - AddSkyboxButton("mountain", "Teide", row4); |
---|
| 164 | + AddSkyboxButton("mountain", "Teide", row4); |
---|
| 165 | + AddSkyboxButton("park", "Tantolunden4", row4); |
---|
148 | 166 | |
---|
| 167 | + AddSkyboxButton("park", "Stairs", row5); |
---|
| 168 | + AddSkyboxButton("default", "skycube", row6); |
---|
149 | 169 | AddSkyboxButton("rocky", "Langholmen", row5); |
---|
150 | | - AddSkyboxButton("rocky", "Riddarfjarden", row5); |
---|
151 | 170 | AddSkyboxButton("rocky", "Skinnarviksberget", row5); |
---|
| 171 | + |
---|
152 | 172 | AddSkyboxButton("rocky", "Tantolunden6", row5); |
---|
| 173 | + AddSkyboxButton("default", "CloudyHills", row6); |
---|
| 174 | + AddSkyboxButton("daz", "Autumn", row6); |
---|
| 175 | + AddSkyboxButton("daz", "MountainTrail", row6); |
---|
153 | 176 | /* |
---|
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 |
---|
161 | 184 | */ |
---|
162 | 185 | |
---|
163 | 186 | tab0.add(row0); |
---|
.. | .. |
---|
197 | 220 | |
---|
198 | 221 | AddSkyboxButton("urban", "CNTower", row1); |
---|
199 | 222 | AddSkyboxButton("bridge", "ArstaBridge", row1); |
---|
200 | | - AddSkyboxButton("indoors", "DallasW", row1); |
---|
201 | | - AddSkyboxButton("indoors", "MarriottMadisonWest", row1); |
---|
| 223 | + AddSkyboxButton("rocky", "Riddarfjarden", row1); |
---|
| 224 | + AddSkyboxButton("penguins", "sleepyhollow", row1); |
---|
202 | 225 | |
---|
| 226 | + AddSkyboxButton("penguins", "kenon_star", row2); |
---|
| 227 | + AddSkyboxButton("persson", "corona", row2); |
---|
| 228 | + AddSkyboxButton("persson", "spaceskybox", row2); |
---|
203 | 229 | AddSkyboxButton("indoors", "Vasa", row2); |
---|
204 | | - AddSkyboxButton("winter", "Backyard", row2); |
---|
205 | | - AddSkyboxButton("winter", "Creek", row2); |
---|
206 | | - AddSkyboxButton("winter", "FootballField3", row2); |
---|
207 | 230 | |
---|
| 231 | + AddSkyboxButton("winter", "Backyard", row3); |
---|
| 232 | + AddSkyboxButton("winter", "Creek", row3); |
---|
| 233 | + AddSkyboxButton("winter", "FootballField3", row3); |
---|
208 | 234 | AddSkyboxButton("winter", "Forest", row3); |
---|
209 | | - AddSkyboxButton("winter", "HornstullsStrand2", row3); |
---|
210 | | - AddSkyboxButton("winter", "House", row3); |
---|
211 | | - AddSkyboxButton("winter", "IceLake", row3); |
---|
212 | 235 | |
---|
| 236 | + AddSkyboxButton("winter", "HornstullsStrand2", row4); |
---|
| 237 | + AddSkyboxButton("winter", "House", row4); |
---|
| 238 | + AddSkyboxButton("winter", "IceLake", row4); |
---|
213 | 239 | AddSkyboxButton("winter", "IceRiver", row4); |
---|
214 | | - AddSkyboxButton("winter", "Park3", row4); |
---|
215 | | - AddSkyboxButton("winter", "PondWinter", row4); |
---|
216 | 240 | |
---|
| 241 | + AddSkyboxButton("winter", "Park3", row5); |
---|
| 242 | + AddSkyboxButton("winter", "PondWinter", row5); |
---|
217 | 243 | AddSkyboxButton("winter", "Tantolunden5", row5); |
---|
218 | 244 | 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); |
---|
233 | 250 | |
---|
234 | 251 | tab0.add(row0); |
---|
235 | 252 | tab0.add(row1); |
---|
.. | .. |
---|
245 | 262 | //tab0.add(new cGridBag()); |
---|
246 | 263 | } |
---|
247 | 264 | } |
---|
248 | | - |
---|
249 | | - public void ChangeSkybox(String name) |
---|
| 265 | + |
---|
| 266 | + public void AddSkyboxTab3(JTabbedPane skyboxpanel) |
---|
250 | 267 | { |
---|
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"; |
---|
254 | 336 | cameraView.repaint(); |
---|
255 | 337 | } |
---|
| 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 | + } |
---|
256 | 350 | |
---|
| 351 | + public void ChangeTexture(String texture) |
---|
| 352 | + { |
---|
| 353 | + cameraView.repaint(); |
---|
| 354 | + } |
---|
| 355 | + |
---|
257 | 356 | //ObjEditor objEditor; |
---|
258 | 357 | public void closeUI2() |
---|
259 | 358 | { |
---|
.. | .. |
---|
291 | 390 | this.copy = this.group = group; |
---|
292 | 391 | //selectees = this.group.selectees; |
---|
293 | 392 | |
---|
294 | | - if (copy.versions == null) |
---|
| 393 | + if (copy.versionlist == null) |
---|
295 | 394 | { |
---|
296 | | - copy.versions = new byte[100][]; |
---|
| 395 | + copy.versionlist = new Object3D[100]; |
---|
297 | 396 | copy.versionindex = -1; |
---|
298 | 397 | } |
---|
299 | 398 | |
---|
.. | .. |
---|
318 | 417 | |
---|
319 | 418 | ((cRadio)radioPanel.getComponent(0)).SetCamera(cameraView.renderCamera, true); |
---|
320 | 419 | |
---|
321 | | - if (copy.versions == null) |
---|
| 420 | + if (copy.versionlist == null) |
---|
322 | 421 | { |
---|
323 | | - copy.versions = new byte[100][]; |
---|
| 422 | + copy.versionlist = new Object3D[100]; |
---|
324 | 423 | copy.versionindex = -1; |
---|
325 | 424 | |
---|
326 | 425 | Save(true); |
---|
.. | .. |
---|
794 | 893 | buildToolsMenu(menu); |
---|
795 | 894 | } |
---|
796 | 895 | |
---|
| 896 | + JTabbedPane resourcecontainer; |
---|
| 897 | + cGridBag currenttab; |
---|
| 898 | + boolean added; // patch for jar |
---|
| 899 | + |
---|
| 900 | + int tabcount = 0; |
---|
| 901 | + int colcount = 0; |
---|
| 902 | + int rowcount = 0; |
---|
| 903 | + |
---|
| 904 | + int columns = 5; |
---|
| 905 | + int rows = 7; |
---|
| 906 | + |
---|
| 907 | + public void ResourceCallBack(String[] path) |
---|
| 908 | + { |
---|
| 909 | + for (int i = 0; i < path.length; i++) |
---|
| 910 | + System.out.print(path[i] + "/"); |
---|
| 911 | + System.out.println(); |
---|
| 912 | + if (rowcount == 0) |
---|
| 913 | + { |
---|
| 914 | + currenttab = new cGridBag(); |
---|
| 915 | + added = false; |
---|
| 916 | + String tabname = String.valueOf((char)('A'+tabcount)); |
---|
| 917 | + currenttab.setName(tabname); |
---|
| 918 | + rowcount = 1; |
---|
| 919 | + } |
---|
| 920 | + |
---|
| 921 | + if (path.length > 1 && path[1].toLowerCase().endsWith(".jpg")) |
---|
| 922 | + { |
---|
| 923 | + if (!added) |
---|
| 924 | + { |
---|
| 925 | + added = true; |
---|
| 926 | + resourcecontainer.add(currenttab); |
---|
| 927 | + String tabname = String.valueOf((char)('A'+tabcount)); |
---|
| 928 | + resourcecontainer.setToolTipTextAt(tabcount++, "Texture Group " + tabname); |
---|
| 929 | + } |
---|
| 930 | + |
---|
| 931 | + AddTextureButton(path[0], path[1], currenttab); |
---|
| 932 | + if (++colcount >= columns) |
---|
| 933 | + { |
---|
| 934 | + colcount = 0; |
---|
| 935 | + currenttab.Return(); |
---|
| 936 | + |
---|
| 937 | + if (rowcount++ >= rows) |
---|
| 938 | + { |
---|
| 939 | + rowcount = 0; |
---|
| 940 | + } |
---|
| 941 | + } |
---|
| 942 | + } |
---|
| 943 | + else |
---|
| 944 | + { |
---|
| 945 | +// if (!path[path.length-1].equals("icons")) |
---|
| 946 | +// resourcecontainer.Return(); |
---|
| 947 | + } |
---|
| 948 | + } |
---|
| 949 | + |
---|
| 950 | + void CreateTexturePanel(cGridBag container) |
---|
| 951 | + { |
---|
| 952 | + resourcecontainer = new JTabbedPane(); |
---|
| 953 | + container.add(resourcecontainer); |
---|
| 954 | + |
---|
| 955 | + Grafreed.ParseResources("textures", this); |
---|
| 956 | + } |
---|
797 | 957 | |
---|
798 | 958 | void SetupUI2(ObjEditor oe) |
---|
799 | 959 | { |
---|
.. | .. |
---|
866 | 1026 | restoreCameraButton.setToolTipText("Restore viewpoint"); |
---|
867 | 1027 | restoreCameraButton.addActionListener(this); |
---|
868 | 1028 | |
---|
869 | | - copyOptionsPanel.add(saveButton = GetButton("icons/down_arrow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
870 | | - saveButton.setToolTipText("New version"); |
---|
871 | | - saveButton.addActionListener(this); |
---|
| 1029 | + copyOptionsPanel.add(saveVersionButton = GetButton("icons/down_arrow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
| 1030 | + saveVersionButton.setToolTipText("Duplicate current version"); |
---|
| 1031 | + saveVersionButton.addActionListener(this); |
---|
872 | 1032 | |
---|
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); |
---|
| 1033 | + copyOptionsPanel.add(deleteVersionButton = GetButton("icons/trash.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
| 1034 | + deleteVersionButton.setToolTipText("Delete current version"); |
---|
| 1035 | + deleteVersionButton.addActionListener(this); |
---|
| 1036 | + |
---|
| 1037 | + copyOptionsPanel.add(previousVersionButton = GetButton("icons/undo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
| 1038 | + previousVersionButton.setToolTipText("Previous version"); |
---|
| 1039 | + previousVersionButton.addActionListener(this); |
---|
| 1040 | + previousVersionButton.setEnabled(false); |
---|
877 | 1041 | |
---|
878 | 1042 | cGridBag updown = new cGridBag().setVertical(true); |
---|
879 | 1043 | updown.add(restoreButton = GetButton("icons/restore.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
880 | | - restoreButton.setToolTipText("Restore current"); |
---|
| 1044 | + restoreButton.setToolTipText("Undo (restore current version)"); |
---|
881 | 1045 | restoreButton.addActionListener(this); |
---|
882 | | - restoreButton.setEnabled(false); |
---|
| 1046 | + //restoreButton.setEnabled(false); |
---|
883 | 1047 | |
---|
884 | 1048 | updown.add(replaceButton = GetButton("icons/replace.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
885 | | - replaceButton.setToolTipText("Replace current"); |
---|
| 1049 | + replaceButton.setToolTipText("Save (replace current version)"); |
---|
886 | 1050 | replaceButton.addActionListener(this); |
---|
887 | | - replaceButton.setEnabled(false); |
---|
| 1051 | + //replaceButton.setEnabled(false); |
---|
888 | 1052 | |
---|
889 | 1053 | copyOptionsPanel.add(updown); |
---|
890 | 1054 | |
---|
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); |
---|
| 1055 | + copyOptionsPanel.add(nextVersionButton = GetButton("icons/redo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
| 1056 | + nextVersionButton.setToolTipText("Next version"); |
---|
| 1057 | + nextVersionButton.addActionListener(this); |
---|
| 1058 | + nextVersionButton.setEnabled(false); |
---|
895 | 1059 | |
---|
896 | 1060 | oe.toolbarPanel.add(liveCB = GetToggleButton("icons/run.png", Globals.isLIVE())); //, oe.aConstraints); |
---|
897 | 1061 | liveCB.setToolTipText("Enable animation"); |
---|
.. | .. |
---|
1025 | 1189 | |
---|
1026 | 1190 | oe.toolboxPanel.add(row2); |
---|
1027 | 1191 | |
---|
1028 | | - // ENVYMAPS |
---|
1029 | | - cGridBag skyboxpane = new cGridBag(); |
---|
1030 | | - skyboxpane.preferredHeight = 100; |
---|
| 1192 | + cGridBag textures = new cGridBag(); |
---|
1031 | 1193 | |
---|
1032 | | - oe.toolboxPanel.add(skyboxpane); |
---|
| 1194 | + CreateTexturePanel(textures); |
---|
1033 | 1195 | |
---|
1034 | | - JTabbedPane skyboxpanel = new JTabbedPane(); |
---|
1035 | | - skyboxpane.add(skyboxpanel); |
---|
| 1196 | + oe.toolboxPanel.add(textures); |
---|
1036 | 1197 | |
---|
1037 | | - AddSkyboxTab0(skyboxpanel); |
---|
1038 | | - AddSkyboxTab1(skyboxpanel); |
---|
1039 | | - AddSkyboxTab2(skyboxpanel); |
---|
| 1198 | + textures.preferredHeight = 100; |
---|
| 1199 | + |
---|
| 1200 | + CreateSkyboxPanel(oe.skyboxPanel); |
---|
1040 | 1201 | |
---|
1041 | 1202 | // EDIT panel |
---|
1042 | 1203 | editCommandsPanel.add(editButton = GetButton("icons/controls.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
.. | .. |
---|
1044 | 1205 | editButton.addActionListener(this); |
---|
1045 | 1206 | |
---|
1046 | 1207 | editCommandsPanel.add(uneditButton = GetButton("icons/remove.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
1047 | | - uneditButton.setToolTipText("Remove selection controls"); |
---|
| 1208 | + uneditButton.setToolTipText("Unpin and remove selection controls"); |
---|
1048 | 1209 | uneditButton.addActionListener(this); |
---|
1049 | 1210 | |
---|
1050 | 1211 | editCommandsPanel.add(allParamsButton = new JCheckBox("All", allparams)); //, oe.aConstraints); |
---|
1051 | | - allParamsButton.setToolTipText("Show all controle"); |
---|
| 1212 | + allParamsButton.setToolTipText("Show all controls"); |
---|
1052 | 1213 | allParamsButton.addActionListener(this); |
---|
1053 | 1214 | |
---|
1054 | | - editCommandsPanel.add(clearPanelButton = new cButton("C", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
1055 | | - clearPanelButton.setToolTipText("Clear edit panel"); |
---|
| 1215 | + editCommandsPanel.add(clearPanelButton = GetButton("icons/clear.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
| 1216 | + clearPanelButton.setToolTipText("Clear all controls"); |
---|
1056 | 1217 | clearPanelButton.addActionListener(this); |
---|
1057 | 1218 | |
---|
1058 | | - editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
1059 | | - unselectButton.setToolTipText("Unselect"); |
---|
1060 | | - unselectButton.addActionListener(this); |
---|
| 1219 | + //editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
| 1220 | + //unselectButton.setToolTipText("Unselect"); |
---|
| 1221 | + //unselectButton.addActionListener(this); |
---|
1061 | 1222 | |
---|
1062 | 1223 | editCommandsPanel.add(flashSelectionButton = GetButton("icons/flash-light.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints); |
---|
1063 | 1224 | flashSelectionButton.setToolTipText("Highlight selection"); |
---|
.. | .. |
---|
1117 | 1278 | dgr.addDragGestureListener(this); |
---|
1118 | 1279 | }catch(Exception e) {} |
---|
1119 | 1280 | */ |
---|
1120 | | - radio.layout = sixButton; // sevenButton; |
---|
| 1281 | + radio.layout = threeButton; // sixButton; |
---|
1121 | 1282 | oe.toolbarPanel.add(radioPanel); //, oe.aConstraints); |
---|
1122 | 1283 | } |
---|
1123 | 1284 | |
---|
.. | .. |
---|
1168 | 1329 | smoothCB.setToolTipText("Snapping delay"); |
---|
1169 | 1330 | smoothCB.addItemListener(this); |
---|
1170 | 1331 | |
---|
1171 | | - panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints); |
---|
1172 | | - slowCB.setToolTipText("Smooth interpolation"); |
---|
1173 | | - slowCB.addItemListener(this); |
---|
| 1332 | +// panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints); |
---|
| 1333 | +// slowCB.setToolTipText("Smooth interpolation"); |
---|
| 1334 | +// slowCB.addItemListener(this); |
---|
| 1335 | + panel.add(minshaderCB = new cCheckBox("Min shader", Globals.MINSHADER)); //, constraints); |
---|
| 1336 | + minshaderCB.setToolTipText("Minimal fast shader"); |
---|
| 1337 | + minshaderCB.addItemListener(this); |
---|
1174 | 1338 | |
---|
1175 | 1339 | // constraints.gridy += 1; |
---|
1176 | 1340 | // panel.add(speakerMocapCB = new cCheckBox("Mocap", CameraPane.SPEAKERMOCAP), constraints); |
---|
.. | .. |
---|
1259 | 1423 | } |
---|
1260 | 1424 | |
---|
1261 | 1425 | radioButton.SetObject(obj); |
---|
1262 | | - radioButton.layout = sixButton; // sevenButton; |
---|
| 1426 | + radioButton.layout = threeButton; // sixButton; |
---|
1263 | 1427 | radioButton.SetCamera(cameraView.renderCamera, false); |
---|
1264 | 1428 | radioButton.addActionListener(this); |
---|
1265 | 1429 | radioPanel.add(radioButton); |
---|
.. | .. |
---|
1284 | 1448 | cCheckBox localCB; |
---|
1285 | 1449 | cCheckBox crowdCB; |
---|
1286 | 1450 | cCheckBox smoothCB; |
---|
| 1451 | + cCheckBox minshaderCB; |
---|
| 1452 | + |
---|
1287 | 1453 | cToggleButton fastCB; |
---|
1288 | 1454 | cCheckBox slowCB; |
---|
1289 | 1455 | cCheckBox boxCB; |
---|
.. | .. |
---|
1354 | 1520 | { |
---|
1355 | 1521 | cameraView.ToggleInertia(); |
---|
1356 | 1522 | cameraView.repaint(); |
---|
| 1523 | + } |
---|
| 1524 | + else if(e.getSource() == minshaderCB) |
---|
| 1525 | + { |
---|
| 1526 | + Globals.MINSHADER ^= true; |
---|
| 1527 | + cameraView.programInitialized = false; |
---|
| 1528 | + cameraView.repaint(); |
---|
1357 | 1529 | } |
---|
1358 | 1530 | else if(e.getSource() == localCB) |
---|
1359 | 1531 | { |
---|
.. | .. |
---|
2494 | 2666 | if (source == invariantsItem) |
---|
2495 | 2667 | { |
---|
2496 | 2668 | System.out.println("Invariants:"); |
---|
2497 | | - Grafreed.grafreeD.universe.invariants(); |
---|
| 2669 | + Grafreed.grafreed.universe.invariants(); |
---|
2498 | 2670 | } else |
---|
2499 | 2671 | if (source == memoryItem) |
---|
2500 | 2672 | { |
---|
.. | .. |
---|
2525 | 2697 | { |
---|
2526 | 2698 | ToggleFullScreen(); |
---|
2527 | 2699 | } else |
---|
2528 | | - if (source == undoButton) |
---|
| 2700 | + if (source == previousVersionButton) |
---|
2529 | 2701 | { |
---|
2530 | 2702 | // Go to previous version |
---|
2531 | 2703 | //if (!Undo()) |
---|
2532 | 2704 | //java.awt.Toolkit.getDefaultToolkit().beep(); |
---|
2533 | | - Undo(); |
---|
| 2705 | + PreviousVersion(); |
---|
2534 | 2706 | } else |
---|
2535 | 2707 | if (source == restoreButton) |
---|
2536 | 2708 | { |
---|
2537 | 2709 | // Restore current version |
---|
2538 | 2710 | Restore(); |
---|
| 2711 | + //restoreButton.setEnabled(false); |
---|
2539 | 2712 | } else |
---|
2540 | 2713 | if (source == replaceButton) |
---|
2541 | 2714 | { |
---|
2542 | 2715 | // Overwrite current version |
---|
2543 | 2716 | Replace(); |
---|
| 2717 | + //replaceButton.setEnabled(false); |
---|
2544 | 2718 | } else |
---|
2545 | | - if (source == redoButton) |
---|
| 2719 | + if (source == nextVersionButton) |
---|
2546 | 2720 | { |
---|
2547 | 2721 | // Go to next version |
---|
2548 | | - Redo(); |
---|
| 2722 | + NextVersion(); |
---|
2549 | 2723 | } else |
---|
2550 | | - if (source == saveButton) |
---|
| 2724 | + if (source == saveVersionButton) |
---|
2551 | 2725 | { |
---|
2552 | 2726 | // Save a new version |
---|
2553 | 2727 | if (!Save(true)) |
---|
2554 | 2728 | java.awt.Toolkit.getDefaultToolkit().beep(); |
---|
| 2729 | + } else |
---|
| 2730 | + if (source == deleteVersionButton) |
---|
| 2731 | + { |
---|
| 2732 | + // Delete a new version |
---|
| 2733 | + DeleteVersion(); |
---|
2555 | 2734 | } else |
---|
2556 | 2735 | if (source == oneStepButton) |
---|
2557 | 2736 | { |
---|
.. | .. |
---|
2606 | 2785 | } else |
---|
2607 | 2786 | if (source == undoItem) |
---|
2608 | 2787 | { |
---|
2609 | | - Undo(); |
---|
| 2788 | + PreviousVersion(); |
---|
2610 | 2789 | } else |
---|
2611 | 2790 | if (source == redoItem) |
---|
2612 | 2791 | { |
---|
2613 | | - Redo(); |
---|
| 2792 | + NextVersion(); |
---|
2614 | 2793 | } else |
---|
2615 | 2794 | if (source == duplicateItem) |
---|
2616 | 2795 | { |
---|
.. | .. |
---|
3743 | 3922 | { |
---|
3744 | 3923 | Object3D child = (Object3D)e.nextElement(); |
---|
3745 | 3924 | if(child.editWindow != null) |
---|
3746 | | - objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit")); |
---|
3747 | 3925 | child.pinned = false; |
---|
3748 | 3926 | child.CloseUI(); |
---|
3749 | 3927 | listUI.remove(child); |
---|
| 3928 | +// objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit")); |
---|
3750 | 3929 | |
---|
3751 | 3930 | //child.editWindow = null; // ??????????? |
---|
3752 | 3931 | } |
---|
.. | .. |
---|
3765 | 3944 | obj.CloseUI(); |
---|
3766 | 3945 | } |
---|
3767 | 3946 | listUI.clear(); |
---|
| 3947 | + SetPinStates(group.selection.size() > 0); |
---|
3768 | 3948 | refreshContents(true); |
---|
3769 | 3949 | } else |
---|
3770 | 3950 | if (source == allParamsButton) |
---|
.. | .. |
---|
3851 | 4031 | radio.layout.doClick(); |
---|
3852 | 4032 | |
---|
3853 | 4033 | ClearUnpinned(); |
---|
| 4034 | + |
---|
3854 | 4035 | //Grafreed.Assert(group != null); |
---|
3855 | 4036 | //Grafreed.Assert(group.selection != null); |
---|
3856 | 4037 | SetPinStates(group.selection == null || group.selection.size() > 0); |
---|
.. | .. |
---|
3867 | 4048 | } else if (event.getSource() == editCameraItem) |
---|
3868 | 4049 | { |
---|
3869 | 4050 | cameraView.ProtectCamera(); |
---|
| 4051 | + cameraView.requestFocusInWindow(); |
---|
3870 | 4052 | cameraView.repaint(); |
---|
3871 | 4053 | return; |
---|
3872 | 4054 | } else if (event.getSource() == restoreCameraItem || event.getSource() == restoreCameraButton) |
---|
3873 | 4055 | { |
---|
3874 | 4056 | cameraView.RevertCamera(); |
---|
| 4057 | + cameraView.requestFocusInWindow(); |
---|
3875 | 4058 | cameraView.repaint(); |
---|
3876 | 4059 | return; |
---|
3877 | 4060 | // } else if (event.getSource() == textureButton) |
---|
.. | .. |
---|
5004 | 5187 | |
---|
5005 | 5188 | freezemodel = false; |
---|
5006 | 5189 | } |
---|
5007 | | - |
---|
5008 | | - boolean flashIt = true; |
---|
5009 | | - |
---|
| 5190 | + |
---|
5010 | 5191 | public void valueChanged(TreeSelectionEvent e) |
---|
5011 | 5192 | //public boolean handleEvent(Event event) |
---|
5012 | 5193 | { |
---|
.. | .. |
---|
5079 | 5260 | { |
---|
5080 | 5261 | editButton.setEnabled(enabled); |
---|
5081 | 5262 | uneditButton.setEnabled(enabled); |
---|
5082 | | - unselectButton.setEnabled(enabled); |
---|
| 5263 | + //unselectButton.setEnabled(enabled); |
---|
5083 | 5264 | flashSelectionButton.setEnabled(enabled); |
---|
| 5265 | + |
---|
| 5266 | + clearPanelButton.setEnabled(!listUI.isEmpty()); |
---|
5084 | 5267 | } |
---|
5085 | 5268 | |
---|
5086 | 5269 | void refreshContents(boolean cp) |
---|
5087 | 5270 | { |
---|
5088 | | - if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info")) |
---|
| 5271 | + //if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info")) |
---|
5089 | 5272 | if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING) |
---|
5090 | 5273 | { |
---|
5091 | 5274 | objEditor.ClearInfo(); // .GetMaterial()); |
---|
.. | .. |
---|
5921 | 6104 | |
---|
5922 | 6105 | cButton restoreCameraButton; |
---|
5923 | 6106 | |
---|
5924 | | - cButton saveButton; |
---|
5925 | 6107 | cButton oneStepButton; |
---|
5926 | 6108 | |
---|
5927 | 6109 | cButton groupButton; |
---|