• Remix
  • Share
  • New Entry

  • Tim

  • /
  • Above the clouds

on 27 Oct 2022
  • 36
  • 317
  • 0
  • 8
  • 272
x=-1:.005:1;
r=sqrt(x.^2+x'.^2);
g=abs(ifft2(exp(6*i*rand(401))./max(r.^2,1e-4)))-.1;
surf(30*g);
shading flat
hold on;
t=ones(401,401,41);
t(1)=.9;
VOXview(t*.1, t.*(-1:.0025:0).^2);
colormap(flipud(gray));
caxis([0 20])
axis off
set(gcf,'color',[.8,.9,1])
light
camva(60)
campos([380, 320, 30])
Remix Tree