Blender V2.61 - r43446
|
#include <BKE_particle.h>
Public Attributes | |
ParticleThreadContext * | ctx |
struct RNG * | rng |
struct RNG * | rng_path |
int | num |
int | tot |
Definition at line 142 of file BKE_particle.h.
Definition at line 143 of file BKE_particle.h.
Referenced by distribute_particles_on_dm(), distribute_threads_exec(), distribute_threads_exec_cb(), distribute_threads_init_data(), exec_child_path_cache(), psys_cache_child_paths(), psys_thread_create_path(), psys_threads_create(), psys_threads_free(), and psys_threads_init_path().
Definition at line 145 of file BKE_particle.h.
Referenced by distribute_threads_exec_cb(), exec_child_path_cache(), and psys_threads_create().
struct RNG* ParticleThread::rng |
Definition at line 144 of file BKE_particle.h.
Referenced by distribute_threads_exec(), distribute_threads_exec_cb(), and distribute_threads_init_data().
struct RNG * ParticleThread::rng_path |
Definition at line 144 of file BKE_particle.h.
Referenced by psys_threads_init_path().
Definition at line 145 of file BKE_particle.h.
Referenced by distribute_particles_on_dm(), distribute_threads_exec_cb(), distribute_threads_init_data(), exec_child_path_cache(), psys_cache_child_paths(), psys_threads_create(), psys_threads_free(), and psys_threads_init_path().