TDME2 1.9.121
|
Render transparent render points pool. More...
#include <tdme/engine/subsystems/rendering/RenderTransparentRenderPointsPool.h>
Public Member Functions | |
RenderTransparentRenderPointsPool (int32_t pointsMax) | |
Public constructor. More... | |
~RenderTransparentRenderPointsPool () | |
Destructor. More... | |
void | merge (TransparentRenderPointsPool *pool2, const Matrix4x4 &cameraMatrix) |
Merge another pool into this pool. More... | |
void | reset () |
Reset. More... | |
const int32_t | getTransparentRenderPointsCount () |
const vector< TransparentRenderPoint * > & | getTransparentRenderPoints () |
void | sort () |
Sort transparent render points. More... | |
Private Attributes | |
vector< TransparentRenderPoint * > | transparentRenderPoints |
int32_t | poolIdx |
Render transparent render points pool.
Definition at line 27 of file RenderTransparentRenderPointsPool.h.
RenderTransparentRenderPointsPool | ( | int32_t | pointsMax | ) |
Public constructor.
pointsMax | points max |
Definition at line 28 of file RenderTransparentRenderPointsPool.cpp.
Destructor.
Definition at line 34 of file RenderTransparentRenderPointsPool.cpp.
|
inline |
Definition at line 67 of file RenderTransparentRenderPointsPool.h.
|
inline |
Definition at line 60 of file RenderTransparentRenderPointsPool.h.
void merge | ( | TransparentRenderPointsPool * | pool2, |
const Matrix4x4 & | cameraMatrix | ||
) |
Merge another pool into this pool.
pool2 | pool |
cameraMatrix | cameraMatrix |
Definition at line 37 of file RenderTransparentRenderPointsPool.cpp.
void reset | ( | ) |
Reset.
Definition at line 54 of file RenderTransparentRenderPointsPool.cpp.
void sort | ( | ) |
Sort transparent render points.
Definition at line 60 of file RenderTransparentRenderPointsPool.cpp.
|
private |
Definition at line 31 of file RenderTransparentRenderPointsPool.h.
|
private |
Definition at line 30 of file RenderTransparentRenderPointsPool.h.