diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-12-01 18:24:46 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-12-01 18:25:05 +0000 |
commit | e1de47a129f4a20c25f768eae3ca7c6dcc9c4a73 (patch) | |
tree | 12ef63cba30d47bd4229299a09ae97f16939ad82 /test/fixtures/geoData/deform | |
parent | Merge branch 'terrain-deform-2' (diff) | |
parent | Remove extrusion extents that rounded to the same vertex (diff) | |
download | ilt-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.json | 21 |
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 + ] + ] + ] +] |