• Remix
  • Share
  • New Entry

on 18 Oct 2022
  • 31
  • 66
  • 6
  • 0
  • 252
% Fuzzy blobs around points of a Bucky Ball
[b,v]=bucky;
centers=30+20*v;
B=blinnblob(centers,64,64,64); % From a sliceomatic demo function
S=isosurface(B,.7);
v=S.vertices;
S.FaceVertexCData=-hypot(v(:,1)-30,hypot(v(:,2)-30,v(:,3)-30));
patch(S)
shading interp
lighting g
material metal
camlight
colormap hot
clim([-24 -17])
axis equal off
view(98,0);
Remix Tree
Load full remix tree