mirror of
https://github.com/KevinMidboe/cubewaves.git
synced 2025-10-29 09:30:18 +00:00
Changed values of rotation to better match what we want with isometric view.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user