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 b431c0c commit d636cc6Copy full SHA for d636cc6
libraries/vr/examples/Cube/Cube.pde
@@ -16,7 +16,7 @@ void draw() {
16
17
background(157);
18
lights();
19
- translate(width/2, height/2);
+// translate(width/2, height/2);
20
rotateX(frameCount * 0.01f);
21
rotateY(frameCount * 0.01f);
22
box(500);
libraries/vr/examples/Mono/Mono.pde
@@ -7,7 +7,7 @@ void setup() {
7
void draw() {
8
9
10
+ //translate(width/2, height/2);
11
12
13
0 commit comments