Use better initialization value for normalmap, fixes #14720
This commit is contained in:
parent
9cf19f8dee
commit
d72a32bc54
@ -1648,7 +1648,7 @@ void main() {
|
||||
|
||||
#if defined(ENABLE_NORMALMAP)
|
||||
|
||||
vec3 normalmap = vec3(0.0);
|
||||
vec3 normalmap = vec3(0.5);
|
||||
#endif
|
||||
|
||||
float normaldepth=1.0;
|
||||
|
Loading…
Reference in New Issue
Block a user