Changed values of rotation to better match what we want with isometric view.

This commit is contained in:
2018-07-11 19:56:11 +02:00
parent 17860306dc
commit 3725c16fa9

View File

@@ -13,8 +13,8 @@ function draw() {
background(220);
ortho(-700, 700, 700, -700, 0, 1200);
rotateX(-QUARTER_PI);
rotateY(ma);
rotateX(-ma);
rotateY(QUARTER_PI);
rectMode(CENTER);