Skip to content
On this page

Scene

Scenes allow you to set up what and where is to be rendered by three.js. This is where you place objects, lights and cameras.

Multiple scenes can be used to create a picture-in-picture effect.

Props

Prop nameDescriptionTypeDefault
backgroundDefines the background color of the scene.union0xffffff

Slots

NameDescriptionBindings
default

Expose

three


Released under the MIT License.