OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Attributes | List of all members
Particle Struct Reference

#include <ParticleEngine.h>

Public Attributes

ParticleFlags type = ParticleType_Invalid
 
float x = 0
 
float y = 0
 
float z = 0
 
float shift_x = 0
 
float shift_y = 0
 
float shift_z = 0
 
Color uParticleColor
 
Duration timeToLive
 
GraphicsImagetexture = nullptr
 
int paletteID = 0
 
float particle_size = 0
 
float _x = 0
 
float _y = 0
 
float _z = 0
 
int rotation_speed = 0
 
int angle = 0
 
int uScreenSpaceX = 0
 
int uScreenSpaceY = 0
 
int uScreenSpaceZ = 0
 
int uScreenSpaceW = 0
 
short zbuffer_depth
 
int sZValue2 = 0
 
float screenspace_scale = 1.0
 
float fov_x = 0
 
Color uLightColor_bgr
 

Member Data Documentation

◆ _x

float Particle::_x = 0

◆ _y

float Particle::_y = 0

◆ _z

float Particle::_z = 0

◆ angle

int Particle::angle = 0

◆ fov_x

float Particle::fov_x = 0

◆ paletteID

int Particle::paletteID = 0

◆ particle_size

float Particle::particle_size = 0

◆ rotation_speed

int Particle::rotation_speed = 0

◆ screenspace_scale

float Particle::screenspace_scale = 1.0

◆ shift_x

float Particle::shift_x = 0

◆ shift_y

float Particle::shift_y = 0

◆ shift_z

float Particle::shift_z = 0

◆ sZValue2

int Particle::sZValue2 = 0

◆ texture

GraphicsImage* Particle::texture = nullptr

◆ timeToLive

Duration Particle::timeToLive

◆ type

ParticleFlags Particle::type = ParticleType_Invalid

◆ uLightColor_bgr

Color Particle::uLightColor_bgr

◆ uParticleColor

Color Particle::uParticleColor

◆ uScreenSpaceW

int Particle::uScreenSpaceW = 0

◆ uScreenSpaceX

int Particle::uScreenSpaceX = 0

◆ uScreenSpaceY

int Particle::uScreenSpaceY = 0

◆ uScreenSpaceZ

int Particle::uScreenSpaceZ = 0

◆ x

float Particle::x = 0

◆ y

float Particle::y = 0

◆ z

float Particle::z = 0

◆ zbuffer_depth

short Particle::zbuffer_depth

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