jake2004 commited on
Commit
4854c84
·
verified ·
1 Parent(s): 5c518e4

Update index.html

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