|
Blender
V3.3
|
#include <eevee_private.h>
Public Attributes | |
| DrawData | dd |
| Object * | ob |
| EEVEE_LightProbeVisTest * | test_data |
| bool | ob_vis |
| bool | ob_vis_dirty |
| bool | need_update |
| bool | geom_update |
| uint | shadow_caster_id |
Definition at line 977 of file eevee_private.h.
| DrawData EEVEE_ObjectEngineData::dd |
Definition at line 978 of file eevee_private.h.
Referenced by eevee_id_object_update().
| bool EEVEE_ObjectEngineData::geom_update |
Definition at line 985 of file eevee_private.h.
Referenced by eevee_id_object_update(), and eevee_object_data_init().
| bool EEVEE_ObjectEngineData::need_update |
Definition at line 984 of file eevee_private.h.
Referenced by eevee_id_object_update(), eevee_object_data_init(), and EEVEE_shadows_caster_register().
| Object* EEVEE_ObjectEngineData::ob |
Definition at line 980 of file eevee_private.h.
Referenced by EEVEE_lightprobes_obj_visibility_cb(), and EEVEE_materials_cache_populate().
| bool EEVEE_ObjectEngineData::ob_vis |
Definition at line 982 of file eevee_private.h.
Referenced by EEVEE_lightprobes_obj_visibility_cb().
| bool EEVEE_ObjectEngineData::ob_vis_dirty |
Definition at line 982 of file eevee_private.h.
Referenced by EEVEE_lightprobes_obj_visibility_cb().
| uint EEVEE_ObjectEngineData::shadow_caster_id |
Definition at line 986 of file eevee_private.h.
Referenced by eevee_object_data_init(), and EEVEE_shadows_caster_register().
| EEVEE_LightProbeVisTest* EEVEE_ObjectEngineData::test_data |
Definition at line 981 of file eevee_private.h.
Referenced by EEVEE_lightprobes_obj_visibility_cb(), and EEVEE_materials_cache_populate().