Objects
You can use Threejs's entire object catalogue with no limitations.
Since Threejs's objects are instanciated classes, they can sometimes receive one-time constructor arguments.
These arguments are passed as props, like this:
<br x-3.sphereGeometry="[1, 16, 16]" />
Last updated