summaryrefslogtreecommitdiff
path: root/examples/example011.scad
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example011.scad')
-rw-r--r--examples/example011.scad16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/example011.scad b/examples/example011.scad
new file mode 100644
index 0000000..c11e65b
--- /dev/null
+++ b/examples/example011.scad
@@ -0,0 +1,16 @@
+polyeder(
+ points = [
+ [10 0 0],
+ [ 0 10 0],
+ [ -10 0 0],
+ [ 0 -10 0],
+ [ 0 0 10]
+ ],
+ triangles = [
+ [0 1 2 3],
+ [4 1 0],
+ [4 2 1],
+ [4 3 2],
+ [4 0 3]
+ ]
+);
contact: Jan Huwald // Impressum