Blender V2.61 - r43446
|
#include <BKE_particle.h>
Public Attributes | |
float | co [3] |
float | vel [3] |
float | rot [4] |
float | col [3] |
float | time |
int | steps |
Definition at line 102 of file BKE_particle.h.
float ParticleCacheKey::co[3] |
Definition at line 103 of file BKE_particle.h.
Referenced by brush_cut(), cache_key_incremental_rotation(), check_path_length(), do_path_effectors(), draw_new_particle_system(), draw_ptcache_edit(), new_particle_duplilist(), psys_cache_edit_paths(), psys_get_dupli_path_transform(), and psys_thread_create_path().
float ParticleCacheKey::col[3] |
Definition at line 106 of file BKE_particle.h.
Referenced by draw_new_particle_system(), draw_ptcache_edit(), and psys_cache_edit_paths().
float ParticleCacheKey::rot[4] |
Definition at line 105 of file BKE_particle.h.
Referenced by cache_key_incremental_rotation(), psys_cache_edit_paths(), and psys_thread_create_path().
Definition at line 108 of file BKE_particle.h.
Referenced by check_path_length(), draw_new_particle_system(), draw_ptcache_edit(), ED_object_modifier_convert(), new_particle_duplilist(), psys_cache_edit_paths(), psys_get_dupli_path_transform(), psys_thread_create_path(), and render_new_particle_system().
float ParticleCacheKey::time |
Definition at line 107 of file BKE_particle.h.
Referenced by psys_cache_edit_paths().
float ParticleCacheKey::vel[3] |
Definition at line 104 of file BKE_particle.h.
Referenced by draw_new_particle_system(), psys_cache_edit_paths(), and psys_thread_create_path().