• Remix
  • Share
  • New Entry

  • Jr

  • /
  • eskimo village

on 18 Oct 2021
  • 50
  • 44
  • 0
  • 0
  • 272
[M,A,T]=sphere(9);
[C,I,L]=cylinder;
Y=.2;
E=.4;
S=.6;
for i=1:4:6
for j=1:4:6
surf(M+i,A+j,T);
hold on;
surf(E*C+i,L+j-1.2,E*I-E);
end
end
axis equal off;
colormap(white);
view([65,15]);
zlim([-E 1]);
f=rand(3,40).*[-10;-10;-.7]+[6;9;3];
text(f(1,:),f(2,:),f(3,:),"❄",'Fontsi',12,'color',[Y Y Y])
light
Remix Tree