hn-88 / OSREC-interp

Tool for concatenating and interpolating between OpenSpace camera keyframes.
MIT License
0 stars 0 forks source link

linux version gives error #12

Open hn-88 opened 2 weeks ago

hn-88 commented 2 weeks ago

Output file produced by linux version on Linux Mint 22 using g++ -o OSRECinterp.bin OSREC-interp.cpp tinyfiledialogs.c produces an output file which causes the linux version of openspace compiled on that same machine to give an "out of range" error and terminate. Individual lines look like

camera 1.3299 7.84287e+08 2480238.250 6553396.57972258608788252 3269835.17752498714253306 -0.15319260003127283 0.46454568568298998 0.22775550491575386 0.85560835126798640 0.01609612171824702 0.00000000000000000e+00 Earth 

instead of

camera 1.299901571124792 784287349.3060684 2480238.2496046983 6553396.5797225535 3269835.1775250616 -0.1534996 0.4590997 0.22508547 0.84557784 0.015875608 F Earth
hn-88 commented 2 weeks ago

This is probably due to #13