Commit 07f55c75 authored by Ramirez's avatar Ramirez
Browse files

Update public/FirtsTrial.html

parent 037547b8
Pipeline #7979 passed with stage
in 5 seconds
......@@ -35,7 +35,7 @@ async function activateXR() {
const loader = new THREE.GLTFLoader();
let model;
loader.load("URL_TO_YOUR_GTLF_MODEL", function(gltf) {
loader.load("https://transfer.hft-stuttgart.de/pages/bramirez/civ/index.html", function(gltf) {
model = gltf.scene;
});
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment