pmndrs / examples

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

Fix CSG house demo #28

Closed rndexe closed 3 months ago

rndexe commented 3 months ago
  1. By default RandomizedLight has intensity of Math.PI for threejs r155 onwards as referenced by this commit.

https://github.com/pmndrs/drei/commit/8583b8e1791194c6a353bb6d5780c571956553af

  1. Environment Intensity has been introduced in r163 as separate from material.envMapIntensity

https://github.com/mrdoob/three.js/pull/27903

abernier commented 3 months ago

NB: can you a such "flag" in the desc of your PR so I know you're done with ;)