diff options
Diffstat (limited to 'scene/resources/baked_light.h')
| -rw-r--r-- | scene/resources/baked_light.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/resources/baked_light.h b/scene/resources/baked_light.h index 942f6eab1..57ed7d7ae 100644 --- a/scene/resources/baked_light.h +++ b/scene/resources/baked_light.h @@ -51,6 +51,7 @@ private: float edge_damp; float normal_damp; int bounces; + bool transfer_only_uv2; Format format; bool flags[BAKE_MAX]; @@ -104,6 +105,9 @@ public: void set_format(Format p_margin); Format get_format() const; + void set_transfer_lightmaps_only_to_uv2(bool p_enable); + bool get_transfer_lightmaps_only_to_uv2() const; + void set_mode(Mode p_mode); Mode get_mode() const; |
