index.wxml 370 B

123456789101112
  1. <xr-demo-viewer
  2. title="glTF 添加模型内UV动画"
  3. intro="加载 glTF 模型,给模型内部材质添加UV动画"
  4. >
  5. <xr-template-gltfUVAnimation
  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>