Blender V4.3
EffectorCache Struct Reference

#include <BKE_effect.h>

Public Attributes

struct EffectorCachenext
 
struct EffectorCacheprev
 
struct Depsgraph * depsgraph
 
struct Scenescene
 
struct Objectob
 
struct ParticleSystempsys
 
struct SurfaceModifierDatasurmd
 
struct PartDeflectpd
 
struct RNGrng
 
struct GuideEffectorDataguide_data
 
float guide_loc [4]
 
float guide_dir [3]
 
float guide_radius
 
float frame
 
int flag
 

Detailed Description

Definition at line 71 of file BKE_effect.h.

Member Data Documentation

◆ depsgraph

struct Depsgraph* EffectorCache::depsgraph

◆ flag

int EffectorCache::flag

Definition at line 90 of file BKE_effect.h.

Referenced by get_effector_data(), and precalculate_effector().

◆ frame

float EffectorCache::frame

Definition at line 89 of file BKE_effect.h.

Referenced by add_effector_evaluation().

◆ guide_data

struct GuideEffectorData* EffectorCache::guide_data

Definition at line 86 of file BKE_effect.h.

◆ guide_dir

float EffectorCache::guide_dir[3]

Definition at line 87 of file BKE_effect.h.

Referenced by precalculate_effector().

◆ guide_loc

float EffectorCache::guide_loc[4]

Definition at line 87 of file BKE_effect.h.

Referenced by precalculate_effector().

◆ guide_radius

float EffectorCache::guide_radius

Definition at line 87 of file BKE_effect.h.

Referenced by precalculate_effector().

◆ next

struct EffectorCache* EffectorCache::next

Definition at line 72 of file BKE_effect.h.

◆ ob

◆ pd

◆ prev

struct EffectorCache * EffectorCache::prev

Definition at line 72 of file BKE_effect.h.

◆ psys

struct ParticleSystem* EffectorCache::psys

◆ rng

struct RNG* EffectorCache::rng

Random noise generator for e.g. wind.

Definition at line 83 of file BKE_effect.h.

Referenced by do_physical_effector(), and precalculate_effector().

◆ scene

struct Scene* EffectorCache::scene

◆ surmd

struct SurfaceModifierData* EffectorCache::surmd

Definition at line 78 of file BKE_effect.h.

Referenced by get_effector_data(), and precalculate_effector().


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