| 41 | import { NetworkStatusManager } from './lib/NetworkStatusManager.ts' |
| 42 | |
| 43 | export class Mesh2MotionEngine { |
| 44 | public readonly camera = Generators.create_camera() |
| 45 | public readonly renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true }) |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected