index.wxml 400 B

12345678910111213
  1. <xr-demo-viewer
  2. title="KHR_materials_pbrSpecularGlossiness"
  3. intro="glTF 高光光泽度扩展。model From SketchFab @Willy Decarpentrie"
  4. >
  5. <xr-gltf-specularGlossiness
  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>