index.wxml 428 B

12345678910111213
  1. <xr-demo-viewer
  2. title="基础案例"
  3. intro="使用默认的PBR(基于物理渲染)材质下使用特定颜色的内置图形,场景包含基本的环境光与平行光。"
  4. code="{{xmlCode}}"
  5. >
  6. <xr-basic
  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>