945946947948949950951952953954955
//sunflow.height = height; // sunflow.allocate(); // gSun.camera(); gSun.loadPixels(); gSun.beginDraw(); gSun.ortho(-(width / 2), (width / 2), -(height / 2), (height / 2), -1000, 10000); applyWorldTranslation(gSun);