diff --git a/src/hub.html b/src/hub.html index 216270b8180931adcb2c61a18492c8475d8808b5..0f6df33ece622b7d5f3bea8ff007628213623893 100644 --- a/src/hub.html +++ b/src/hub.html @@ -278,7 +278,12 @@ ></a-entity> <!-- Environment --> - <a-entity id="environment-root" position="0 0 0" nav-mesh-helper></a-entity> + <a-entity + id="environment-root" + nav-mesh-helper + static-body="shape: none;" + class="collidable" + ></a-entity> <a-entity id="skybox" @@ -297,23 +302,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>