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]" />

Since HTML attributes are not case-sensitive, casing will be ignored for class names: sphereGeometry and spheregeometry will work just the same.

Last updated