|
Blender
V3.3
|
#include <DNA_effect_types.h>
Public Attributes | |
| float | co [3] |
| float | no [3] |
| float | time |
| float | lifetime |
| short | mat_nr |
| char | _pad0 [2] |
| int | index |
| float | age |
| float3 | location |
| float4 | rotation |
| float | size |
| float3 | velocity |
| float3 | angular_velocity |
Definition at line 74 of file DNA_effect_types.h.
| char Particle::_pad0[2] |
Definition at line 78 of file DNA_effect_types.h.
| float Particle::age |
Definition at line 23 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| float3 Particle::angular_velocity |
Definition at line 29 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| float Particle::co[3] |
Definition at line 75 of file DNA_effect_types.h.
Referenced by draw_track_path_keyframe_points(), draw_track_path_lines(), draw_track_path_points(), marker_to_path_point(), and remove_doubles_exec().
| int Particle::index |
Definition at line 22 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles(), get_effector_data(), get_effector_tot(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| float Particle::lifetime |
Definition at line 76 of file DNA_effect_types.h.
Referenced by ParticleSystemManager::device_update_particles().
| float3 Particle::location |
Definition at line 25 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| short Particle::mat_nr |
Definition at line 77 of file DNA_effect_types.h.
| float Particle::no[3] |
Definition at line 75 of file DNA_effect_types.h.
| float4 Particle::rotation |
Definition at line 26 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles(), and do_versions_after_linking_280().
| float Particle::size |
Definition at line 27 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles(), do_physical_effector(), btLemkeAlgorithm::greaterZero(), pd_point_from_loc(), pd_point_from_particle(), pd_point_from_soft(), and blender::io::obj::OBJWriter::write_vertex_coords().
| float Particle::time |
Definition at line 76 of file DNA_effect_types.h.
Referenced by BKE_gpencil_stroke_join(), gpencil_stroke_copy_point(), and init_particle_interpolation().
| float3 Particle::velocity |
Definition at line 28 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().