标签: three.js
我是Three.js的新手。
现在,我要使用Three.js创建一个图形站点。
我使用DeviceOrientationControls是因为我的网站必须支持移动设备。
DeviceOrientationControls
但是DeviceOrientationControls不支持鼠标滚轮放大/缩小。
因此,我想将OrbitControls与DeviceOrientationControls一起使用。
OrbitControls
是否可以在一个场景中组合多个控件?
例如,this site的工作方式与我想要的相同。
谢谢。