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

Accessing color information after projection #67

Closed vallverdu closed 10 months ago

vallverdu commented 10 months ago

Once we have projected texture to the model, how we could get the specific color assigned to any 3d position (not vertex) of the mesh. Maybe by using a second shader ? Could you give some tips ?

Thanks and regards