diff --git a/docs/api/ar/materials/Material.html b/docs/api/ar/materials/Material.html index e8027c8939cb45..30ae1dfc9ba121 100644 --- a/docs/api/ar/materials/Material.html +++ b/docs/api/ar/materials/Material.html @@ -26,6 +26,14 @@

[name]()

هذا ينشئ مادة عامة.

الخصائص (Properties)

+ +

[property:Boolean alphaHash]

+

+ Enables alpha hashed transparency, an alternative to [page:.transparent] or [page:.alphaTest]. + The material will not be rendered if opacity is lower than a random threshold. + Randomization introduces some grain or noise, but approximates alpha blending without + the associated problems of sorting. Using TAARenderPass can reduce the resulting noise. +

[property:Float alphaTest]

diff --git a/docs/api/en/materials/Material.html b/docs/api/en/materials/Material.html index 5b43f8d5102a5c..9c045b98ab8656 100644 --- a/docs/api/en/materials/Material.html +++ b/docs/api/en/materials/Material.html @@ -27,6 +27,14 @@

[name]()

Properties

+

[property:Boolean alphaHash]

+

+ Enables alpha hashed transparency, an alternative to [page:.transparent] or [page:.alphaTest]. + The material will not be rendered if opacity is lower than a random threshold. + Randomization introduces some grain or noise, but approximates alpha blending without + the associated problems of sorting. Using TAARenderPass can reduce the resulting noise. +

+

[property:Float alphaTest]

Sets the alpha value to be used when running an alpha test. The material diff --git a/docs/api/fr/materials/Material.html b/docs/api/fr/materials/Material.html index 19456dba557017..9acd2817997e0c 100644 --- a/docs/api/fr/materials/Material.html +++ b/docs/api/fr/materials/Material.html @@ -29,6 +29,14 @@

[name]()

Propriétés

+

[property:Boolean alphaHash]

+

+ Enables alpha hashed transparency, an alternative to [page:.transparent] or [page:.alphaTest]. + The material will not be rendered if opacity is lower than a random threshold. + Randomization introduces some grain or noise, but approximates alpha blending without + the associated problems of sorting. Using TAARenderPass can reduce the resulting noise. +

+

[property:Float alphaTest]

Définit la valeur alpha à utiliser lors de l'exécution d'un test alpha. diff --git a/docs/api/it/materials/Material.html b/docs/api/it/materials/Material.html index 00c139e6d7aa73..4087b8f343e59e 100644 --- a/docs/api/it/materials/Material.html +++ b/docs/api/it/materials/Material.html @@ -29,6 +29,14 @@

[name]()

Proprietà

+

[property:Boolean alphaHash]

+

+ Enables alpha hashed transparency, an alternative to [page:.transparent] or [page:.alphaTest]. + The material will not be rendered if opacity is lower than a random threshold. + Randomization introduces some grain or noise, but approximates alpha blending without + the associated problems of sorting. Using TAARenderPass can reduce the resulting noise. +

+

[property:Float alphaTest]

Imposta il valore alfa per essere usato quando vengono eseguiti i test alfa. diff --git a/docs/api/zh/materials/Material.html b/docs/api/zh/materials/Material.html index 8bcbeefe5a7efd..556a6aee110eb7 100644 --- a/docs/api/zh/materials/Material.html +++ b/docs/api/zh/materials/Material.html @@ -24,6 +24,14 @@

[name]()

属性(Properties)

+

[property:Boolean alphaHash]

+

+ Enables alpha hashed transparency, an alternative to [page:.transparent] or [page:.alphaTest]. + The material will not be rendered if opacity is lower than a random threshold. + Randomization introduces some grain or noise, but approximates alpha blending without + the associated problems of sorting. Using TAARenderPass can reduce the resulting noise. +

+

[property:Float alphaTest]

设置运行alphaTest时要使用的alpha值。如果不透明度低于此值,则不会渲染材质。默认值为*0*。