|
Blender V4.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 86 of file DNA_effect_types.h.
| char Particle::_pad0[2] |
Definition at line 90 of file DNA_effect_types.h.
| float Particle::age |
Definition at line 24 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| float3 Particle::angular_velocity |
Definition at line 30 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| float Particle::co[3] |
Definition at line 87 of file DNA_effect_types.h.
| int Particle::index |
Definition at line 23 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| float Particle::lifetime |
Definition at line 88 of file DNA_effect_types.h.
Referenced by ParticleSystemManager::device_update_particles().
| float3 Particle::location |
Definition at line 26 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| short Particle::mat_nr |
Definition at line 89 of file DNA_effect_types.h.
| float Particle::no[3] |
Definition at line 87 of file DNA_effect_types.h.
| float4 Particle::rotation |
Definition at line 27 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| float Particle::size |
Definition at line 28 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().
| float Particle::time |
Definition at line 88 of file DNA_effect_types.h.
| float3 Particle::velocity |
Definition at line 29 of file particles.h.
Referenced by ParticleSystemManager::device_update_particles().