Skip to content

When upgrade from legacy tilesets, 1.0 and 1.1 have different result and all of them lost some tileset details #188

@snowwindsand

Description

@snowwindsand

I have a legacy tileset file. When I load it in the old Cesium version (1.75), it looks like this.

Image

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

Image

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

Image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions