I have a legacy tileset file. When I load it in the old Cesium version (1.75), it looks like this.
When I upgrade it to version 1.0 using the tool, command is 3d-tiles-tools upgrade -i ./tileset.json -o ./upgrade
it appears like this
there's an issue with the model's orientation, and the detail in the top-left corner becomes worse.
When I upgrade it to version 1.1 using the tool, command is 3d-tiles-tools upgrade -i ./tileset.json -o ./upgrade --targetVersion 1.1
it looks like this
the model's orientation is correct, but the detail in the top-left corner remains poor.
Can anyone tell me how to preserve the detail in the top-left corner? What parameters should I adjust?