• Remix
  • Share
  • New Entry

on 20 Oct 2022
  • 34
  • 431
  • 0
  • 12
  • 275
[v,f,c]=teapotGeometry;
patch('Faces',f,'Vertices',v,'FaceVertexCData',c,'FaceColor','interp')
axis equal off
colormap(prism)
[X,Y,Z]=sphere;
hold on
surf(X*.6+1,Y*.6+.9,Z*.6+1.6,'FaceColor','w')
surf(X*.2+1.3,Y*.2+1.2,Z*.2+1.75,'FaceColor','k')
view(170,15)
ellipsoid(0,0,0,2.5,2.5,.1)
Remix Tree