export class OrbitControls { constructor() { this.target = { set: () => {} }; this.enableDamping = false; this.dampingFactor = 0; this.enabled = true; } update() {} dispose() {} }