summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/example/matricskoc.mp
blob: d4bb386717e050b4dbb9b5ca077b1c0ff779007e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% matricskoc.mp
% Pedro Mendonca
% 2006

input featpost3Dplus2D;

prologues:=2;

beginfig(1);
  ParallelProj := false;
  SphericalDistortion := false;
  Spread:=256;
  f:=(5,-2,2);
  cartaxes(-.5,.5,.5);
  for $=-8 step 1 until 0:
    kindofcube(true,true,($,0,0),90,0,0,.3,.05,0.1);
  endfor;
endfig;

end;