Blender V2.61 - r43446
|
#include <DNA_particle_types.h>
Public Attributes | |
int | num |
int | parent |
int | pa [4] |
float | w [4] |
float | fuv [4] |
float | foffset |
float | rt |
Definition at line 71 of file DNA_particle_types.h.
float ChildParticle::foffset |
Definition at line 75 of file DNA_particle_types.h.
Referenced by distribute_invalid(), distribute_threads_exec(), psys_find_parents(), psys_get_dupli_path_transform(), psys_get_dupli_texture(), psys_get_particle_on_path(), psys_thread_create_path(), and render_new_particle_system().
float ChildParticle::fuv[4] |
Definition at line 75 of file DNA_particle_types.h.
Referenced by distribute_invalid(), distribute_simple_children(), distribute_threads_exec(), offset_child(), psys_find_parents(), psys_get_dupli_path_transform(), psys_get_dupli_texture(), psys_get_particle_on_path(), psys_get_particle_state(), psys_thread_create_path(), and render_new_particle_system().
Definition at line 72 of file DNA_particle_types.h.
Referenced by distribute_invalid(), distribute_simple_children(), distribute_threads_exec(), psys_find_parents(), psys_get_dupli_path_transform(), psys_get_dupli_texture(), psys_get_particle_on_path(), psys_render_simplify_params(), psys_thread_create_path(), and render_new_particle_system().
int ChildParticle::pa[4] |
Definition at line 73 of file DNA_particle_types.h.
Referenced by distribute_invalid(), distribute_threads_exec(), get_child_modifier_parameters(), psys_get_child_time(), psys_get_dupli_path_transform(), psys_get_dupli_texture(), psys_get_particle_on_path(), and psys_thread_create_path().
Definition at line 72 of file DNA_particle_types.h.
Referenced by distribute_invalid(), distribute_simple_children(), distribute_threads_exec(), do_child_modifiers(), new_particle_duplilist(), psys_find_parents(), psys_get_child_size(), psys_get_child_time(), psys_get_particle_on_path(), psys_get_particle_state(), psys_thread_create_path(), and render_new_particle_system().
float ChildParticle::rt |
Definition at line 76 of file DNA_particle_types.h.
float ChildParticle::w[4] |
Definition at line 74 of file DNA_particle_types.h.
Referenced by distribute_threads_exec(), psys_get_child_time(), psys_get_particle_on_path(), and psys_thread_create_path().