mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
parent
ac01aef9e3
commit
1148a33b20
@ -869,6 +869,7 @@ ShaderCompilerGLES2::ShaderCompilerGLES2() {
|
||||
//for light
|
||||
actions[VS::SHADER_SPATIAL].renames["VIEW"] = "view";
|
||||
actions[VS::SHADER_SPATIAL].renames["LIGHT_COLOR"] = "light_color";
|
||||
actions[VS::SHADER_SPATIAL].renames["LIGHT"] = "light";
|
||||
actions[VS::SHADER_SPATIAL].renames["ATTENUATION"] = "attenuation";
|
||||
actions[VS::SHADER_SPATIAL].renames["DIFFUSE_LIGHT"] = "diffuse_light";
|
||||
actions[VS::SHADER_SPATIAL].renames["SPECULAR_LIGHT"] = "specular_light";
|
||||
|
Loading…
Reference in New Issue
Block a user