diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-19 14:36:52 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-21 16:15:38 (GMT) |
commit | f707466580f526f75ac85af3a628667797874645 (patch) | |
tree | 73ba3a4725928a87fb8327066fd693994e62bf43 | |
parent | 8c31bac6c7b2a77b8bd96a288535b84e5ee81488 (diff) |
simple surface test
-rw-r--r-- | testdata/scad/features/surface-simple.dat | 2 | ||||
-rw-r--r-- | testdata/scad/features/surface-simple.scad | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/testdata/scad/features/surface-simple.dat b/testdata/scad/features/surface-simple.dat new file mode 100644 index 0000000..32eba08 --- /dev/null +++ b/testdata/scad/features/surface-simple.dat @@ -0,0 +1,2 @@ +0 1 +2 3 diff --git a/testdata/scad/features/surface-simple.scad b/testdata/scad/features/surface-simple.scad new file mode 100644 index 0000000..9659143 --- /dev/null +++ b/testdata/scad/features/surface-simple.scad @@ -0,0 +1 @@ +surface("surface-simple.dat", center=true); |