如何在移动设备上使用DeviceOrientationControls重置相机位置

时间:2019-05-14 10:05:12

标签: three.js webvr

我通过three.js创建webvr,并使用DeviceOrientationControls来控制移动设备上的控件并创建了最新按钮,但我不知道该怎么做,我可以通过config controls.position在桌面上使用orbitControls创建此功能。恢复默认位置,但在移动设备上不起作用。

更新桌面代码:

 button.onclick = () =>{
      controls.object.position.set(
        1.2246467992175396e-20,
        1.6,
        0.00010000000002024652
      );
    };

0 个答案:

没有答案