|
Blender V4.3
|
#include <types.h>
Public Attributes | |
| int | index |
| float | age |
| float | lifetime |
| float | size |
| float4 | rotation |
| float4 | location |
| float4 | velocity |
| float4 | angular_velocity |
Definition at line 1734 of file kernel/types.h.
| float KernelParticle::age |
Definition at line 1736 of file kernel/types.h.
Referenced by ParticleSystemManager::device_update_particles().
| float4 KernelParticle::angular_velocity |
Definition at line 1744 of file kernel/types.h.
Referenced by ParticleSystemManager::device_update_particles().
| int KernelParticle::index |
Definition at line 1735 of file kernel/types.h.
Referenced by ParticleSystemManager::device_update_particles().
| float KernelParticle::lifetime |
Definition at line 1737 of file kernel/types.h.
Referenced by ParticleSystemManager::device_update_particles().
| float4 KernelParticle::location |
Definition at line 1742 of file kernel/types.h.
Referenced by ParticleSystemManager::device_update_particles().
| float4 KernelParticle::rotation |
Definition at line 1739 of file kernel/types.h.
Referenced by ParticleSystemManager::device_update_particles().
| float KernelParticle::size |
Definition at line 1738 of file kernel/types.h.
Referenced by ParticleSystemManager::device_update_particles().
| float4 KernelParticle::velocity |
Definition at line 1743 of file kernel/types.h.
Referenced by ParticleSystemManager::device_update_particles().