CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

Rename Math to MathHelpers. Fix docker run test command #52

Closed ErixenCruz closed 3 years ago

ErixenCruz commented 3 years ago

Closes https://github.com/CesiumGS/cdb-to-3dtiles/issues/51. Renames the files Math.h and Math.cpp to MathHelpers.h and MathHelpers.cpp, since Windows is case insensitive to header names. The new names should work with Windows now, though we still have no official Windows support yet.
I re-built with the Docker system and ran tests, and everything looked fine.

lilleyse commented 3 years ago

Thanks @ErixenCruz