pmndrs / examples

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

Fix inverted-stencil-buffer demo #42

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 lighting issues by multiplying light intensities by Math.PI