Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google 3D Tiles: Gaps between tiles #387

Closed
WarnerV opened this issue Sep 12, 2023 · 2 comments
Closed

Google 3D Tiles: Gaps between tiles #387

WarnerV opened this issue Sep 12, 2023 · 2 comments

Comments

@WarnerV
Copy link

WarnerV commented Sep 12, 2023

Hi there,

Downloading Google 3D Tiles using BLOSM, I'm seeing gaps in between the tiles (+/- 1m wide at the most). I'm using Blender 3.6 and addon v2.7.2.

Is this expected behavior?

Cheers,
W

@vvoovv
Copy link
Owner

vvoovv commented Sep 12, 2023

Hi @WarnerV

The addon relies on the built-in glTF importer to import 3D Tiles. The coordinates in a 3D Tile are in meters relative to the center of the Earth. That means millions of meters on each axis. The glTF addon imports them as-is. The Blosm addon applies geometrical transformations to bring the 3D Tiles to the center of Blender's system of reference.

I think those huge original coordinates is the reason for the gaps. They can't be fixed without changing the code of the glTF addon.

@vvoovv vvoovv closed this as completed Sep 29, 2023
@vvoovv
Copy link
Owner

vvoovv commented Dec 14, 2023

See also #430

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants