Skip to content

Commit 769ade9

Browse files
Merge pull request #1 from SyamSundarKirubakaran/SyamSundarKirubakaran-patch-1
[BUG] Object Distortion fix in Example - Cube VR
2 parents 319e266 + 2c3377c commit 769ade9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/vr/examples/Cube/Cube.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ void draw() {
1010
translate(width/2, height/2);
1111
rotateX(frameCount * 0.01f);
1212
rotateY(frameCount * 0.01f);
13-
box(500);
14-
}
13+
box(350);
14+
}

0 commit comments

Comments
 (0)