File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,12 @@ public interface PConstants {
48
48
static final String P2D = "processing.opengl.PGraphics2D" ;
49
49
static final String P3D = "processing.opengl.PGraphics3D" ;
50
50
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 ;
52
53
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 ;
54
57
55
58
// The PDF and DXF renderers are not available for Android.
56
59
You can’t perform that action at this time.
0 commit comments