-
Notifications
You must be signed in to change notification settings - Fork 151
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
ObjLoader #102
Comments
Components expect a string to parse, does: <Entity obj-model='obj: src/h06_low.obj' /> work for for you? |
Have you tried putting the model in the <Entity obj-model='obj: h06_low.obj' /> That structure works for me |
I got the |
Yes I |
Hi all, I was traying to load obj model throught aframe-react component whit code below, but without any success. Did I have to define geometry and material props ? If yes how could I get them from obj-loader ?
<Entity obj-model={{src: './src/h06_low.obj'}}>
PS: <Entity obj-model={{obj: './src/h06_low.obj' }}/> too without success ...
Can someone please provide any tips or example how to load obj model ?
The text was updated successfully, but these errors were encountered: