From 18ef91b7372ee9ba83619067d0eadc4f6e0d6d59 Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Wed, 12 Apr 2023 07:45:49 +0000
Subject: [PATCH] Update public/aktuelles.html

---
 public/aktuelles.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/aktuelles.html b/public/aktuelles.html
index 8a87783..202b7c0 100644
--- a/public/aktuelles.html
+++ b/public/aktuelles.html
@@ -27,7 +27,7 @@
 <body style="margin : 0px; overflow: hidden;">
   <!-- minimal loader shown until image descriptors are loaded -->
   <div class="arjs-loader">
-    <div>4Loading, please wait...</div>
+    <div>5- Loading, please wait...</div>
   </div>
   <a-scene
     vr-mode-ui="enabled: false;"
@@ -46,14 +46,14 @@
 
     <a-nft
       type="nft"
-      url="./assets"
+      url="http://193.196.55.186/ar/"
       smooth="true"
       smoothCount="10"
       smoothTolerance=".01"
       smoothThreshold="5"
     >
       <a-entity
-        gltf-model="./assets/scene.gltf"
+        gltf-model="http://193.196.55.186/ar/scene.gltf"
         scale="5 5 5"
         position="50 150 0"
       >
-- 
GitLab