瀏覽代碼

Remove incorrect section about occluder ordering

yesfish 3 月之前
父節點
當前提交
58f4c57a63
共有 1 個文件被更改,包括 0 次插入14 次删除
  1. 0 14
      tutorials/2d/2d_lights_and_shadows.rst

+ 0 - 14
tutorials/2d/2d_lights_and_shadows.rst

@@ -255,20 +255,6 @@ The following properties can be adjusted on 2D lights that have shadows enabled:
 
 
    Soft shadows with streaking artifacts due to Filter Smooth being too high (PCF5, Filter Smooth 4)
    Soft shadows with streaking artifacts due to Filter Smooth being too high (PCF5, Filter Smooth 4)
 
 
-Occluder draw order
-~~~~~~~~~~~~~~~~~~~
-
-**LightOccluder2Ds follows the usual 2D drawing order.** This is important for 2D
-lighting, as this is how you control whether the occluder should occlude the
-sprite itself or not.
-
-If the LightOccluder2D node is a *sibling* of the sprite, the occluder will
-occlude the sprite itself if it's placed *below* the sprite in the scene tree.
-
-If the LightOccluder2D node is a *child* of the sprite, the occluder will
-occlude the sprite itself if **Show Behind Parent** is disabled on the
-LightOccluder2D node (which is the default).
-
 Normal and specular maps
 Normal and specular maps
 ------------------------
 ------------------------