File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
examples/showcase/wikipedia Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ <h1 id="firstHeading" class="firstHeading" lang="en">Burj Khalifa</h1>
96
96
< td colspan ="2 " style ="text-align:center ">
97
97
< a-scene class ="ascene " debug ="" embedded style ="margin: auto ">
98
98
< a-assets >
99
- < a-asset-item id ="crate-obj " src ="https://assets .aframe.io/wikipedia/model.obj "> </ a-asset-item >
100
- < a-asset-item id ="crate-mtl " src ="https://assets .aframe.io/wikipedia/model.mtl "> </ a-asset-item >
99
+ < a-asset-item id ="crate-obj " src ="https://cdn .aframe.io/wikipedia/model.obj "> </ a-asset-item >
100
+ < a-asset-item id ="crate-mtl " src ="https://cdn .aframe.io/wikipedia/model.mtl "> </ a-asset-item >
101
101
</ a-assets >
102
102
< a-entity id ="sky " geometry ="primitive: sphere; radius: 2000; "
103
103
material ="shader: sky; sunPosition: 10 18 0;side: back "> </ a-entity >
Original file line number Diff line number Diff line change 245
245
< td colspan ="2 " style ="text-align:center ">
246
246
< a-scene class ="ascene " debug ="true " embedded style ="margin: auto ">
247
247
< a-assets >
248
- < a-asset-item id ="crate-obj " src ="https://assets .aframe.io/wikipedia/model.obj "> </ a-asset-item >
249
- < a-asset-item id ="crate-mtl " src ="https://assets .aframe.io/wikipedia/model.mtl "> </ a-asset-item >
248
+ < a-asset-item id ="crate-obj " src ="https://cdn .aframe.io/wikipedia/model.obj "> </ a-asset-item >
249
+ < a-asset-item id ="crate-mtl " src ="https://cdn .aframe.io/wikipedia/model.mtl "> </ a-asset-item >
250
250
</ a-assets >
251
251
< a-entity id ="sky " geometry ="primitive: sphere; radius: 2000; "
252
252
material ="shader: sky; sunPosition: 10 18 0;side: back "> </ a-entity >
Original file line number Diff line number Diff line change 1
1
var registerComponent = require ( '../core/component' ) . registerComponent ;
2
2
3
- var LEFT_HAND_MODEL_URL = 'https://assets .aframe.io/controllers/hands/leftHand.json' ;
4
- var RIGHT_HAND_MODEL_URL = 'https://assets .aframe.io/controllers/hands/rightHand.json' ;
3
+ var LEFT_HAND_MODEL_URL = 'https://cdn .aframe.io/controllers/hands/leftHand.json' ;
4
+ var RIGHT_HAND_MODEL_URL = 'https://cdn .aframe.io/controllers/hands/rightHand.json' ;
5
5
6
6
/**
7
7
*
Original file line number Diff line number Diff line change 1
1
var registerComponent = require ( '../core/component' ) . registerComponent ;
2
2
3
- var VIVE_CONTROLLER_MODEL_OBJ_URL = 'https://assets .aframe.io/controllers/vive/vr_controller_vive.obj' ;
4
- var VIVE_CONTROLLER_MODEL_OBJ_MTL = 'https://assets .aframe.io/controllers/vive/vr_controller_vive.mtl' ;
3
+ var VIVE_CONTROLLER_MODEL_OBJ_URL = 'https://cdn .aframe.io/controllers/vive/vr_controller_vive.obj' ;
4
+ var VIVE_CONTROLLER_MODEL_OBJ_MTL = 'https://cdn .aframe.io/controllers/vive/vr_controller_vive.mtl' ;
5
5
6
6
/**
7
7
* Vive Controls Component
You can’t perform that action at this time.
0 commit comments