index.wxml 453 B

12345678910111213
  1. <xr-demo-viewer
  2. title="KHR_texture_transform"
  3. intro="glTF 贴图矩阵变换支持(需基础库2.31.0)。Copyright 2020 Analytical Graphics, Inc. CC-BY 4.0 Model and textures by Ed Mackey"
  4. >
  5. <xr-gltf-textureTransform
  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. a="123"
  12. />
  13. </xr-demo-viewer>