TDME2 1.9.121
Public Member Functions | Private Attributes | Friends | List of all members
TransparentRenderPointsPool Class Referencefinal

Transparent render points pool. More...

#include <tdme/engine/subsystems/rendering/TransparentRenderPointsPool.h>

Collaboration diagram for TransparentRenderPointsPool:
Collaboration graph

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
 

Detailed Description

Transparent render points pool.

Author
andreas.drewke
Version
$Id$

Definition at line 26 of file TransparentRenderPointsPool.h.

Constructor & Destructor Documentation

◆ TransparentRenderPointsPool()

TransparentRenderPointsPool ( int32_t  pointsMax)

Public constructor.

Parameters
pointsMaxpoints max

Definition at line 24 of file TransparentRenderPointsPool.cpp.

◆ ~TransparentRenderPointsPool()

Destructor.

Definition at line 33 of file TransparentRenderPointsPool.cpp.

Member Function Documentation

◆ addPoint()

void addPoint ( const Vector3 point,
uint16_t  spriteIndex,
const Color4 color,
int  particleSystemType,
void *  particleSystem 
)
inline

Creates an transparent render point entity in pool.

Parameters
pointpoint
spriteIndexsprite index
colorcolor
particleSystemTypeparticle system type
particleSystemparticle system

Definition at line 54 of file TransparentRenderPointsPool.h.

◆ getTransparentRenderPoints()

const vector< TransparentRenderPoint * > & getTransparentRenderPoints ( )
inline
Returns
transparent render points vector

Definition at line 84 of file TransparentRenderPointsPool.h.

◆ getTransparentRenderPointsCount()

int getTransparentRenderPointsCount ( )
inline
Returns
transparent render points count

Definition at line 77 of file TransparentRenderPointsPool.h.

◆ reset()

void reset ( )

Reset.

Definition at line 37 of file TransparentRenderPointsPool.cpp.

◆ sort()

void sort ( )

Sort transparent render points.

Definition at line 42 of file TransparentRenderPointsPool.cpp.

Friends And Related Function Documentation

◆ RenderTransparentRenderPointsPool

friend class RenderTransparentRenderPointsPool
friend

Definition at line 28 of file TransparentRenderPointsPool.h.

Member Data Documentation

◆ poolIdx

int32_t poolIdx
private

Definition at line 32 of file TransparentRenderPointsPool.h.

◆ transparentRenderPoints

vector<TransparentRenderPoint*> transparentRenderPoints
private

Definition at line 31 of file TransparentRenderPointsPool.h.


The documentation for this class was generated from the following files: