Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components must be attached to a-entity, not primitives #4

Open
banada opened this issue Mar 11, 2020 · 0 comments
Open

Components must be attached to a-entity, not primitives #4

banada opened this issue Mar 11, 2020 · 0 comments

Comments

@banada
Copy link

banada commented Mar 11, 2020

Should the README mention that these components do not work if attached to primitives?

This works (gun fires):

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

This does not work (gun does not fire):

<a-sphere bullet radius="0.1" color="orange">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant