I\'m not able to get this example of using the aforementioned combo going in TypeScript.
I have and <
After few hours spend on this problem, I ended up creating a new package: three-orbitcontrols-ts
import * as THREE from 'three'; import { OrbitControls } from 'three-orbitcontrols-ts'; const controls = new OrbitControls(camera, renderer.domElement);