Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/deps.ts>three.Scene

A framework for Beat Saber map scripting.
Go to Latest
class three.Scene
extends Object3D
Re-export
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { Scene } = three;

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.

Constructors

new
Scene()

Properties

autoUpdate: boolean
background: null | Color | Texture
environment: null | Texture
fog: FogBase | null

A fog instance defining the type of fog that affects everything rendered in the scene. Default is null.

readonly
isScene: true
overrideMaterial: Material | null

If not null, it will force everything in the scene to be rendered with that material. Default is null.

type: "Scene"

Methods

toJSON(meta?: any): any