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

Transparent render faces group. More...

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

Collaboration diagram for TransparentRenderFacesGroup:
Collaboration graph

Private Member Functions

 TransparentRenderFacesGroup ()
 Public constructor. More...
 
void set (EntityRenderer *object3DRenderer, Model *model, Object3DNode *object3DNode, int32_t facesEntityIdx, const Color4 &effectColorAdd, const Color4 &effectColorMul, const Material *material, bool textureCoordinates, const string &shader)
 Set transparent render faces group. More...
 
void addVertex (const Vector3 &vertex, const Vector3 &normal, const Vector2 &textureCoordinate)
 Adds a vertex to this transparent render faces group. More...
 
void render (Engine *engine, Renderer *renderer, int contextIdx)
 Render this transparent render faces node. More...
 

Static Private Member Functions

static const string createKey (Model *model, Object3DNode *object3DNode, int32_t facesEntityIdx, const Color4 &effectColorAdd, const Color4 &effectColorMul, const Material *material, bool textureCoordinates, const string &shader)
 Creates a key for given transparent render faces group attributes. More...
 

Private Attributes

EntityRendererobject3DRenderer { nullptr }
 
vector< BatchRendererTriangles * > batchRenderers
 
Modelmodel { nullptr }
 
Object3DNodeobject3DNode { nullptr }
 
int32_t facesEntityIdx
 
Color4 effectColorAdd
 
Color4 effectColorMul
 
const Materialmaterial { nullptr }
 
bool textureCoordinates
 
string shader
 

Friends

class Object3DNodeMesh
 
class EntityRenderer
 
class EntityRenderer_TransparentRenderFacesGroupPool
 

Detailed Description

Transparent render faces group.

Author
andreas.drewke
Version
$Id$

Definition at line 41 of file TransparentRenderFacesGroup.h.

Constructor & Destructor Documentation

◆ TransparentRenderFacesGroup()

Public constructor.

Definition at line 30 of file TransparentRenderFacesGroup.cpp.

Member Function Documentation

◆ addVertex()

void addVertex ( const Vector3 vertex,
const Vector3 normal,
const Vector2 textureCoordinate 
)
inlineprivate

Adds a vertex to this transparent render faces group.

Parameters
vertexvertex
normalnormal
textureCoordinatetexture coordinate

Definition at line 101 of file TransparentRenderFacesGroup.h.

◆ createKey()

const string createKey ( Model model,
Object3DNode object3DNode,
int32_t  facesEntityIdx,
const Color4 effectColorAdd,
const Color4 effectColorMul,
const Material material,
bool  textureCoordinates,
const string &  shader 
)
staticprivate

Creates a key for given transparent render faces group attributes.

Parameters
modelmodel
object3DNodeobject 3D node
facesEntityIdxfaces entity idx
effectColorAddeffect color add
effectColorMuleffect color mul
materialmaterial
textureCoordinatestexture coordinates
shadershader
Returns

Definition at line 54 of file TransparentRenderFacesGroup.cpp.

◆ render()

void render ( Engine engine,
Renderer renderer,
int  contextIdx 
)
private

Render this transparent render faces node.

Parameters
engineengine
rendererrenderer
contextIdxcontext index

Definition at line 91 of file TransparentRenderFacesGroup.cpp.

◆ set()

void set ( EntityRenderer object3DRenderer,
Model model,
Object3DNode object3DNode,
int32_t  facesEntityIdx,
const Color4 effectColorAdd,
const Color4 effectColorMul,
const Material material,
bool  textureCoordinates,
const string &  shader 
)
private

Set transparent render faces group.

Parameters
object3DRendererobject3D renderer
modelmodel
object3DNodeobject 3D node
facesEntityIdxfaces entity idx
effectColorAddeffect color add
effectColorMuleffect color mul
materialmaterial
textureCoordinatestexture coordinates
shadershader

Definition at line 40 of file TransparentRenderFacesGroup.cpp.

Friends And Related Function Documentation

◆ EntityRenderer

friend class EntityRenderer
friend

Definition at line 44 of file TransparentRenderFacesGroup.h.

◆ EntityRenderer_TransparentRenderFacesGroupPool

Definition at line 45 of file TransparentRenderFacesGroup.h.

◆ Object3DNodeMesh

friend class Object3DNodeMesh
friend

Definition at line 43 of file TransparentRenderFacesGroup.h.

Member Data Documentation

◆ batchRenderers

vector<BatchRendererTriangles*> batchRenderers
private

Definition at line 49 of file TransparentRenderFacesGroup.h.

◆ effectColorAdd

Color4 effectColorAdd
private

Definition at line 54 of file TransparentRenderFacesGroup.h.

◆ effectColorMul

Color4 effectColorMul
private

Definition at line 55 of file TransparentRenderFacesGroup.h.

◆ facesEntityIdx

int32_t facesEntityIdx
private

Definition at line 52 of file TransparentRenderFacesGroup.h.

◆ material

const Material* material { nullptr }
private

Definition at line 57 of file TransparentRenderFacesGroup.h.

◆ model

Model* model { nullptr }
private

Definition at line 50 of file TransparentRenderFacesGroup.h.

◆ object3DNode

Object3DNode* object3DNode { nullptr }
private

Definition at line 51 of file TransparentRenderFacesGroup.h.

◆ object3DRenderer

EntityRenderer* object3DRenderer { nullptr }
private

Definition at line 48 of file TransparentRenderFacesGroup.h.

◆ shader

string shader
private

Definition at line 60 of file TransparentRenderFacesGroup.h.

◆ textureCoordinates

bool textureCoordinates
private

Definition at line 58 of file TransparentRenderFacesGroup.h.


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