Просмотр исходного кода

Merge pull request #7394 from hakro/patch-1

Fix description in standard_material_3d.rst
Matthew 2 лет назад
Родитель
Сommit
3599cfb89e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tutorials/3d/standard_material_3d.rst

+ 1 - 1
tutorials/3d/standard_material_3d.rst

@@ -114,7 +114,7 @@ Specifies when depth rendering must take place.
 * **Opaque Only (default):** Depth is only drawn for opaque objects.
 * **Opaque Only (default):** Depth is only drawn for opaque objects.
 * **Always:** Depth draw is drawn for both opaque and transparent objects.
 * **Always:** Depth draw is drawn for both opaque and transparent objects.
 * **Never:** No depth draw takes place
 * **Never:** No depth draw takes place
-  (do not confuse this with the No Depth Test option above).
+  (do not confuse this with the No Depth Test option below).
 * **Depth Pre-Pass:** For transparent objects, an opaque pass is made first
 * **Depth Pre-Pass:** For transparent objects, an opaque pass is made first
   with the opaque parts, then transparency is drawn above.
   with the opaque parts, then transparency is drawn above.
   Use this option with transparent grass or tree foliage.
   Use this option with transparent grass or tree foliage.