|
Blender
V2.93
|
#include <eevee_private.h>
Public Attributes | |
| struct GHash * | object |
| struct GHash * | geom |
| struct { | |
| float viewmat [4][4] | |
| float persmat [4][4] | |
| float persinv [4][4] | |
| } | camera [3] |
| DRWShadingGroup * | hair_grp |
Definition at line 635 of file eevee_private.h.
| struct { ... } EEVEE_MotionBlurData::camera[3] |
| struct GHash* EEVEE_MotionBlurData::geom |
Definition at line 637 of file eevee_private.h.
Referenced by EEVEE_motion_blur_cache_finish(), EEVEE_motion_blur_data_free(), EEVEE_motion_blur_data_init(), EEVEE_motion_blur_swap_data(), and motion_blur_deform_data_get().
| DRWShadingGroup* EEVEE_MotionBlurData::hair_grp |
Definition at line 643 of file eevee_private.h.
Referenced by EEVEE_motion_blur_cache_init(), and EEVEE_motion_blur_hair_cache_populate().
| struct GHash* EEVEE_MotionBlurData::object |
Definition at line 636 of file eevee_private.h.
Referenced by EEVEE_motion_blur_data_free(), EEVEE_motion_blur_data_init(), EEVEE_motion_blur_object_data_get(), and EEVEE_motion_blur_swap_data().
| float EEVEE_MotionBlurData::persinv[4][4] |
Definition at line 641 of file eevee_private.h.
Referenced by EEVEE_effects_cache_init(), EEVEE_motion_blur_init(), and eevee_motion_blur_sync_camera().
| float EEVEE_MotionBlurData::persmat[4][4] |
Definition at line 640 of file eevee_private.h.
Referenced by EEVEE_effects_cache_init(), EEVEE_motion_blur_cache_init(), EEVEE_motion_blur_init(), and eevee_motion_blur_sync_camera().
| float EEVEE_MotionBlurData::viewmat[4][4] |
Definition at line 639 of file eevee_private.h.
Referenced by EEVEE_motion_blur_init(), and eevee_motion_blur_sync_camera().