Spaces:
Running
Running
Update index.html
Browse files- 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="
|
13 |
|
14 |
<!-- Load the second GLB file -->
|
15 |
-
<a-gltf-model id="model2" src="
|
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>
|