MCPcopy Create free account
hub / github.com/SuboptimalEng/three-js-tutorials /

Class

07-import-model/src/lib/SceneInit.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import Stats from 'three/examples/jsm/libs/stats.module';
4
5export default class SceneInit {
6 constructor(canvasId) {
7 // NOTE: Core components to initialize Three.js app.
8 this.scene = undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected