orels1 / orels-Unity-Shaders

A collection of practical Unity shaders for your next project
https://shaders.orels.sh
Other
168 stars 13 forks source link

[ORL-73] Add support for Standard-style detail albedo mixing #73

Open orels1 opened 1 week ago

orels1 commented 1 week ago

The standard shader mixes detail albedo like this:

Base Albedo * ( ( 1 - Detail Mask * Detail Strength ) + Detail Albedo * 2 * Detail Mask * Detail Strength )

Which is different from HDRP albedo mixing which remaps albedo to a -1 1 range and then lerps to it.

From SyncLinear.com | ORL-73

orels1 commented 1 week ago

This is going to be released with 6.4.0