classref: Sync with current master branch (2ac2db8de)

This commit is contained in:
Rémi Verschelde
2023-01-11 14:54:24 +01:00
parent fc52ca81f7
commit 33c61914b4
106 changed files with 1974 additions and 1151 deletions

View File

@@ -585,7 +585,7 @@ The material will use the texture's alpha values for transparency.
:ref:`Transparency<enum_BaseMaterial3D_Transparency>` **TRANSPARENCY_ALPHA_SCISSOR** = ``2``
The material will cut off all values below a threshold, the rest will remain opaque. The opaque portions will be rendering in the depth prepass.
The material will cut off all values below a threshold, the rest will remain opaque. The opaque portions will be rendered in the depth prepass.
.. _class_BaseMaterial3D_constant_TRANSPARENCY_ALPHA_HASH:
@@ -601,7 +601,7 @@ The material will cut off all values below a spatially-deterministic threshold,
:ref:`Transparency<enum_BaseMaterial3D_Transparency>` **TRANSPARENCY_ALPHA_DEPTH_PRE_PASS** = ``4``
The material will use the texture's alpha value for transparency, but will still be rendered in the depth prepass.
The material will use the texture's alpha value for transparency, but will discard fragments with an alpha of less than 0.99 during the depth prepass and fragments with an alpha less than 0.1 during the shadow pass.
.. _class_BaseMaterial3D_constant_TRANSPARENCY_MAX: