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

When update lat, long, height for loader-3dtiles change the coordinates through runtime #550

Closed
Algorush opened this issue Jun 2, 2024 · 1 comment
Assignees

Comments

@Algorush
Copy link
Collaborator

Algorush commented Jun 2, 2024

When update lat, long, height for loader-3dtiles do not make new Loader3DTiles.load, but change the coordinates through runtime.
This will speed up updating Google 3DTiles map coordinates. I noticed that because of this, updating the coordinates is slow, and there is also an additional request to the Google 3d tiles server on every coordinates updating.
It might be better to post this issue in the aframe-loaders-3dtiles-component repo, but I'll leave it here so I don't forget

@Algorush Algorush self-assigned this Jun 2, 2024
@kfarr kfarr mentioned this issue Jun 3, 2024
@Algorush
Copy link
Collaborator Author

Algorush commented Jun 5, 2024

It was solved here: c9a1a03

@kfarr kfarr closed this as completed Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants