Skip to content
Snippets Groups Projects
Unverified Commit f7e0ae17 authored by Robert Long's avatar Robert Long Committed by GitHub
Browse files

Merge pull request #193 from mozilla/feature/remove-rigid-bodies

Environment rigid-bodies
parents d6d724ce f07521af
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment