index.wxml 428 B

12345678910111213
  1. <xr-demo-viewer
  2. title="AR threeDof"
  3. intro="threeDof案例,用于在不需要SLAM的场景,支持手持相机旋转,兼容性较好。"
  4. hint="需要基础库版本 v2.30.4 及以上"
  5. >
  6. <xr-ar-threeDof
  7. disable-scroll
  8. id="main-frame"
  9. width="{{renderWidth}}"
  10. height="{{renderHeight}}"
  11. style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;"
  12. />
  13. </xr-demo-viewer>