pmndrs / examples

🍱 A monorepo holding pmndrs demos
https://pmndrs.github.io/examples/
MIT License
19 stars 6 forks source link

Fix stencil-mask demo #41

Closed rndexe closed 3 months ago

rndexe commented 3 months ago
  1. Fix useMask not working as mentioned in this issue https://github.com/pmndrs/drei/issues/1949 by adding gl={{ stencil: true}} to <Canvas>

  2. Fix plane with MeshDistortMaterial not appeating in original demo as well