marcofugaro / three-projected-material

📽 Three.js Material which lets you do Texture Projection on a 3d Model
https://marcofugaro.github.io/three-projected-material/
MIT License
672 stars 57 forks source link

HDRI / image-based / EnvMap-lighting #6

Closed patrikHuebner closed 3 years ago

patrikHuebner commented 4 years ago

Great library!

Is there any chance to incorporate image-based / HDRI lighting? As it stands, the material does not react to the scene.environment in THREE.js.

marcofugaro commented 3 years ago

envMap and other features from MeshPhysicalMaterial are now available in the material. 🎉

Checkout the envMap lighting example: https://marcofugaro.github.io/three-projected-material/envmap