Browse Source

Reactivated 3D

Accidentally left 3D Stuff as comment…
Thomas Buck 12 years ago
parent
commit
3fa3d0470e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      CubeControl/Frame.java

+ 2
- 2
CubeControl/Frame.java View File

@@ -270,7 +270,7 @@ public class Frame extends JFrame implements ListSelectionListener {
270 270
 
271 271
 		// ----- 3D Stuff -----
272 272
 		// --------------------
273
-		/* gConfig = SimpleUniverse.getPreferredConfiguration();
273
+		gConfig = SimpleUniverse.getPreferredConfiguration();
274 274
 		cubeCanvas = new Canvas3D(gConfig);
275 275
 		ledView = new Led3D(cubeCanvas);
276 276
 		cubeCanvas.setBounds(18, 31, 275, 275); // 3d view
@@ -291,7 +291,7 @@ public class Frame extends JFrame implements ListSelectionListener {
291 291
 
292 292
 			}
293 293
 		});
294
-		cp.add(cubeCanvas); */
294
+		cp.add(cubeCanvas);
295 295
 		// --------------------
296 296
 
297 297
 		// Add Layer edit buttons

Loading…
Cancel
Save