charges should not have earth texture, lol

This commit is contained in:
root 2025-04-26 04:12:55 +00:00
parent 34e1de68f1
commit d0be92d50e

View file

@ -214,11 +214,11 @@ function draw_sphere(radius, n_axis_circles) {
pop(); pop();
if (surface === SURFACE_EARTH) { if (surface === SURFACE_EARTH) {
push();
noStroke(); noStroke();
noFill(); noFill();
tint(0xff, 0x9f); tint(0xff, 0x9f);
texture(earth_image); texture(earth_image);
push();
rotateY(TAU / 4); rotateY(TAU / 4);
sphere(radius); sphere(radius);
pop(); pop();