Ver código fonte

Reactivated 3D

Accidentally left 3D Stuff as comment…
Thomas Buck 12 anos atrás
pai
commit
3fa3d0470e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      CubeControl/Frame.java

+ 2
- 2
CubeControl/Frame.java Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar