We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a14ef commit 97b328dCopy full SHA for 97b328d
libraries/vr/examples/Cube/Cube.pde
@@ -5,12 +5,12 @@ void setup() {
5
}
6
7
void draw() {
8
-// PGraphicsVR pgc = (PGraphicsVR)g;
9
-// if (pgc.eyeType == PVR.LEFT) {
+// PGraphicsVR pvr = (PGraphicsVR)g;
+// if (pvr.eyeType == PVR.LEFT) {
10
// background(200, 50, 50);
11
-// } else if (pgc.eyeType == PVR.RIGHT) {
+// } else if (pvr.eyeType == PVR.RIGHT) {
12
// background(50, 50, 200);
13
-// } else if (pgc.eyeType == PVR.MONOCULAR) {
+// } else if (pvr.eyeType == PVR.MONOCULAR) {
14
// background(50, 200, 50);
15
// }
16
0 commit comments