MCPcopy Create free account
hub / github.com/NikLever/ThreeJS-PathEditor /

Class

preview.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { Geometry } from "./geometry";
15
16export class Preview{
17 constructor(){
18 this.scene = new Scene();
19 this.scene.background = new Color( 0xAAAAAA );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected