> For the complete documentation index, see [llms.txt](https://docs.plume.moe/norska/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plume.moe/norska/core/objects.md).

# Objects

You can use [Threejs's entire object catalogue](https://threejs.org/docs/) 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:

```html
<br x-3.sphereGeometry="[1, 16, 16]" />
```

{% hint style="info" %}
Since HTML attributes are not case-sensitive, casing will be ignored for class names: `sphereGeometry` and `spheregeometry` will work just the same.
{% endhint %}
