🗻
Norska
  • 🗻Welcome !
  • 🛣️Roadmap
  • 🔥Getting Started
    • Installation
    • Introduction
    • Quick Start
  • 🧊Core
    • Canvas
    • Objects
    • Properties
    • Attach
    • Three
    • Primitive
  • ✨Magic properties
    • $i
    • $three
    • $frame
    • $3
    • $math
    • $irefs
    • $load
      • $loaders
  • 🏗️Features
    • Reactivity
    • Conditional rendering
    • Loop
    • Events
  • ⚙️Advanced
    • Configuration
    • Extending Norska
    • Known issues
Powered by GitBook
On this page
  1. Core

Objects

PreviousCanvasNextProperties

Last updated 1 year ago

You can use 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.

🧊
Threejs's entire object catalogue