• Remix
  • Share
  • New Entry

on 18 Oct 2022
  • 7
  • 26
  • 0
  • 0
  • 280
[X,Y,Z]=sphere(1e3);
@(X)min(max(X,-.74),.74);
Y=ans(Y);
X=ans(X);
Z=ans(Z);
figure('Color','k');
surf(X,Y,Z,'EdgeC','n','FaceC',[1 .2 .2]);
axis equal off
view(-32,16)
light('Po',[1 2 -2],'Col',[.7 1 .7]);
for k=1:6
light('Po',99*(rand(1,3)-.6),'St','local','Col',rand(1,3)/2);
end
set(gca,'Proj','p');
Remix Tree