CesiumGS / cdb-to-3dtiles

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

Fixed nonzero geometricError on leaf tiles. #36

Closed nithinp7 closed 3 years ago

nithinp7 commented 3 years ago

Added a check to set geometricError to 0.0 for all generated leaf tiles. Fixed nonzero geometricError on leaf tiles in hard-coded validation tilesets.

Fixes: #21

lilleyse commented 3 years ago

@baothientran can you review?

baothientran commented 3 years ago

thanks @nithinp7, I tested with other dataset and it works quite well