Created
January 10, 2016 05:53
-
-
Save ngokevin/19fed57a4872d44f1dec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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