nikgraf / awesome-react-360

Awesome list of React VR resources
515 stars 47 forks source link

react-360 information #14

Open kmcrawford opened 6 years ago

kmcrawford commented 6 years ago

It looks like I picked a poor time to learn about react-360, since most available content is for react-vr. Do you know any resources for learning react-360 vs react-vr?

Thanks.

tvalentius commented 6 years ago

Hi @kmcrawford ,

IMHO, react-360 and react-vr is mostly the same, only some of the package name are different.

So you can definitely use the React-VR learning resource for React-360.

I am happy to help if you find any difficulties.

Thanks,

kmcrawford commented 6 years ago

@tvalentius I think some of the hurdles I'm getting over is the surface vs location differences. To learn I've been porting over react-vr examples to react-360, just for my understanding.

kmcrawford commented 6 years ago

I would like to learn how to effectively move using setWorldPosition, yet I'm assume this can't be done from a react component.