diff --git a/src/hub.html b/src/hub.html
index 0575e5b0156ddeac6b68a603c6fe53690c56c38f..75d63f5c0f27998742657086617b3ba1e29ab042 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -275,7 +275,13 @@
         ></a-entity>
 
         <!-- Environment -->
-        <a-entity id="environment-root" position="0 0 0" nav-mesh-helper></a-entity>
+        <a-entity 
+            id="environment-root" 
+            position="0 0 0" 
+            nav-mesh-helper
+            static-body="shape: none;"
+            class="collidable"
+        ></a-entity>
 
         <a-entity
             id="skybox"
@@ -294,23 +300,6 @@
             xr="ar: false"
         ></a-entity>
 
-        <a-cylinder
-            position="0 0.45 0"
-            material="visible: false"
-            height="1" radius="3.1"
-            segments-radial="12"
-            static-body
-            class="collidable"
-        ></a-cylinder>
-
-        <a-plane 
-            material="visible: false" 
-            rotation="-90 0 0" 
-            height="35" 
-            width="35" 
-            static-body 
-            class="collidable"
-        ></a-plane> 
     </a-scene>
 
     <div id="ui-root"></div>