Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGParticleSimple Struct Reference

#include <qssgrenderparticles_p.h>

+ Collaboration diagram for QSSGParticleSimple:

Public Attributes

QVector3D position
 
float size
 
QVector3D rotation
 
float age
 
QVector4D color
 

Detailed Description

Definition at line 28 of file qssgrenderparticles_p.h.

Member Data Documentation

◆ age

float QSSGParticleSimple::age

Definition at line 33 of file qssgrenderparticles_p.h.

◆ color

QVector4D QSSGParticleSimple::color

Definition at line 34 of file qssgrenderparticles_p.h.

◆ position

QVector3D QSSGParticleSimple::position

Definition at line 30 of file qssgrenderparticles_p.h.

◆ rotation

QVector3D QSSGParticleSimple::rotation

Definition at line 32 of file qssgrenderparticles_p.h.

◆ size

float QSSGParticleSimple::size

Definition at line 31 of file qssgrenderparticles_p.h.


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