index.wxml 527 B

1234567891011121314
  1. <xr-demo-viewer
  2. title="Plane 世界空间,动态创建连线"
  3. intro="在 Plane 模式中,通过点击屏幕,记录摄像机中的蓝色方块位置。确定不同连线的起点和终点,并在世界空间中创建对应Mesh连线。"
  4. code=""
  5. showBackBtn="{{showBackBtn}}"
  6. >
  7. <xr-template-arLine
  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>