在使用three时导入遇到问题,vue3正确引入OrbitControls:
import * as THREE from "three"; //引入Threejs
import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; //事实证明有用
使用:new OrbitControls(camera,renderer.domElement);//创建控件对象
中文网那个 new THREE.OrbitControls(camera,renderer.domElement);是不行的.