index.wxml 430 B

1234567891011121314
  1. <xr-demo-viewer
  2. title="金属头盔案例"
  3. intro="包含完整MetalRougnessMap、EmissiveMap、NormalMap、OcclusionTexture以及各类因子的glTF。"
  4. code="{{xmlCode}}"
  5. >
  6. <xr-gltf-damageHelmet
  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. a="123"
  13. />
  14. </xr-demo-viewer>