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

3dtiles research #497

Merged
merged 19 commits into from
Mar 28, 2024
Merged

3dtiles research #497

merged 19 commits into from
Mar 28, 2024

Conversation

Algorush
Copy link
Collaborator

@Algorush Algorush commented Mar 7, 2024

In this PR I added the component file aframe-loader-3dtiles-component.js to the lib folder. And also two examples - one simple example with loading google 3d tiles, which works from a local webpack server from component repo, but does not work from a local budo server configured in 3DStreet repo.
The second example is embedding the loader-3dtiles component into a 3DStreet scene.
I added new attributes in loader-3dtiles, related with google tiles API:

lat: 35.6586; 
long: 139.7454; 
height: 500; // camera height
googleApiKey: // need to set

Copy link

netlify bot commented Mar 7, 2024

Deploy Preview for 3dstreet-core-builds ready!

Name Link
🔨 Latest commit 649d188
🔍 Latest deploy log https://app.netlify.com/sites/3dstreet-core-builds/deploys/660601294f71560008d19f18
😎 Deploy Preview https://deploy-preview-497--3dstreet-core-builds.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kfarr kfarr merged commit 91ce1b2 into main Mar 28, 2024
5 of 6 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants