• Remix
  • Share
  • New Entry

  • Tim

  • /
  • Rainbow Planet

on 29 Oct 2022
  • 11
  • 738
  • 0
  • 3
  • 280
% Co-designed with my daughter...
x=randn(3,999);
x=1.01*x./vecnorm(x);
[a,b,c]=sphere(99);
surf(a,b,c);
colormap hot
hold
Current plot held
p=delaunay(x');
h = patch('faces',p,'vertices',x', FaceVertexCD=cool(size(p, 1)),FaceA=.25);
axis equal off
set(gcf,'color','k')
shading flat
r=@()rand(1,3e2);
scatter(r()*10-5,r()*10-5,r().^2*200,'.w');
camva(2)
Remix Tree