![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrenderparticles_p.h>
Public Attributes | |
QVector3D | position |
float | size |
QVector4D | color |
QVector3D | binormal |
float | animationFrame |
float | age |
float | length |
QVector2D | fill |
Definition at line 70 of file qssgrenderparticles_p.h.
float QSSGLineParticle::age |
Definition at line 77 of file qssgrenderparticles_p.h.
float QSSGLineParticle::animationFrame |
Definition at line 76 of file qssgrenderparticles_p.h.
QVector3D QSSGLineParticle::binormal |
Definition at line 75 of file qssgrenderparticles_p.h.
QVector4D QSSGLineParticle::color |
Definition at line 74 of file qssgrenderparticles_p.h.
QVector2D QSSGLineParticle::fill |
Definition at line 79 of file qssgrenderparticles_p.h.
float QSSGLineParticle::length |
Definition at line 78 of file qssgrenderparticles_p.h.
QVector3D QSSGLineParticle::position |
Definition at line 72 of file qssgrenderparticles_p.h.
Referenced by sortParticles().
float QSSGLineParticle::size |
Definition at line 73 of file qssgrenderparticles_p.h.