index.wxml 410 B

1234567891011121314
  1. <xr-demo-viewer
  2. title="AR面向屏幕的平面"
  3. intro="通过脚本控制的,四个方向各有一个面向屏幕的平面"
  4. code=""
  5. showBackBtn="{{showBackBtn}}"
  6. >
  7. <xr-template-lookat
  8. disable-scroll
  9. id="main-frame"
  10. width="{{renderWidth}}"
  11. height="{{renderHeight}}"
  12. style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;"
  13. />
  14. </xr-demo-viewer>