Final normal map generation modification. Original result without multiplier appears to be best in X-Plane 12.
This commit is contained in:
parent
8a9dfd05f4
commit
8774e3b6ac
@ -39,7 +39,7 @@ class mstr_xp_normalmap:
|
|||||||
pavg = 255.0 / avg
|
pavg = 255.0 / avg
|
||||||
else:
|
else:
|
||||||
pavg = 0
|
pavg = 0
|
||||||
return pavg * 3
|
return pavg
|
||||||
|
|
||||||
|
|
||||||
def clamp(self, px, mpx):
|
def clamp(self, px, mpx):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user