• Remix
  • Share
  • New Entry

on 20 Oct 2022
  • 9
  • 34
  • 1
  • 0
  • 230
u = linspace(0,2,512);
v = u.';
s = (1-v/6)/3 ;
t = .2-s.*(1+cospi(u));
x = t.*cospi(2*v);
y = t.*sinpi(2*v);
z = v/4-s.*sinpi(1/2.*u);
surf(x,y,z,y)
shading interp
axis off equal
colormap(winter)
lightangle(80,-40)
lightangle(-90,60)
view([-150 10])

Image

Remix Tree

Load full remix tree