Merge pull request #56868 from QueenOfSquiggles/patch-2
This commit is contained in:
commit
bef2e3d90e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
When enabled, an octree containing the scene's lighting information will be computed. This octree will then be used to light dynamic objects in the scene.
|
When enabled, an octree containing the scene's lighting information will be computed. This octree will then be used to light dynamic objects in the scene.
|
||||||
</member>
|
</member>
|
||||||
<member name="capture_propagation" type="float" setter="set_capture_propagation" getter="get_capture_propagation" default="1.0">
|
<member name="capture_propagation" type="float" setter="set_capture_propagation" getter="get_capture_propagation" default="1.0">
|
||||||
Bias value to reduce the amount of light proagation in the captured octree.
|
Bias value to reduce the amount of light propagation in the captured octree.
|
||||||
</member>
|
</member>
|
||||||
<member name="capture_quality" type="int" setter="set_capture_quality" getter="get_capture_quality" enum="BakedLightmap.BakeQuality" default="1">
|
<member name="capture_quality" type="int" setter="set_capture_quality" getter="get_capture_quality" enum="BakedLightmap.BakeQuality" default="1">
|
||||||
Bake quality of the capture data.
|
Bake quality of the capture data.
|
||||||
|
|
Loading…
Reference in a new issue