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

#include <BKE_effect.h>

Public Attributes

float loc [3]
 
float nor [3]
 
float vel [3]
 
float vec_to_point [3]
 
float distance
 
float falloff
 
float size
 
float charge
 
float nor2 [3]
 
float vec_to_point2 [3]
 
int * index
 

Detailed Description

Definition at line 50 of file BKE_effect.h.

Member Data Documentation

◆ charge

float EffectorData::charge

Definition at line 60 of file BKE_effect.h.

Referenced by get_effector_tot().

◆ distance

float EffectorData::distance

◆ falloff

float EffectorData::falloff

Definition at line 57 of file BKE_effect.h.

Referenced by BKE_effectors_apply(), do_physical_effector(), and do_texture_effector().

◆ index

int* EffectorData::index

Definition at line 65 of file BKE_effect.h.

Referenced by get_effector_data(), get_effector_tot(), and rule_goal_avoid().

◆ loc

float EffectorData::loc[3]

Definition at line 52 of file BKE_effect.h.

Referenced by get_effector_data(), and rule_goal_avoid().

◆ nor

float EffectorData::nor[3]

◆ nor2

float EffectorData::nor2[3]

Definition at line 63 of file BKE_effect.h.

Referenced by do_physical_effector(), and get_effector_data().

◆ size

float EffectorData::size

Definition at line 60 of file BKE_effect.h.

Referenced by do_physical_effector(), and get_effector_data().

◆ vec_to_point

float EffectorData::vec_to_point[3]

◆ vec_to_point2

float EffectorData::vec_to_point2[3]

Definition at line 63 of file BKE_effect.h.

Referenced by do_physical_effector(), effector_falloff(), and get_effector_data().

◆ vel

float EffectorData::vel[3]

Definition at line 54 of file BKE_effect.h.

Referenced by BKE_effectors_apply(), get_effector_data(), and rule_goal_avoid().


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