Skip to content

Commit 97b328d

Browse files
committed
name change
1 parent 33a14ef commit 97b328d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/vr/examples/Cube/Cube.pde

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ void setup() {
55
}
66

77
void draw() {
8-
// PGraphicsVR pgc = (PGraphicsVR)g;
9-
// if (pgc.eyeType == PVR.LEFT) {
8+
// PGraphicsVR pvr = (PGraphicsVR)g;
9+
// if (pvr.eyeType == PVR.LEFT) {
1010
// background(200, 50, 50);
11-
// } else if (pgc.eyeType == PVR.RIGHT) {
11+
// } else if (pvr.eyeType == PVR.RIGHT) {
1212
// background(50, 50, 200);
13-
// } else if (pgc.eyeType == PVR.MONOCULAR) {
13+
// } else if (pvr.eyeType == PVR.MONOCULAR) {
1414
// background(50, 200, 50);
1515
// }
1616

0 commit comments

Comments
 (0)