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

ObjLoader #102

Open
glmcz opened this issue Aug 25, 2017 · 5 comments
Open

ObjLoader #102

glmcz opened this issue Aug 25, 2017 · 5 comments

Comments

@glmcz
Copy link

glmcz commented Aug 25, 2017

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 ?

@cwervo
Copy link

cwervo commented Sep 18, 2017

Components expect a string to parse, does:

<Entity obj-model='obj: src/h06_low.obj' />

work for for you?

@glmcz
Copy link
Author

glmcz commented Sep 18, 2017

Yes many times... , without success... Only plain HTML attributes

no-obj-model

@cwervo
Copy link

cwervo commented Sep 19, 2017

Have you tried putting the model in the public directory instead of the src directory? I'm not sure how serving things in the src directory works, but you could try putting h06_low.obj in public and then do something like:

<Entity obj-model='obj: h06_low.obj' />

That structure works for me

@cwervo
Copy link

cwervo commented Sep 19, 2017

I got the public serving by working off of the A-Frame React boilerplate, try cloning that and putting your model in public and using obj-model as I suggested above?

@glmcz
Copy link
Author

glmcz commented Sep 19, 2017

Yes Im using A-Frame React boilerplate, what you posted without any modification,for the sake I cloned it again, but still none of this paths work for me. I cant see object even if I use different obj model .... using Windows 7 and model was moved to public dir ...

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

2 participants