aframe-super-shooter-kit icon indicating copy to clipboard operation
aframe-super-shooter-kit copied to clipboard

Bullet component order matters

Open banada opened this issue 6 years ago • 1 comments

If I modify the example and move the bullet component to be the last attribute, the gun does not shoot.

Original, works fine:

<a-entity bullet geometry="primitive: sphere; radius: 0.1" material="color: orange">

Does not work:

<a-entity geometry="primitive: sphere; radius: 0.1" material="color: orange" bullet>

banada avatar Mar 11 '20 05:03 banada

I just realized this. This is a major issue that should be documented.

tscans avatar Mar 14 '20 22:03 tscans