Profile PictureEtienne Bednarz

Reoriented Normal Blending | Unreal Engine material function

€0+
2 ratings

The "Reoriented Normal Blending" material function is a simple fix to the default "Blend Angle Corrected Normal" material function available by default in Unreal Engine.

This function allows you to blend two normal maps, by using the first normal map vectors as a new basis to reorient the second normal map vectors.


The default material function form Unreal has some error in the code that makes the "detail normal" get "flattened", and it gets worse the more you use them, unless you normalize your results after each blending operations, which quickly become costly in intructions.

Default : 144 instructions // Default + Normalize : 157 intructions // Reoriented Normal Blend : 147 instructions.


This fix corrects the "flattening" and does not require any normalisation after the operation, making it easier to use but also cheaper in instructions for a correct result.

Code is based from Stephen Hill's integration (https://blog.selfshadow.com/publications/blending-in-detail/)

"Reoriented Normal Blending" is FREE for use for any projects, personnal or commercial.


Add to cart
Size
105 KB
Copy product URL

Ratings

5.0
(2 ratings)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%
€0+

Reoriented Normal Blending | Unreal Engine material function

2 ratings
Add to cart