• Remix
  • Share
  • New Entry

  • Tim

  • /
  • Borg Cube

on 21 Oct 2022
  • 10
  • 37
  • 0
  • 1
  • 278
c = rand(11,11,11).^.02;
c(:,:,6)=0;
c(c<.97)=0;
VOXview(c);
colormap(gray)
caxis([0,5])
[x,y,z]=sphere;
d=@(x)erf(x*3)*5+5;
hold on
light
surf(d(x),d(y),d(z), FaceC=[0,1,0], Am=1, EdgeC='none');
r=@()rand(1,3e3);
scatter(r()*100-50,r()*100-50,r()*40,'.w');
axis off
set(gcf, color='k')
light
camva(1.2)
Remix Tree