summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/example/matricskoc.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/example/matricskoc.mp')
-rw-r--r--Master/texmf-dist/doc/metapost/featpost/example/matricskoc.mp22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/example/matricskoc.mp b/Master/texmf-dist/doc/metapost/featpost/example/matricskoc.mp
new file mode 100644
index 00000000000..d4bb386717e
--- /dev/null
+++ b/Master/texmf-dist/doc/metapost/featpost/example/matricskoc.mp
@@ -0,0 +1,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;
+
+