Page 1 of 1

Bent Normal Maps

PostPosted: Sat Mar 10, 2018 12:45 pm
by karoliso
Good day all.

I am curious how one would go about implementing a PBR shader with bent normal maps. I am aware Unity 2018 will ship with a new standard shader that will support such a feature, but I would like to make use of bent normal maps ASAP.

Any information is appreciated.

Reference for expected result: https://twitter.com/KnaldTech/status/971893442493272069

Re: Bent Normal Maps

PostPosted: Mon Mar 12, 2018 2:13 pm
by Amplify_Borba
Hello, even though this should be achievable through the use of Shader Templates, I would recommend waiting for official support of the new SRP, although we already support Lightweight for this specific case the HD would likely be best suited.

We're working into updating our Wiki with more information regarding SRP and Multi-Pass, which has recently been implemented into ASE.

I'll be sure to get back to you once more information is made available, thanks!

Re: Bent Normal Maps

PostPosted: Mon Mar 26, 2018 11:28 am
by Amplify_Borba
Hello, we've recently updated our wiki with additional information regarding Multi-Pass, including an example outline shader and detailed information about Unity's Lightweight SRP support.

Node-wise, multi-pass shaders work exactly like single-pass ones, and you can check our Lightweight SRP samples included in the main package for reference.

Our Template-specific nodes ( Template Parameter, Template Vertex Data, Template Fragment Data, Template Multi-Pass Switch ) only need some extra configuration in order to select the correct subshader and pass to retrieve data.

Please let me know if this helps, and if you require any further information, thanks!