larsbertram69 / Lux-2.02-Personal

Lux 2.02 pbr Shader Framework for Unity 5.6
133 stars 38 forks source link

RGA texture #6

Closed snooze321 closed 4 years ago

snooze321 commented 4 years ago

Hi, I was wondering how you generate the red and green map for the hair? Also known as the Metallic Occlusion Smoothness map?

larsbertram69 commented 4 years ago

Hi, I was wondering how you generate the red and green map for the hair? Also known as the Metallic Occlusion Smoothness map?

that is fully up to you...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/larsbertram69/Lux-2.02-Personal/issues/6?email_source=notifications&email_token=ABVSZA625PT4FET5SIIX3WDRBT33TA5CNFSM4KRJD5OKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ILW565A, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVSZAZE2H7U2DO5YRWT3DLRBT33TANCNFSM4KRJD5OA.

snooze321 commented 4 years ago

What I mean is that I've never seen this type of red and green map before and have found no resources online that recognise it let alone about how to create it. I was hoping you could shed some light on its creation.

dkyeck commented 4 years ago

the hair shader does not use 2 specular lobes like other hair shading models. so it abuses metalness to allow you to get some colored specular highlights (as from the back faces of the hair fibres). so red is just some random stuff adding a bit more metalness here and there. green in the example texture is a pretty poor ambient occlusion map...