Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -52,7 +52,7 @@
|
|
| 52 |
scene.add(ambientLight);
|
| 53 |
|
| 54 |
const loader = new THREE.GLTFLoader();
|
| 55 |
-
loader.load('
|
| 56 |
let model = gltf.scene;
|
| 57 |
model.scale.set(2, 2, 2);
|
| 58 |
model.position.y = 0;
|
|
|
|
| 52 |
scene.add(ambientLight);
|
| 53 |
|
| 54 |
const loader = new THREE.GLTFLoader();
|
| 55 |
+
loader.load('attack_drone_scifi.glb', function (gltf) {
|
| 56 |
let model = gltf.scene;
|
| 57 |
model.scale.set(2, 2, 2);
|
| 58 |
model.position.y = 0;
|