Blender
V3.3
|
#include <eevee_private.h>
Public Attributes | |
float | near |
float | far |
float | bias |
float | type_data_id |
float | contact_dist |
float | contact_bias |
float | contact_spread |
float | contact_thickness |
Definition at line 483 of file eevee_private.h.
float EEVEE_Shadow::bias |
Definition at line 484 of file eevee_private.h.
float EEVEE_Shadow::contact_bias |
Definition at line 485 of file eevee_private.h.
Referenced by eevee_contact_shadow_setup().
float EEVEE_Shadow::contact_dist |
Definition at line 485 of file eevee_private.h.
Referenced by eevee_contact_shadow_setup().
float EEVEE_Shadow::contact_spread |
Definition at line 485 of file eevee_private.h.
float EEVEE_Shadow::contact_thickness |
Definition at line 485 of file eevee_private.h.
Referenced by eevee_contact_shadow_setup().
float EEVEE_Shadow::far |
Definition at line 484 of file eevee_private.h.
Referenced by EEVEE_shadows_cube_setup(), and EEVEE_shadows_draw_cubemap().
float EEVEE_Shadow::near |
Definition at line 484 of file eevee_private.h.
Referenced by EEVEE_shadows_cube_setup(), and EEVEE_shadows_draw_cubemap().
float EEVEE_Shadow::type_data_id |
Definition at line 484 of file eevee_private.h.
Referenced by eevee_shadow_cascade_setup(), EEVEE_shadows_cube_setup(), EEVEE_shadows_draw_cascades(), and EEVEE_shadows_draw_cubemap().