diff --git a/public/index.html b/public/index.html index 2cdeb83f879c0cb56df6c5afc89df2544477d6c9..3ee8943cf979fe9b74074e91168272c6f58f496d 100644 --- a/public/index.html +++ b/public/index.html @@ -216,9 +216,6 @@ // Modelle laden loader.load("https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/bench_model/scene.gltf", (gltf) => { models.robot = gltf.scene; - models.robot.position.set(0, 0, -2); - models.robot.lookAt(camera.position); - scene.add(models.robot); }); //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf loader.load("https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/trash_model/scene.gltf", (gltf) => {