summaryrefslogtreecommitdiff
path: root/testdata/scad/sphere-tests.scad
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-03-31 00:45:48 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-03-31 00:45:48 (GMT)
commit42608f43932edb267e95482378847505bc95ef1d (patch)
tree5c198316fa2bf041deae21ee8cbfe083b2a18614 /testdata/scad/sphere-tests.scad
parent71c33d48e0dc3a27c855629d3182d27a7f9a31c3 (diff)
More test models
git-svn-id: http://svn.clifford.at/openscad/trunk@496 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'testdata/scad/sphere-tests.scad')
-rw-r--r--testdata/scad/sphere-tests.scad4
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/sphere-tests.scad b/testdata/scad/sphere-tests.scad
new file mode 100644
index 0000000..f87aa26
--- /dev/null
+++ b/testdata/scad/sphere-tests.scad
@@ -0,0 +1,4 @@
+sphere(5);
+translate([0,12,0]) sphere(5, $fa=5, $fs=0.5);
+translate([12,0,0]) sphere(r=6);
+translate([12,12,0]) sphere(r=6, $fn=5);
contact: Jan Huwald // Impressum