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:
Since HTML attributes are not case-sensitive, casing will be ignored for class names: sphereGeometry
and spheregeometry
will work just the same.
Last updated