From 26123e2833652257503d843eafec04fcf5e58aba Mon Sep 17 00:00:00 2001
From: Leon van Kammen <leonvankammen@gmail.com>
Date: Tue, 11 Feb 2025 12:00:55 +0100
Subject: [PATCH] update xrsh example

---
 example/aframe/xrsh/index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/example/aframe/xrsh/index.html b/example/aframe/xrsh/index.html
index d0f6acc..446a66b 100644
--- a/example/aframe/xrsh/index.html
+++ b/example/aframe/xrsh/index.html
@@ -31,10 +31,12 @@
           </a-entity>
         </a-entity>
         <a-entity id="right-hand" hand-tracking-grab-controls="hand:right;modelColor:#cccccc" laser-controls="hand: right" raycaster="objects:.ray" blink-controls="cameraRig:#player; teleportOrigin: #camera; collisionEntities: .floor" xrf-pinchmove="rig: #player"></a-entity>
+
+        <a-entity isoterminal="width: 600; height:300" position="0 1.0 0.03"></a-entity>
+
       </a-entity>
 
       <a-entity id="home" xrf="./../../assets/elearning.glb"></a-entity>
-      <a-entity isoterminal="width: 600; height:300" position="0 1.6 -0.3"></a-entity>
     </a-scene>
 
     <!-- initialize XRSH -->