Blender  V2.93
Public Attributes | List of all members
EEVEE_MotionBlurData Struct Reference

#include <eevee_private.h>

Public Attributes

struct GHashobject
 
struct GHashgeom
 
struct {
   float   viewmat [4][4]
 
   float   persmat [4][4]
 
   float   persinv [4][4]
 
camera [3]
 
DRWShadingGrouphair_grp
 

Detailed Description

Definition at line 635 of file eevee_private.h.

Member Data Documentation

◆ 

struct { ... } EEVEE_MotionBlurData::camera[3]

◆ geom

struct GHash* EEVEE_MotionBlurData::geom

◆ hair_grp

DRWShadingGroup* EEVEE_MotionBlurData::hair_grp

◆ object

struct GHash* EEVEE_MotionBlurData::object

◆ persinv

float EEVEE_MotionBlurData::persinv[4][4]

◆ persmat

float EEVEE_MotionBlurData::persmat[4][4]

◆ viewmat

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().


The documentation for this struct was generated from the following file: