index.wxml 362 B

123456789101112
  1. <xr-demo-viewer
  2. title="遮挡模型案例"
  3. intro="使用模型做遮挡剔除,让该模型剔除其他物体"
  4. >
  5. <xr-template-gltfOcclusion
  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>