charges should not have earth texture, lol
This commit is contained in:
parent
34e1de68f1
commit
d0be92d50e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue