|
@@ -26,6 +26,14 @@
|
|
|
<p>هذا ينشئ مادة عامة.</p>
|
|
|
|
|
|
<h2>الخصائص (Properties)</h2>
|
|
|
+
|
|
|
+ <h3>[property:Boolean alphaHash]</h3>
|
|
|
+ <p>
|
|
|
+ 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.
|
|
|
+ </p>
|
|
|
|
|
|
<h3>[property:Float alphaTest]</h3>
|
|
|
<p>
|