Remove SHADOW_ATTENUATION spatial light shader built-in
This commit is contained in:
parent
c5efda5f4e
commit
509598e8c0
5 changed files with 0 additions and 5 deletions
|
|
@ -616,7 +616,6 @@ void SceneShaderForwardClustered::init(RendererStorageRD *p_storage, const Strin
|
|||
actions.renames["LIGHT_COLOR"] = "light_color";
|
||||
actions.renames["LIGHT"] = "light";
|
||||
actions.renames["ATTENUATION"] = "attenuation";
|
||||
actions.renames["SHADOW_ATTENUATION"] = "shadow_attenuation";
|
||||
actions.renames["DIFFUSE_LIGHT"] = "diffuse_light";
|
||||
actions.renames["SPECULAR_LIGHT"] = "specular_light";
|
||||
|
||||
|
|
|
|||
|
|
@ -586,7 +586,6 @@ void SceneShaderForwardMobile::init(RendererStorageRD *p_storage, const String p
|
|||
actions.renames["LIGHT_COLOR"] = "light_color";
|
||||
actions.renames["LIGHT"] = "light";
|
||||
actions.renames["ATTENUATION"] = "attenuation";
|
||||
actions.renames["SHADOW_ATTENUATION"] = "shadow_attenuation";
|
||||
actions.renames["DIFFUSE_LIGHT"] = "diffuse_light";
|
||||
actions.renames["SPECULAR_LIGHT"] = "specular_light";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue