> 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/primitive.md).

# Primitive

Insert any `Object3D` object into the scene, regardless of where it was created.

```html
<div x-data="{mesh: new $3.Mesh()}">
    <div x-3.canvas>
        <br x-3.primitive="mesh" /> <!-- Insert mesh into the scene -->
    </div>
</div>
```

This directive is primarily designed to allow external models to be loaded via the [`$load`](/norska/magic-properties/usdload.md)  magic property.
