Blender  V2.93
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
 
float rt
 

Detailed Description

Definition at line 76 of file DNA_particle_types.h.

Member Data Documentation

◆ foffset

float ChildParticle::foffset

◆ fuv

float ChildParticle::fuv[4]

◆ num

int ChildParticle::num

◆ pa

int ChildParticle::pa[4]

◆ parent

int ChildParticle::parent

◆ rt

float ChildParticle::rt

Definition at line 85 of file DNA_particle_types.h.

◆ w

float ChildParticle::w[4]

Interpolation weights for the above particles.

Definition at line 82 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: