Skip to content

Commit e94dc77

Browse files
committed
trying out names for the VR/AR renderers
1 parent 13aa51f commit e94dc77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

core/src/processing/core/PConstants.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ public interface PConstants {
4848
static final String P2D = "processing.opengl.PGraphics2D";
4949
static final String P3D = "processing.opengl.PGraphics3D";
5050
static final String OPENGL = P3D;
51-
static final String STEREO = "processing.vr.PGraphicsVRStereo";
51+
static final String PVR = "processing.vr.PGraphicsVRStereo";
52+
static final String STEREO = PVR;
5253
static final String MONO = "processing.vr.PGraphicsVRMono";
53-
static final String ARCORE = "processing.ar.PGraphicsAR";
54+
static final String PAR = "processing.ar.PGraphicsAR";
55+
static final String AUGMENT = PAR;
56+
static final String ARCORE = PAR;
5457

5558
// The PDF and DXF renderers are not available for Android.
5659

0 commit comments

Comments
 (0)