index.wxml 422 B

123456789101112
  1. <xr-demo-viewer
  2. title="Toon 模型渲染"
  3. intro="卡通渲染案例,动态将 glTF 模型的材质切换为 基于基础卡通渲染规范编写的,自定义多 Pass 材质。"
  4. >
  5. <xr-template-toon
  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>