• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 1
  • 22
  • 0
  • 0
  • 261
V=[1 3 -1;3 1 -1;1 1 -3;-1 1 3;-1 3 1;-3 1 1;3 -1 1;1 -1 3;1 -3 1;-1 -1 -3;-3 -1 -1;-1 -3 -1];
axis off equal
view(3)
patch('Vertices', V,'Faces',[2 7 8 4 5 1;2 7 9 12 10 3;8 9 12 11 6 4;10 11 6 5 1 3],'FaceColor','b')
patch('Vertices',V,'Faces',[1:3;4:6;7:9;10:12])

Image

Remix Tree