jake2004 commited on
Commit
d8a02ae
·
verified ·
1 Parent(s): d65c7ee

Update index.html

Browse files
Files changed (1) hide show
  1. 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('model.glb', function (gltf) {
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;