收藏
回答

xr-frame中ar模式下,怎么禁止和启用camera的camera-orbit-control?

 <xr-camera
      id="camera" position="0 20 -35" clear-color="0 0 0 1"
      target="target"
      background="ar" 
      camera-orbit-control="{{bControl}}"
 ></xr-camera>


 const camEl = this.scene.getElementById('camera');
 this.camera = camEl.getComponent(wx.getXrFrameSystem().Camera);
 this.cameraCtrl = camEl.getComponent('camera-orbit-control');
 this.cameraCtrl.disable();



以上都试过了没用

回答关注问题邀请回答
收藏

1 个回答

  • 得闲饮茶
    得闲饮茶
    2023-09-20

    removeComponent

    2023-09-20
    有用
    回复
登录 后发表内容