-
Notifications
You must be signed in to change notification settings - Fork 4
1 basic scene
Evan Cole edited this page Oct 20, 2018
·
4 revisions
Optimizing assets
General info: calling assets by URL is a headache
- save some time and upload the whole asset to your project
Aframe docs links
- https://aframe.io/docs/0.8.0/guides/building-a-basic-scene.html
- https://aframe.io/docs/0.8.0/core/scene.html
- https://aframe.io/docs/0.8.0/components/camera.html
- https://aframe.io/docs/0.8.0/components/cursor.html
- https://aframe.io/docs/0.8.0/components/debug.html ?
- https://aframe.io/docs/0.8.0/components/fog.html
- https://aframe.io/docs/0.8.0/components/light.html
- https://aframe.io/docs/0.8.0/components/position.html
- https://aframe.io/docs/0.8.0/introduction/developing-with-threejs.html
- https://aframe.io/docs/0.8.0/core/asset-management-system.html
- https://aframe.io/docs/0.8.0/introduction/models.html
- https://cdn.aframe.io
setting camera rotation on load: