Blender  V3.3
Public Attributes | List of all members
EEVEE_HairMotionData Struct Reference

#include <eevee_private.h>

Public Attributes

eEEVEEMotionData type
 
int use_deform
 
int psys_len
 
struct {
   EEVEE_HairMotionStepData   step_data [2]
 
psys [0]
 

Detailed Description

Definition at line 667 of file eevee_private.h.

Member Data Documentation

◆ 

struct { ... } EEVEE_HairMotionData::psys[0]

◆ psys_len

int EEVEE_HairMotionData::psys_len

Allocator will alloc enough slot for all particle systems. Or 1 if it's a curves object.

Definition at line 672 of file eevee_private.h.

Referenced by EEVEE_motion_blur_cache_finish(), EEVEE_motion_blur_hair_cache_populate(), and EEVEE_motion_blur_swap_data().

◆ step_data

EEVEE_HairMotionStepData EEVEE_HairMotionData::step_data[2]

◆ type

eEEVEEMotionData EEVEE_HairMotionData::type

Needs to be first to ensure casting.

Definition at line 669 of file eevee_private.h.

◆ use_deform

int EEVEE_HairMotionData::use_deform

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