Don't use camera
This commit is contained in:
parent
174480d3a7
commit
5df0d7510b
1 changed files with 2 additions and 4 deletions
|
@ -32,10 +32,8 @@ void draw()
|
||||||
background(0xff000000);
|
background(0xff000000);
|
||||||
|
|
||||||
pushMatrix();
|
pushMatrix();
|
||||||
camera(0, 0, height,
|
scale(5);
|
||||||
0, 0, 0,
|
translate(0.0, 0.0, -150.0);
|
||||||
0, 1, 0);
|
|
||||||
scale(20);
|
|
||||||
lightSpecular(64, 64, 64);
|
lightSpecular(64, 64, 64);
|
||||||
|
|
||||||
// Horizonal light.
|
// Horizonal light.
|
||||||
|
|
Loading…
Reference in a new issue