Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -37,7 +37,7 @@
|
|
| 37 |
scene.add(light);
|
| 38 |
|
| 39 |
const loader = new THREE.GLTFLoader();
|
| 40 |
-
loader.load('
|
| 41 |
let model = gltf.scene;
|
| 42 |
model.scale.set(2, 2, 2);
|
| 43 |
model.position.y = 0;
|
|
|
|
| 37 |
scene.add(light);
|
| 38 |
|
| 39 |
const loader = new THREE.GLTFLoader();
|
| 40 |
+
loader.load('attack_drone_scifi.glb', function (gltf) {
|
| 41 |
let model = gltf.scene;
|
| 42 |
model.scale.set(2, 2, 2);
|
| 43 |
model.position.y = 0;
|