summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-01 23:49:22 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-01 23:49:22 (GMT)
commit29cfbe6f62cd3041ca0b9fad8902b17d308322c2 (patch)
tree113a8f1e2eb65963d748bd2baa215613fd73e445
parent0f2ce4ca75fb2359aac72c3f9f07da96b419244b (diff)
improved sphere test
-rw-r--r--testdata/scad/features/sphere-tests.scad14
1 files changed, 10 insertions, 4 deletions
diff --git a/testdata/scad/features/sphere-tests.scad b/testdata/scad/features/sphere-tests.scad
index f87aa26..e666c1b 100644
--- a/testdata/scad/features/sphere-tests.scad
+++ b/testdata/scad/features/sphere-tests.scad
@@ -1,4 +1,10 @@
-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);
+sphere();
+translate([2,0,0]) sphere(r=0);
+translate([0,11,0]) sphere(5);
+translate([0,-11,0]) sphere(r=5);
+translate([11,-11,0]) sphere(5, $fn=5);
+translate([11,0,0]) sphere(5, $fn=10);
+translate([11,11,0]) sphere(5, $fn=15);
+translate([22,-11, 0]) sphere(5, $fa=20, $fs=0.3);
+translate([22, 0, 0]) sphere(5, $fa=30, $fs=0.3);
+translate([22, 11, 0]) sphere(5, $fa=40, $fs=0.3);
contact: Jan Huwald // Impressum