Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/threejs_4_deno/src/scenes/Scene.js

A simple transformation of three.js for use within a Deno workflow
Go to Latest
import * as threejs4Deno from "https://deno.land/x/threejs_4_deno@v121/src/scenes/Scene.js";

Classes

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.