Skip to content

Commit dcca03f

Browse files
author
Avaer Kazmer
committed
Update avatar load urls
1 parent 0e02e36 commit dcca03f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5880,7 +5880,7 @@
58805880
};
58815881

58825882
let avatarModel, rig;
5883-
new THREE.GLTFLoader().load('model.glb', object => {
5883+
new THREE.GLTFLoader().load('https://exokitxr.github.io/avatar-models/model2.vrm', object => {
58845884
avatarModel = object.scene;
58855885

58865886
// debugger;

vrarmik.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
scene.add(model);
118118
window.model = model;
119119
};
120-
new THREE.GLTFLoader().load('model.glb', object => {
120+
new THREE.GLTFLoader().load('https://exokitxr.github.io/avatar-models/model.glb', object => {
121121
_rigModel(object.scene);
122122
}, xhr => {}, err => {
123123
console.warn(err);

0 commit comments

Comments
 (0)