CesiumGS / cdb-to-3dtiles

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

Initial code review #14

Closed baothientran closed 3 years ago

baothientran commented 3 years ago

Overall about the code base:

baothientran commented 3 years ago

@likangning93 I think all the reviewed comments are addressed in the new commits. Please let me know if I miss anything

lilleyse commented 3 years ago

Some initial comments after reading the README and inspecting the San Diego output.

baothientran commented 3 years ago

@lilleyse --elevation-decimate-error is normalized to 0..1. So 0.01 means the simplifier will maintain the target error below 1% of the mesh extent. I've update the explanation in the CLI

lilleyse commented 3 years ago

@baothientran can you open issues for anything not finished in https://github.com/CesiumGS/cdb-to-3dtiles/pull/14#issuecomment-724351326?

lilleyse commented 3 years ago

Merging into master!