From d93dba95d0319d61df98110384925e1c06d523fe Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Wed, 3 May 2023 09:45:30 +0000 Subject: [PATCH] Update public/1-Cube.html, public/2-Hit.html --- public/1-Cube.html | 4 ++-- public/2-Hit.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/1-Cube.html b/public/1-Cube.html index 6e2d24a..c3759eb 100644 --- a/public/1-Cube.html +++ b/public/1-Cube.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> - <title>Hello WebXR! 6.0</title> + <title>Cube Demo</title> <!-- three.js --> <script src="https://unpkg.com/three@0.126.0/build/three.js"></script> @@ -13,7 +13,7 @@ <!-- Starting an immersive WebXR session requires user interaction. We start this one with a simple button. --> -<button onclick="activateXR()">Start Hello WebXR</button> +<button onclick="activateXR()">Start Cube Demo</button> <script> async function activateXR() { // Add a canvas element and initialize a WebGL context that is compatible with WebXR. diff --git a/public/2-Hit.html b/public/2-Hit.html index da7bb2d..b8be792 100644 --- a/public/2-Hit.html +++ b/public/2-Hit.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> - <title>Hit 6.0</title> + <title>Hit to Place Demo</title> <!-- three.js --> <script src="https://unpkg.com/three@0.126.0/build/three.js"></script> @@ -15,7 +15,7 @@ <!-- Starting an immersive WebXR session requires user interaction. We start this one with a simple button. --> -<button onclick="activateXR()">Start Hello WebXR</button> +<button onclick="activateXR()">Start Hit to Place Demo</button> <script> async function activateXR() { // Add a canvas element and initialize a WebGL context that is compatible with WebXR. -- GitLab