TDME2 1.9.121
|
Transparent render points pool. More...
#include <tdme/engine/subsystems/rendering/TransparentRenderPointsPool.h>
Public Member Functions | |
TransparentRenderPointsPool (int32_t pointsMax) | |
Public constructor. More... | |
~TransparentRenderPointsPool () | |
Destructor. More... | |
void | addPoint (const Vector3 &point, uint16_t spriteIndex, const Color4 &color, int particleSystemType, void *particleSystem) |
Creates an transparent render point entity in pool. More... | |
void | reset () |
Reset. More... | |
int | getTransparentRenderPointsCount () |
const vector< TransparentRenderPoint * > & | getTransparentRenderPoints () |
void | sort () |
Sort transparent render points. More... | |
Private Attributes | |
vector< TransparentRenderPoint * > | transparentRenderPoints |
int32_t | poolIdx |
Friends | |
class | RenderTransparentRenderPointsPool |
Transparent render points pool.
Definition at line 26 of file TransparentRenderPointsPool.h.
TransparentRenderPointsPool | ( | int32_t | pointsMax | ) |
Public constructor.
pointsMax | points max |
Definition at line 24 of file TransparentRenderPointsPool.cpp.
Destructor.
Definition at line 33 of file TransparentRenderPointsPool.cpp.
|
inline |
Creates an transparent render point entity in pool.
point | point |
spriteIndex | sprite index |
color | color |
particleSystemType | particle system type |
particleSystem | particle system |
Definition at line 54 of file TransparentRenderPointsPool.h.
|
inline |
Definition at line 84 of file TransparentRenderPointsPool.h.
|
inline |
Definition at line 77 of file TransparentRenderPointsPool.h.
void reset | ( | ) |
Reset.
Definition at line 37 of file TransparentRenderPointsPool.cpp.
void sort | ( | ) |
Sort transparent render points.
Definition at line 42 of file TransparentRenderPointsPool.cpp.
|
friend |
Definition at line 28 of file TransparentRenderPointsPool.h.
|
private |
Definition at line 32 of file TransparentRenderPointsPool.h.
|
private |
Definition at line 31 of file TransparentRenderPointsPool.h.