Blender V5.0
Particle Struct Reference

#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

Detailed Description

Definition at line 86 of file DNA_effect_types.h.

Member Data Documentation

◆ _pad0

char Particle::_pad0[2]

Definition at line 90 of file DNA_effect_types.h.

◆ age

float Particle::age

Definition at line 23 of file particles.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ angular_velocity

float3 Particle::angular_velocity

Definition at line 29 of file particles.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ co

float Particle::co[3]

Definition at line 87 of file DNA_effect_types.h.

◆ index

int Particle::index

Definition at line 22 of file particles.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ lifetime

float Particle::lifetime

Definition at line 88 of file DNA_effect_types.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ location

float3 Particle::location

Definition at line 25 of file particles.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ mat_nr

short Particle::mat_nr

Definition at line 89 of file DNA_effect_types.h.

◆ no

float Particle::no[3]

Definition at line 87 of file DNA_effect_types.h.

◆ rotation

float4 Particle::rotation

Definition at line 26 of file particles.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ size

float Particle::size

Definition at line 27 of file particles.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ time

float Particle::time

Definition at line 88 of file DNA_effect_types.h.

◆ velocity

float3 Particle::velocity

Definition at line 28 of file particles.h.

Referenced by ParticleSystemManager::device_update_particles().


The documentation for this struct was generated from the following files: