awacke1 commited on
Commit
870f7ae
·
1 Parent(s): 3f0b5cd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -9,10 +9,10 @@
9
  <body>
10
  <a-scene>
11
  <!-- Load the first GLB file -->
12
- <a-gltf-model id="model1" src="model1.glb" position="-2 0 -5" animation-mixer></a-gltf-model>
13
 
14
  <!-- Load the second GLB file -->
15
- <a-gltf-model id="model2" src="model2.glb" position="2 0 -5" animation-mixer></a-gltf-model>
16
 
17
  <!-- Add a ground plane for the models to stand on -->
18
  <a-plane position="0 -1 -5" rotation="-90 0 0" width="10" height="10" color="#7BC8A4"></a-plane>
 
9
  <body>
10
  <a-scene>
11
  <!-- Load the first GLB file -->
12
+ <a-gltf-model id="model1" src="mm_impasto_swirl.glb" position="-2 0 -5" animation-mixer></a-gltf-model>
13
 
14
  <!-- Load the second GLB file -->
15
+ <a-gltf-model id="model2" src="mm_project2.glb" position="2 0 -5" animation-mixer></a-gltf-model>
16
 
17
  <!-- Add a ground plane for the models to stand on -->
18
  <a-plane position="0 -1 -5" rotation="-90 0 0" width="10" height="10" color="#7BC8A4"></a-plane>