Browse Source

Remove `SHADOW_ATTENUATION` spatial light shader built-in

Yuri Roubinsky 3 years ago
parent
commit
88a61d2642
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tutorials/shaders/shader_reference/spatial_shader.rst

+ 0 - 2
tutorials/shaders/shader_reference/spatial_shader.rst

@@ -405,8 +405,6 @@ If you want the lights to add together, add the light contribution to ``DIFFUSE_
 +-----------------------------------+----------------------------------------------------+
 +-----------------------------------+----------------------------------------------------+
 | in float **ATTENUATION**          | Attenuation based on distance or shadow.           |
 | in float **ATTENUATION**          | Attenuation based on distance or shadow.           |
 +-----------------------------------+----------------------------------------------------+
 +-----------------------------------+----------------------------------------------------+
-| in vec3 **SHADOW_ATTENUATION**    |                                                    |
-+-----------------------------------+----------------------------------------------------+
 | in vec3 **ALBEDO**                | Base albedo.                                       |
 | in vec3 **ALBEDO**                | Base albedo.                                       |
 +-----------------------------------+----------------------------------------------------+
 +-----------------------------------+----------------------------------------------------+
 | in vec3 **BACKLIGHT**             |                                                    |
 | in vec3 **BACKLIGHT**             |                                                    |