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

#include <DNA_particle_types.h>

Public Attributes

int num
 
int parent
 
int pa [4]
 
float w [4]
 
float fuv [4]
 
float foffset
 
char _pad0 [4]
 

Detailed Description

Child particles are created around or between parent particles.

Definition at line 60 of file DNA_particle_types.h.

Member Data Documentation

◆ _pad0

char ChildParticle::_pad0[4]

Definition at line 70 of file DNA_particle_types.h.

◆ foffset

float ChildParticle::foffset

◆ fuv

float ChildParticle::fuv[4]

◆ num

int ChildParticle::num

◆ pa

int ChildParticle::pa[4]

◆ parent

int ChildParticle::parent

◆ w

float ChildParticle::w[4]

Interpolation weights for the above particles.

Definition at line 67 of file DNA_particle_types.h.

Referenced by distribute_children_exec(), psys_get_child_size(), psys_get_child_time(), psys_get_particle_on_path(), and psys_thread_create_path().


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