• Remix
  • Share
  • New Entry

  • Jr

  • /
  • a bug's life

on 6 Oct 2021
  • 78
  • 327
  • 0
  • 0
  • 277
hold
Current plot held
colormap(copper);
axis equal
camva(9)
campos([-99 -186 75])
X=(1:99)/9-1;
surf(X'*2.*cos(X).*cos(X')-5+(rand(99)+15))
q(210,210)=-1;
surf(-50:159,-50:159,q,q+cat(3,0,.7,0));
f=rand(3,80).*[10;80;21]+[12;-35;7];
text(f(1,:),f(2,:),f(3,:),char([55357 56348]),'Fontsi',20)
material dull
light
Remix Tree