Skip to content

Commit 94e88a0

Browse files
feature(Assets): - Change the default loaded 3d model.
1 parent a0042f4 commit 94e88a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/assets/viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
controls.screenSpacePanning = true;
221221

222222
// VI. Chargement initial du Modèle GLTF
223-
loadModel('car.gltf');
223+
loadModel('sumoo.glb');
224224

225225
// VII. Boucle d'Animation
226226
function animate() {

0 commit comments

Comments
 (0)