- /
-
Tea Time!
on 13 Oct 2021
- 35
- 66
- 0
- 0
- 270
[v,f,c]=teapotGeometry
p=patch('Faces',f,'Vertices',v,'FaceVertexCData',c,'FaceColor','interp')
view(-151,30)
axis equal off
p.FaceAlpha=1
p.LineStyle='none'
colormap(autumn)
l=light('Position',[-0.4 0.2 0.9],'Style','infinite')
text(2,6,3,"☕",'FontSize',80,'color',[.2 .08 .4])