Our Creative Team knows 3D Models. Troy has exported an Aston Martin Vantage car as GLTF. Import it into A-Frame.
A-Frame docs include:
- https://aframe.io/docs/1.7.0/introduction/models.html
- https://aframe.io/docs/1.7.0/components/gltf-model.html
Edit the index.html as desired.
When viewing, on Mac, use CTL-OPT-I to invoke the inspector.
Local:
python -m http.server 9999
Then open http://localhost:9999 in a WebXR capable browser.
Use Localhost.run service to make that mirror that port to the world:
ssh -R 80:localhost:9999 localhost.run
Then share the URL it gives you.
- Create a new repository on GitHub.
- Clone the repository to your local machine.
- Copy your project files into the cloned repository folder.
- Commit and push your changes to GitHub using the
mainbranch. - Enable GitHub Pages in the repository settings.
- Your site will be available at https://<your-username>.github.io/<repository-name>/.
The site is now available at: https://v-studios.github.io/webxr-3d-troy/