We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676dfc6 commit 26d2412Copy full SHA for 26d2412
examples/physics/index-ammo.html
@@ -154,7 +154,7 @@
154
<a-entity class="transformer" mixin="transformer" position = "0 1.6 -1"
155
material="src:#colortransform" shadow></a-entity>
156
157
- <!-- ground collider keeps objets from falling -->
+ <!-- ground collider keeps objects from falling -->
158
<a-box id= "ground" ammo-body="type: static" ammo-shape="type: box" width="100" height="0.01" depth="100" visible="false"></a-box>
159
<a-link href="../mouse" title="Basic Example"
160
ammo-body="type: static" ammo-shape="fit: manual; type: sphere; sphereRadius: 0.25"
0 commit comments