mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix to make voxel cone tracing work properly again
This commit is contained in:
parent
741145febd
commit
5dd7c3b6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1655,7 +1655,7 @@ FRAGMENT_SHADER_CODE
|
||||||
#endif //#USE_LIGHT_DIRECTIONAL
|
#endif //#USE_LIGHT_DIRECTIONAL
|
||||||
|
|
||||||
#ifdef USE_GI_PROBES
|
#ifdef USE_GI_PROBES
|
||||||
gi_probes_compute(vertex,normal,roughness,specular_light,ambient_light);
|
gi_probes_compute(vertex,normal,roughness,env_reflection_light,ambient_light);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue