mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Rename and reorder bake mode properties for consistency
The order now goes from least to most computationally expensive: - Disabled - Static - Dynamic
This commit is contained in:
parent
80e292b3e0
commit
e962900f23
16 changed files with 37 additions and 33 deletions
|
|
@ -1928,8 +1928,8 @@ void RenderingServer::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(LIGHT_PARAM_MAX);
|
||||
|
||||
BIND_ENUM_CONSTANT(LIGHT_BAKE_DISABLED);
|
||||
BIND_ENUM_CONSTANT(LIGHT_BAKE_DYNAMIC);
|
||||
BIND_ENUM_CONSTANT(LIGHT_BAKE_STATIC);
|
||||
BIND_ENUM_CONSTANT(LIGHT_BAKE_DYNAMIC);
|
||||
|
||||
BIND_ENUM_CONSTANT(LIGHT_OMNI_SHADOW_DUAL_PARABOLOID);
|
||||
BIND_ENUM_CONSTANT(LIGHT_OMNI_SHADOW_CUBE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue