![]() |
Blender V2.61 - r43446
|
#include <BKE_particle.h>
Public Attributes | |
| float * | vdata |
| float * | vd |
| float * | ndata |
| float * | nd |
| float * | cdata |
| float * | cd |
| float * | vedata |
| float * | ved |
| float * | ma_col |
| int | tot_vec_size |
| int | flag |
| int | totpoint |
| int | totve |
Definition at line 216 of file BKE_particle.h.
| float * ParticleDrawData::cd |
Definition at line 219 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and draw_particle().
| float* ParticleDrawData::cdata |
Definition at line 219 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and psys_free_pdd().
Definition at line 222 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and particle_system_update().
| float* ParticleDrawData::ma_col |
Definition at line 221 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and draw_particle().
| float * ParticleDrawData::nd |
Definition at line 218 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and draw_particle().
| float* ParticleDrawData::ndata |
Definition at line 218 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and psys_free_pdd().
Definition at line 222 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and psys_free_pdd().
Definition at line 223 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and psys_free_pdd().
Definition at line 223 of file BKE_particle.h.
| float * ParticleDrawData::vd |
Definition at line 217 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and draw_particle().
| float* ParticleDrawData::vdata |
Definition at line 217 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and psys_free_pdd().
| float * ParticleDrawData::ved |
Definition at line 220 of file BKE_particle.h.
Referenced by draw_new_particle_system().
| float* ParticleDrawData::vedata |
Definition at line 220 of file BKE_particle.h.
Referenced by draw_new_particle_system(), and psys_free_pdd().