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

#include <BKE_effect.h>

Public Attributes

floatloc
 
floatvel
 
floatave
 
floatrot
 
float vel_to_frame
 
float vel_to_sec
 
float size
 
float charge
 
unsigned int flag
 
int index
 
struct ParticleSystempsys
 

Detailed Description

Definition at line 28 of file BKE_effect.h.

Member Data Documentation

◆ ave

float* EffectedPoint::ave

Definition at line 31 of file BKE_effect.h.

Referenced by basic_force_cb().

◆ charge

float EffectedPoint::charge

Definition at line 37 of file BKE_effect.h.

◆ flag

unsigned int EffectedPoint::flag

Definition at line 39 of file BKE_effect.h.

◆ index

int EffectedPoint::index

Definition at line 40 of file BKE_effect.h.

◆ loc

float* EffectedPoint::loc

Definition at line 29 of file BKE_effect.h.

◆ psys

struct ParticleSystem* EffectedPoint::psys

Definition at line 42 of file BKE_effect.h.

◆ rot

float* EffectedPoint::rot

Definition at line 32 of file BKE_effect.h.

◆ size

float EffectedPoint::size

Definition at line 37 of file BKE_effect.h.

◆ vel

float* EffectedPoint::vel

Definition at line 30 of file BKE_effect.h.

◆ vel_to_frame

float EffectedPoint::vel_to_frame

Definition at line 33 of file BKE_effect.h.

◆ vel_to_sec

float EffectedPoint::vel_to_sec

Definition at line 34 of file BKE_effect.h.

Referenced by dynamic_paint_prepare_effect_cb().


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