class Scene
extends Object3D
Re-export
import { Scene } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";
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.
Properties
environment: null | Texture
fog: IFog | null
A fog instance defining the type of fog that affects everything rendered in the scene. Default is null.
overrideMaterial: Material | null
If not null, it will force everything in the scene to be rendered with that material. Default is null.