diff --git a/sketch.js b/sketch.js index 1d684e6..cbc9252 100644 --- a/sketch.js +++ b/sketch.js @@ -214,11 +214,11 @@ function draw_sphere(radius, n_axis_circles) { pop(); if (surface === SURFACE_EARTH) { + push(); noStroke(); noFill(); tint(0xff, 0x9f); texture(earth_image); - push(); rotateY(TAU / 4); sphere(radius); pop();