November 2017
Beginner
294 pages
6h 55m
English
The Model component allows us to do really interesting things. Until now, the VR objects have been fairly simple, but Model allows you to import CAD models of arbitrary complexity.
In Chapter 6, Working with Poly and the Gon Family, we will explore the details of using Model effectively. The basic method of showing Model is as follows:
Model with a material file:
<Model source={{ obj: asset('sculpture.obj'), mtl: asset('sculpture.mtl'), }}/>
Model without a material file:
<Model source={{ obj: asset('standalone.obj'), }}/> ...Read now
Unlock full access