• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 7
  • 75
  • 0
  • 0
  • 159
[verts, faces, cindex] = teapotGeometry;
figure
p = patch('Faces',faces,'Vertices',verts,'FaceVertexCData',cindex,'FaceColor','interp')
p =
Patch with properties: FaceColor: 'interp' FaceAlpha: 1 EdgeColor: [0 0 0] LineStyle: '-' Faces: [3872×4 double] Vertices: [4608×3 double] Show all properties
view(-151,30) % change the orientation
axis equal off % make the axes equal and invisible
Remix Tree