mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (c64afeb)
This commit is contained in:
@@ -119,7 +119,7 @@ enum **AmbientMode**:
|
||||
|
||||
:ref:`AmbientMode<enum_ReflectionProbe_AmbientMode>` **AMBIENT_DISABLED** = ``0``
|
||||
|
||||
Do not apply any ambient lighting inside the **ReflectionProbe**'s :ref:`size<class_ReflectionProbe_property_size>`.
|
||||
Do not apply any ambient lighting inside the **ReflectionProbe**'s box defined by its :ref:`size<class_ReflectionProbe_property_size>`.
|
||||
|
||||
.. _class_ReflectionProbe_constant_AMBIENT_ENVIRONMENT:
|
||||
|
||||
@@ -127,7 +127,7 @@ Do not apply any ambient lighting inside the **ReflectionProbe**'s :ref:`size<cl
|
||||
|
||||
:ref:`AmbientMode<enum_ReflectionProbe_AmbientMode>` **AMBIENT_ENVIRONMENT** = ``1``
|
||||
|
||||
Apply automatically-sourced environment lighting inside the **ReflectionProbe**'s :ref:`size<class_ReflectionProbe_property_size>`.
|
||||
Apply automatically-sourced environment lighting inside the **ReflectionProbe**'s box defined by its :ref:`size<class_ReflectionProbe_property_size>`.
|
||||
|
||||
.. _class_ReflectionProbe_constant_AMBIENT_COLOR:
|
||||
|
||||
@@ -135,7 +135,7 @@ Apply automatically-sourced environment lighting inside the **ReflectionProbe**'
|
||||
|
||||
:ref:`AmbientMode<enum_ReflectionProbe_AmbientMode>` **AMBIENT_COLOR** = ``2``
|
||||
|
||||
Apply custom ambient lighting inside the **ReflectionProbe**'s :ref:`size<class_ReflectionProbe_property_size>`. See :ref:`ambient_color<class_ReflectionProbe_property_ambient_color>` and :ref:`ambient_color_energy<class_ReflectionProbe_property_ambient_color_energy>`.
|
||||
Apply custom ambient lighting inside the **ReflectionProbe**'s box defined by its :ref:`size<class_ReflectionProbe_property_size>`. See :ref:`ambient_color<class_ReflectionProbe_property_ambient_color>` and :ref:`ambient_color_energy<class_ReflectionProbe_property_ambient_color_energy>`.
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
@@ -157,7 +157,7 @@ Property Descriptions
|
||||
- void **set_ambient_color** **(** :ref:`Color<class_Color>` value **)**
|
||||
- :ref:`Color<class_Color>` **get_ambient_color** **(** **)**
|
||||
|
||||
The custom ambient color to use within the **ReflectionProbe**'s :ref:`size<class_ReflectionProbe_property_size>`. Only effective if :ref:`ambient_mode<class_ReflectionProbe_property_ambient_mode>` is :ref:`AMBIENT_COLOR<class_ReflectionProbe_constant_AMBIENT_COLOR>`.
|
||||
The custom ambient color to use within the **ReflectionProbe**'s box defined by its :ref:`size<class_ReflectionProbe_property_size>`. Only effective if :ref:`ambient_mode<class_ReflectionProbe_property_ambient_mode>` is :ref:`AMBIENT_COLOR<class_ReflectionProbe_constant_AMBIENT_COLOR>`.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -174,7 +174,7 @@ The custom ambient color to use within the **ReflectionProbe**'s :ref:`size<clas
|
||||
- void **set_ambient_color_energy** **(** :ref:`float<class_float>` value **)**
|
||||
- :ref:`float<class_float>` **get_ambient_color_energy** **(** **)**
|
||||
|
||||
The custom ambient color energy to use within the **ReflectionProbe**'s :ref:`size<class_ReflectionProbe_property_size>`. Only effective if :ref:`ambient_mode<class_ReflectionProbe_property_ambient_mode>` is :ref:`AMBIENT_COLOR<class_ReflectionProbe_constant_AMBIENT_COLOR>`.
|
||||
The custom ambient color energy to use within the **ReflectionProbe**'s box defined by its :ref:`size<class_ReflectionProbe_property_size>`. Only effective if :ref:`ambient_mode<class_ReflectionProbe_property_ambient_mode>` is :ref:`AMBIENT_COLOR<class_ReflectionProbe_constant_AMBIENT_COLOR>`.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -191,7 +191,7 @@ The custom ambient color energy to use within the **ReflectionProbe**'s :ref:`si
|
||||
- void **set_ambient_mode** **(** :ref:`AmbientMode<enum_ReflectionProbe_AmbientMode>` value **)**
|
||||
- :ref:`AmbientMode<enum_ReflectionProbe_AmbientMode>` **get_ambient_mode** **(** **)**
|
||||
|
||||
The ambient color to use within the **ReflectionProbe**'s :ref:`size<class_ReflectionProbe_property_size>`. The ambient color will smoothly blend with other **ReflectionProbe**\ s and the rest of the scene (outside the **ReflectionProbe**'s :ref:`size<class_ReflectionProbe_property_size>`).
|
||||
The ambient color to use within the **ReflectionProbe**'s box defined by its :ref:`size<class_ReflectionProbe_property_size>`. The ambient color will smoothly blend with other **ReflectionProbe**\ s and the rest of the scene (outside the **ReflectionProbe**'s box defined by its :ref:`size<class_ReflectionProbe_property_size>`).
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -297,7 +297,7 @@ If ``true``, reflections will ignore sky contribution.
|
||||
|
||||
The maximum distance away from the **ReflectionProbe** an object can be before it is culled. Decrease this to improve performance, especially when using the :ref:`UPDATE_ALWAYS<class_ReflectionProbe_constant_UPDATE_ALWAYS>` :ref:`update_mode<class_ReflectionProbe_property_update_mode>`.
|
||||
|
||||
\ **Note:** The maximum reflection distance is always at least equal to the probe's extents. This means that decreasing :ref:`max_distance<class_ReflectionProbe_property_max_distance>` will not always cull objects from reflections, especially if the reflection probe's :ref:`size<class_ReflectionProbe_property_size>` is already large.
|
||||
\ **Note:** The maximum reflection distance is always at least equal to the probe's extents. This means that decreasing :ref:`max_distance<class_ReflectionProbe_property_max_distance>` will not always cull objects from reflections, especially if the reflection probe's box defined by its :ref:`size<class_ReflectionProbe_property_size>` is already large.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user