import OrbitControls from 'threejs-orbit-controls'; const controls = new OrbitControls(camera, renderer.domElement); controls.enabled = true ...
確定! 回上一頁