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();
if (surface === SURFACE_EARTH) {
push();
noStroke();
noFill();
tint(0xff, 0x9f);
texture(earth_image);
push();
rotateY(TAU / 4);
sphere(radius);
pop();