• Remix
  • Share
  • New Entry

  • VMM

  • /
  • Membranes in spring

on 16 Oct 2021
  • 2
  • 26
  • 1
  • 0
  • 274
for i=0:6
surf(0.2*i+2*membrane,EdgeColor="none",FaceAlpha=0.2)
hold on
end
shading interp
colormap spring
view(-45,10)
axis([0 35 0 35 -0.5 3.4])
light
a([20 10 0])
a([-1 0 0])
lighting gouraud
a([20 0 2])
a([0 20 2])
a([0 0 1])
axis off
function a(b)
light('Position',b,'Style','local')
end
Remix Tree