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