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

Transparent default color #54

Closed chrsmlls333 closed 1 year ago

chrsmlls333 commented 1 year ago

Great library! This is making reprojection almost seamless.

I'm not sure if this is a support request or bug, but when I skip the color property on the material, the default unprojected texture is white. Is there a way to make this default to transparent? Should/could it be transparent if color in ProjectedMaterialParameters is undefined?