Open Rebaiahmed opened 6 years ago
I WANT FULL EXPLANATION VIDEO OR DOCUMENT
YOUR TUTORIAL LINK IS NOT WORK SIR PLEASE HELP ME
Hi @GPL420,
Thanks, I just updated the tutorial link: https://www.pluralsight.com/guides/getting-started-with-react-vr
However, React VR is not maintained anymore. The project was deprecated in favor of React 360 (https://github.com/facebookarchive/react-360), but to the best of my knowledge, this project is also abandoned now.
If you want to do something with WebVR, I recommend you take a look at A-Frame (https://aframe.io). I don't have tutorials about this framework but you can search for some and the official site has a good one: https://aframe.io/aframe-school/#/1.
I hope this helps!
Did you follow the tutorial at https://www.pluralsight.com/guides/front-end-javascript/getting-started-with-react-vr?
You need a model in obj format (they normally have an accompanied mtl file with the textures), put it in the
static_assets
directory and use the Model component:Then, you can modify its style and apply transformations to move it or rotate it.