File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
libraries/vr/src/processing/vr Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ 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" ;
52
+ static final String MONO = "processing.vr.PGraphicsVRMono" ;
51
53
52
54
// The PDF and DXF renderers are not available for Android.
53
55
Original file line number Diff line number Diff line change 31
31
import processing .core .PApplet ;
32
32
33
33
public class PVR extends GvrActivity implements AppComponent {
34
- public static final String STEREO = "processing.vr.PGraphicsVRStereo" ;
35
- public static final String MONO = "processing.vr.PGraphicsVRMono" ;
36
-
37
34
public static final int LEFT = Eye .Type .LEFT ;
38
35
public static final int RIGHT = Eye .Type .RIGHT ;
39
36
public static final int MONOCULAR = Eye .Type .MONOCULAR ;
You can’t perform that action at this time.
0 commit comments