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

Project multiple textures #15

Closed sokhuong-uon closed 3 years ago

sokhuong-uon commented 3 years ago

Could we project, multiple materials and multiple textures to a single mesh?

P.S: I don't know where to ask the question so I ask here 😊

marcofugaro commented 3 years ago

Yeah it can be done, check out the Multiple projections example. I just pass always the same texture here, but you can pass multiple textures as well.

sokhuong-uon commented 3 years ago

Really nice 😍

image

Appreciate