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
671 stars 57 forks source link

Depth weight with multiple projectors #66

Closed vallverdu closed 10 months ago

vallverdu commented 10 months ago

Hi, I would like to know if it's possible to once you have projected multiple textures from multiple projectors, on those parts that overlap, we could use depth to weight the usage of the textures so those projectors who are closer to the specific 3d point can contribute more than those projectors who are further.

Thanks in advance