Render Custom 3D Objects Using the Model Component in React VR

Share this video with your friends

Send Tweet

React VR isn't limited to simple 3D primitives. By using the <Model/> Component we can place complex 3D models into our scene.

In this lesson we'll import a custom polygon mesh of an astronaut by loading in a Wavefront .obj file. We'll play with our astronaut and learn about various options that will define the surface area of the model.