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

Transparent render faces pool. More...

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

Collaboration diagram for TransparentRenderFacesPool:
Collaboration graph

Public Member Functions

int32_t size ()
 

Private Member Functions

 TransparentRenderFacesPool ()
 Public constructor. More...
 
void createTransparentRenderFaces (Matrix4x4 &modelViewMatrix, Object3DNode *object3DNode, int32_t facesEntityIdx, int32_t faceIdx)
 Creates an array of transparent render faces from. More...
 
void merge (TransparentRenderFacesPool *srcTransparentRenderFacesPool)
 Merges given transparent render faces pool into this pool. More...
 
void reset ()
 Reset. More...
 
vector< TransparentRenderFace * > & getTransparentRenderFaces ()
 

Private Attributes

vector< TransparentRenderFace * > transparentRenderFaces
 
TransparentRenderFacesPool_TransparentRenderFacesPool transparentRenderFacesPool
 

Static Private Attributes

static constexpr int32_t FACES_MAX { 16384 }
 

Friends

class EntityRenderer
 
class tdme::engine::Engine
 

Detailed Description

Transparent render faces pool.

Author
andreas.drewke
Version
$Id$

Definition at line 43 of file TransparentRenderFacesPool.h.

Constructor & Destructor Documentation

◆ TransparentRenderFacesPool()

Public constructor.

Definition at line 37 of file TransparentRenderFacesPool.cpp.

Member Function Documentation

◆ createTransparentRenderFaces()

void createTransparentRenderFaces ( Matrix4x4 modelViewMatrix,
Object3DNode object3DNode,
int32_t  facesEntityIdx,
int32_t  faceIdx 
)
inlineprivate

Creates an array of transparent render faces from.

Parameters
modelViewMatrixmodel view matrix
object3DNodeobject3D node
facesEntityIdxfaces entity index
faceIdxface index

Definition at line 65 of file TransparentRenderFacesPool.h.

◆ getTransparentRenderFaces()

vector< TransparentRenderFace * > & getTransparentRenderFaces ( )
private
Returns
transparent render faces vector

Definition at line 52 of file TransparentRenderFacesPool.cpp.

◆ merge()

void merge ( TransparentRenderFacesPool srcTransparentRenderFacesPool)
inlineprivate

Merges given transparent render faces pool into this pool.

Parameters
srcTransparentRenderFacesPooltransparent render faces pool

Definition at line 105 of file TransparentRenderFacesPool.h.

◆ reset()

void reset ( )
private

Reset.

Definition at line 46 of file TransparentRenderFacesPool.cpp.

◆ size()

int32_t size ( )
Returns
allocated faces

Definition at line 41 of file TransparentRenderFacesPool.cpp.

Friends And Related Function Documentation

◆ EntityRenderer

friend class EntityRenderer
friend

Definition at line 45 of file TransparentRenderFacesPool.h.

◆ tdme::engine::Engine

friend class tdme::engine::Engine
friend

Definition at line 46 of file TransparentRenderFacesPool.h.

Member Data Documentation

◆ FACES_MAX

constexpr int32_t FACES_MAX { 16384 }
staticconstexprprivate

Definition at line 49 of file TransparentRenderFacesPool.h.

◆ transparentRenderFaces

vector<TransparentRenderFace*> transparentRenderFaces
private

Definition at line 50 of file TransparentRenderFacesPool.h.

◆ transparentRenderFacesPool

TransparentRenderFacesPool_TransparentRenderFacesPool transparentRenderFacesPool
private

Definition at line 51 of file TransparentRenderFacesPool.h.


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