-
Notifications
You must be signed in to change notification settings - Fork 192
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
Joining of imported 3D tiles #409
Comments
Can you propose a method how to treat the discontinuities between the tiles? |
I haven't tried it out, but the naive approach I'd try could be:
|
The old Google Earth Decoder, that is no longer available on Github, was able to pull tiles that were aligned properly, but didn't officially use Google's API to do so; it downloaded the raw glb/jpegs. |
Boy was I happy to find this thread and boy am I disappointed to see that there are no possible solutions being proposed. I hope someone comes up with something and if anybody does please let me know |
you can try to bridge walls of each tile with walls of neighbouring tiles, but it is very tedious. Or you can try to remesh the terrain in the Sculpt mode and reproject texture and details on it. At least it is what I'm trying to do, it is much better that manually joining the vertices |
Hi,
When importing Google 3D tiles, the tiles do not always correctly align. See example below:
Discontinuity between tiles causes issues when e.g. placing things on top of the mesh surface.
Is this a pure data issue - and if so - would it be possible to create a feature to allow automatic smoothing of tile connection points?
The text was updated successfully, but these errors were encountered: