From d0be92d50ecd336643879a793964a178edb8f01a Mon Sep 17 00:00:00 2001 From: root <> Date: Sat, 26 Apr 2025 04:12:55 +0000 Subject: [PATCH] charges should not have earth texture, lol --- sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();