Blender  V3.3
Public Attributes | List of all members
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 74 of file DNA_effect_types.h.

Member Data Documentation

◆ _pad0

char Particle::_pad0[2]

Definition at line 78 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]

◆ index

int Particle::index

◆ lifetime

float Particle::lifetime

Definition at line 76 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 77 of file DNA_effect_types.h.

◆ no

float Particle::no[3]

Definition at line 75 of file DNA_effect_types.h.

◆ rotation

float4 Particle::rotation

◆ size

float Particle::size

◆ time

float Particle::time

◆ 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: