MCPcopy Create free account
hub / github.com/Mesh2Motion/mesh2motion-app /

Class

src/Mesh2MotionEngine.ts:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41import { NetworkStatusManager } from './lib/NetworkStatusManager.ts'
42
43export class Mesh2MotionEngine {
44 public readonly camera = Generators.create_camera()
45 public readonly renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true })
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected