summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-03-23 21:41:10 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-03-23 21:41:10 +0000
commitf380b20ddf1ead6447a6ee6e137a14c4aa226c12 (patch)
treea654a3a219811df7d645683f6fac5697ffd1c776 /test/fixtures
parentCreate extents purely from corner arcs (diff)
downloadilt-f380b20ddf1ead6447a6ee6e137a14c4aa226c12.tar.bz2
ilt-f380b20ddf1ead6447a6ee6e137a14c4aa226c12.tar.xz
ilt-f380b20ddf1ead6447a6ee6e137a14c4aa226c12.zip
Handle and test concave surface boundaries
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/geoData/deform/1.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/test/fixtures/geoData/deform/1.json b/test/fixtures/geoData/deform/1.json
index fb45ce4..6930238 100644
--- a/test/fixtures/geoData/deform/1.json
+++ b/test/fixtures/geoData/deform/1.json
@@ -156,5 +156,46 @@
"/tmp/geoData5.tga"
]
]
+ ],
+ [
+ [
+ [
+ 1500,
+ 2000,
+ 800
+ ],
+ [
+ 3000,
+ 2000,
+ 800
+ ],
+ [
+ 5000,
+ 4000,
+ 800
+ ],
+ [
+ 3500,
+ 700,
+ 800
+ ]
+ ],
+ [
+ [
+ [
+ [
+ -1000,
+ -3000,
+ 7000
+ ],
+ [
+ 1,
+ 1,
+ -1.5
+ ]
+ ],
+ "/tmp/geoData6.tga"
+ ]
+ ]
]
]