summaryrefslogtreecommitdiff
path: root/test/fixtures/geoData/deform
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-12-01 18:24:46 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-12-01 18:25:05 +0000
commite1de47a129f4a20c25f768eae3ca7c6dcc9c4a73 (patch)
tree12ef63cba30d47bd4229299a09ae97f16939ad82 /test/fixtures/geoData/deform
parentMerge branch 'terrain-deform-2' (diff)
parentRemove extrusion extents that rounded to the same vertex (diff)
downloadilt-e1de47a129f4a20c25f768eae3ca7c6dcc9c4a73.tar.bz2
ilt-e1de47a129f4a20c25f768eae3ca7c6dcc9c4a73.tar.xz
ilt-e1de47a129f4a20c25f768eae3ca7c6dcc9c4a73.zip
Psycho-rebased branch terrain-for-networks on top of main
Diffstat (limited to 'test/fixtures/geoData/deform')
-rw-r--r--test/fixtures/geoData/deform/multi1.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/fixtures/geoData/deform/multi1.json b/test/fixtures/geoData/deform/multi1.json
new file mode 100644
index 0000000..c7456b6
--- /dev/null
+++ b/test/fixtures/geoData/deform/multi1.json
@@ -0,0 +1,21 @@
+[
+ [
+ [
+ [
+ 100,
+ 100,
+ 100
+ ],
+ [
+ 150,
+ 100,
+ 100
+ ],
+ [
+ 100,
+ 150,
+ 100
+ ]
+ ]
+ ]
+]