Blender  V2.93
Public Attributes | List of all members
KernelParticle Struct Reference

#include <kernel_types.h>

Public Attributes

int index
 
float age
 
float lifetime
 
float size
 
float4 rotation
 
float4 location
 
float4 velocity
 
float4 angular_velocity
 

Detailed Description

Definition at line 1547 of file kernel_types.h.

Member Data Documentation

◆ age

float KernelParticle::age

Definition at line 1549 of file kernel_types.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ angular_velocity

float4 KernelParticle::angular_velocity

Definition at line 1557 of file kernel_types.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ index

int KernelParticle::index

Definition at line 1548 of file kernel_types.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ lifetime

float KernelParticle::lifetime

Definition at line 1550 of file kernel_types.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ location

float4 KernelParticle::location

Definition at line 1555 of file kernel_types.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ rotation

float4 KernelParticle::rotation

Definition at line 1552 of file kernel_types.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ size

float KernelParticle::size

Definition at line 1551 of file kernel_types.h.

Referenced by ParticleSystemManager::device_update_particles().

◆ velocity

float4 KernelParticle::velocity

Definition at line 1556 of file kernel_types.h.

Referenced by ParticleSystemManager::device_update_particles().


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