Skip to content

Instantly share code, notes, and snippets.

@ngokevin
Created January 10, 2016 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngokevin/19fed57a4872d44f1dec to your computer and use it in GitHub Desktop.
Save ngokevin/19fed57a4872d44f1dec to your computer and use it in GitHub Desktop.
<a-scene physics-world="">
<a-entity geometry="primitive: box" material="color: #166678"
physics-body="mass: 5" position="0 10 -10"></a-entity>
<a-entity geometry="primitive: box; depth: 10; height: 0.1; width: 10"
material="color: #2E3837"
physics-body="mass: 0" position="0 0 -10"></a-entity>
</a-scene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment