Explorar o código

Document using soft shadows in BakedLightmap

This is a new feature in Godot 3.4.
Hugo Locurcio %!s(int64=3) %!d(string=hai) anos
pai
achega
0793cbee3b
Modificáronse 2 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      tutorials/3d/baked_lightmaps.rst
  2. BIN=BIN
      tutorials/3d/img/baked_light_omnilight_size.png

+ 12 - 0
tutorials/3d/baked_lightmaps.rst

@@ -214,6 +214,18 @@ DirectionalLight with its bake mode set to **Indirect**, and use the **All**
 bake mode for OmniLights and SpotLights. This provides good performance while
 still allowing dynamic objects to cast real-time shadows in outdoor areas.
 
+After selecting the **All** bake mode on a light, you can optionally
+specify a **Size** greater than 0 for the light in the inspector.
+This size is used to provide softer shadows depending on the distance between
+the shadow caster and the object receiving the shadow. This mimics real life
+shadow appearance:
+
+.. image:: img/baked_light_omnilight_size.png
+
+The light's **Size** property is ignored for real-time shadows; it will only affect baked
+shadows. When the **Size** property is changed, lightmaps must be baked again to
+make changes visible.
+
 Baking
 ------
 

BIN=BIN
tutorials/3d/img/baked_light_omnilight_size.png