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 {
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
You can’t perform that action at this time.
0 commit comments