You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
NORMALMAP was not working (no normal being used detected), fixes #9263
This commit is contained in:
@@ -477,6 +477,7 @@ void main() {
|
|||||||
|
|
||||||
#if defined(NORMALMAP_USED)
|
#if defined(NORMALMAP_USED)
|
||||||
vec3 normal_map = vec3(0.0, 0.0, 1.0);
|
vec3 normal_map = vec3(0.0, 0.0, 1.0);
|
||||||
|
normal_used=true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
|
|||||||
Reference in New Issue
Block a user