index.wxml 340 B

123456789101112
  1. <xr-demo-viewer
  2. title="glTF更改"
  3. intro="加载 glTF 模型,调整 glTF 的材质的贴图"
  4. >
  5. <xr-template-gltfEdit
  6. disable-scroll
  7. id="main-frame"
  8. width="{{renderWidth}}"
  9. height="{{renderHeight}}"
  10. style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;"
  11. />
  12. </xr-demo-viewer>