diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-03-09 12:10:17 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-03-09 12:10:17 +0000 |
commit | 4c05a12cf1c30eadcd5edd61f75b8fc92d3dbd7c (patch) | |
tree | 7a18a0a74f008ea3eae0c9681971cdd2102a30fb /test/fixtures/geoData | |
parent | Fix non-64bit upgrade wrapper for crossProduct (diff) | |
download | ilt-4c05a12cf1c30eadcd5edd61f75b8fc92d3dbd7c.tar.bz2 ilt-4c05a12cf1c30eadcd5edd61f75b8fc92d3dbd7c.tar.xz ilt-4c05a12cf1c30eadcd5edd61f75b8fc92d3dbd7c.zip |
Add deformation test case with lower spec
Diffstat (limited to 'test/fixtures/geoData')
-rw-r--r-- | test/fixtures/geoData/deform/1.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/test/fixtures/geoData/deform/1.json b/test/fixtures/geoData/deform/1.json index 2854e64..fb45ce4 100644 --- a/test/fixtures/geoData/deform/1.json +++ b/test/fixtures/geoData/deform/1.json @@ -120,5 +120,41 @@ "/tmp/geoData4.tga" ] ] + ], + [ + [ + [ + 3000, + 1000, + 10 + ], + [ + 3000, + 2000, + 10 + ], + [ + 2000, + 1000, + 10 + ] + ], + [ + [ + [ + [ + -500, + -1500, + 3000 + ], + [ + 1, + 1, + -1.5 + ] + ], + "/tmp/geoData5.tga" + ] + ] ] ] |