Skip to content

Commit f5c55ee

Browse files
committed
goodbye 2x!
1 parent ee68ac8 commit f5c55ee

5 files changed

Lines changed: 5 additions & 732 deletions

File tree

core/src/processing/core/PConstants.java

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,20 @@ public interface PConstants {
5757
});
5858
*/
5959

60-
static final String JAVA2D = "processing.core.PGraphicsJava2D";
61-
static final String JAVA2D_2X = "processing.core.PGraphicsJava2D2X";
60+
static final String JAVA2D = "processing.core.PGraphicsJava2D";
6261

63-
static final String P2D = "processing.opengl.PGraphics2D";
64-
static final String P2D_2X = "processing.opengl.PGraphics2D2X";
65-
static final String P3D = "processing.opengl.PGraphics3D";
66-
static final String P3D_2X = "processing.opengl.PGraphics3D2X";
62+
static final String P2D = "processing.opengl.PGraphics2D";
63+
static final String P3D = "processing.opengl.PGraphics3D";
6764

68-
// When will it be time to remove this to have people use P3D instead?
65+
// When will it be time to remove this?
66+
@Deprecated
6967
static final String OPENGL = P3D;
7068

7169
// Experimental, higher-performance Java 2D renderer (but no pixel ops)
7270
static final String E2D = PGraphicsDanger2D.class.getName();
7371

7472
// Experimental JavaFX renderer; even better 2D performance
7573
static final String FX2D = PGraphicsFX2D.class.getName();
76-
static final String FX2D_2X = PGraphicsFX2D2X.class.getName();
7774

7875
static final String PDF = "processing.pdf.PGraphicsPDF";
7976
static final String SVG = "processing.svg.PGraphicsSVG";

core/src/processing/core/PGraphicsFX2D2X.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)