|
Blender V4.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 57 of file DNA_particle_types.h.
| char ChildParticle::_pad0[4] |
Definition at line 67 of file DNA_particle_types.h.
| float ChildParticle::foffset |
Definition at line 66 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 66 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), distribute_simple_children(), offset_child(), blender::draw::particle_interpolate_children_mcol(), blender::draw::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 59 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), distribute_simple_children(), blender::draw::particle_interpolate_children_mcol(), blender::draw::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 62 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), get_child_modifier_parameters(), modify_mesh(), 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 60 of file DNA_particle_types.h.
Referenced by distribute_children_exec(), distribute_invalid(), distribute_simple_children(), do_child_modifiers(), modify_mesh(), blender::draw::particle_batch_cache_fill_segments(), blender::draw::particle_batch_cache_fill_strands_data(), blender::draw::particle_calculate_mcol(), blender::draw::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 64 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().