Blender
V3.3
|
#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] |
Child particles are created around or between parent particles.
Definition at line 60 of file DNA_particle_types.h.
char ChildParticle::_pad0[4] |
Definition at line 70 of file DNA_particle_types.h.
float ChildParticle::foffset |
Definition at line 69 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), psys_find_parents(), psys_get_dupli_path_transform(), psys_get_dupli_texture(), psys_get_particle_on_path(), and psys_thread_create_path().
float ChildParticle::fuv[4] |
Face vertex weights and offset.
Definition at line 69 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), distribute_simple_children(), offset_child(), particle_interpolate_children_mcol(), particle_interpolate_children_uvs(), psys_find_parents(), psys_get_dupli_path_transform(), psys_get_dupli_texture(), psys_get_particle_on_path(), psys_get_particle_state(), and psys_thread_create_path().
int ChildParticle::num |
Face index on the final derived mesh.
Definition at line 62 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), distribute_simple_children(), particle_interpolate_children_mcol(), particle_interpolate_children_uvs(), psys_find_parents(), psys_get_dupli_path_transform(), psys_get_dupli_texture(), psys_get_particle_on_path(), and psys_thread_create_path().
int ChildParticle::pa[4] |
Nearest particles to the child, used for the interpolation.
Definition at line 65 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), get_child_modifier_parameters(), modifyMesh(), particle_skip(), psys_find_parents(), psys_get_child_size(), psys_get_child_time(), psys_get_dupli_path_transform(), psys_get_dupli_texture(), psys_get_particle_on_path(), and psys_thread_create_path().
int ChildParticle::parent |
Definition at line 63 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), distribute_simple_children(), do_child_modifiers(), modifyMesh(), particle_batch_cache_fill_segments(), particle_batch_cache_fill_strands_data(), particle_calculate_mcol(), particle_calculate_uvs(), particle_skip(), psys_find_parents(), psys_get_child_size(), psys_get_child_time(), psys_get_particle_on_path(), psys_get_particle_state(), and psys_thread_create_path().
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().