pmndrs / lamina

🍰 An extensible, layer based shader material for ThreeJS
MIT License
1.01k stars 41 forks source link

Blend two normal maps #42

Open samevision opened 2 years ago

samevision commented 2 years ago

Hello,

I want to create a PBR material that blends two normals maps. The first one should use uv index 0 and the second one should use uv index 1.

Is that possible with lamina?

Best