index.wxml 418 B

12345678910111213
  1. <xr-demo-viewer
  2. title="glTF压缩纹理案例"
  3. intro="应用 WX_compress_textures 扩展的glTF案例,压缩纹理生成可用xr-frame-toolkit。"
  4. code="{{xmlCode}}"
  5. >
  6. <xr-gltf-compressTextures
  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>