Don't use camera
This commit is contained in:
parent
5727a328ea
commit
eb8a6c9a92
1 changed files with 2 additions and 5 deletions
|
@ -34,11 +34,8 @@ void draw()
|
|||
background(0xff000000);
|
||||
|
||||
pushMatrix();
|
||||
// FIXME: Camera not setable in VR mode
|
||||
camera(0, 0, height,
|
||||
0, 0, 0,
|
||||
0, 1, 0);
|
||||
scale(20);
|
||||
scale(5);
|
||||
translate(0.0, 0.0, -150.0);
|
||||
lightSpecular(64, 64, 64);
|
||||
|
||||
// Horizonal light.
|
||||
|
|
Loading…
Reference in a new issue