Blender
V3.3
|
#include <BKE_particle.h>
Public Attributes | |
float | co [3] |
float | vel [3] |
float | rot [4] |
float | col [3] |
float | time |
int | segments |
Definition at line 119 of file BKE_particle.h.
float ParticleCacheKey::co[3] |
Definition at line 120 of file BKE_particle.h.
Referenced by brush_cut(), cache_key_incremental_rotation(), check_path_length(), do_kink_spiral(), do_path_effectors(), blender::io::usd::USDHairWriter::do_write(), ED_object_modifier_convert_psys_to_mesh(), interpolate_pathcache(), make_duplis_particle_system(), particle_batch_cache_fill_segments(), particle_batch_cache_fill_segments_edit(), particle_batch_cache_fill_segments_proc_pos(), pointdensity_cache_psys(), psys_apply_child_modifiers(), psys_cache_edit_paths_iter(), psys_get_dupli_path_transform(), psys_thread_create_path(), shape_cut(), shape_cut_test_point(), and twist_get_axis().
float ParticleCacheKey::col[3] |
Definition at line 123 of file BKE_particle.h.
Referenced by particle_batch_cache_fill_segments_edit(), psys_apply_child_modifiers(), and psys_cache_edit_paths_iter().
float ParticleCacheKey::rot[4] |
Definition at line 122 of file BKE_particle.h.
Referenced by cache_key_incremental_rotation(), do_kink_spiral(), interpolate_pathcache(), psys_cache_edit_paths_iter(), psys_path_iter_get(), and psys_thread_create_path().
int ParticleCacheKey::segments |
Definition at line 125 of file BKE_particle.h.
Referenced by check_path_length(), count_cache_segment_keys(), blender::io::usd::USDHairWriter::do_write(), ED_object_modifier_convert_psys_to_mesh(), interpolate_pathcache(), make_duplis_particle_system(), particle_batch_cache_fill_segments(), particle_batch_cache_fill_segments_edit(), particle_batch_cache_fill_segments_indices(), particle_batch_cache_fill_segments_proc_pos(), particle_batch_cache_fill_strands_data(), pcache_key_segment_endpoint_safe(), pointdensity_cache_psys(), psys_apply_child_modifiers(), psys_cache_edit_paths_iter(), psys_get_dupli_path_transform(), and psys_thread_create_path().
float ParticleCacheKey::time |
Definition at line 124 of file BKE_particle.h.
Referenced by interpolate_pathcache(), psys_cache_edit_paths_iter(), and psys_thread_create_path().
float ParticleCacheKey::vel[3] |
Definition at line 121 of file BKE_particle.h.
Referenced by do_kink_spiral(), interpolate_pathcache(), psys_apply_child_modifiers(), psys_cache_edit_paths_iter(), and psys_thread_create_path().