-
Notifications
You must be signed in to change notification settings - Fork 304
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
[loaders] model a-asset-item support #160
Labels
Comments
What do you mean? Is this asset syntax not working with a loader in this repo? |
yeah <a-assets>
<a-asset-item id="flower" src="flower/flower.json"></a-asset-item>
</a-assets>
<a-entity
object-model="#flower"
position="0 0.1 -3"
rotation="0 0 0"
scale="0.5 0.5 0.5"
animation-mixer="clip: default;"
>
</a-entity> |
it`s work <a-entity
object-model="src: url(/flower/flower.json);"
position="0 0.1 -3"
rotation="0 0 0"
scale="0.5 0.5 0.5"
animation-mixer="clip: default;"
>
</a-entity> |
donmccurdy
changed the title
model a-asset-item support
[loaders] model a-asset-item support
Nov 22, 2018
@7dir If you check this: https://glitch.com/~hickory-sand-liver is working
then
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://aframe.io/docs/0.6.0/components/collada-model.html
The text was updated successfully, but these errors were encountered: