Transparent render faces group.
More...
#include <tdme/engine/subsystems/rendering/TransparentRenderFacesGroup.h>
|
| 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...
|
|
Transparent render faces group.
- Author
- andreas.drewke
- Version
- $Id$
Definition at line 41 of file TransparentRenderFacesGroup.h.
◆ TransparentRenderFacesGroup()
◆ addVertex()
Adds a vertex to this transparent render faces group.
- Parameters
-
vertex | vertex |
normal | normal |
textureCoordinate | texture 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
-
model | model |
object3DNode | object 3D node |
facesEntityIdx | faces entity idx |
effectColorAdd | effect color add |
effectColorMul | effect color mul |
material | material |
textureCoordinates | texture coordinates |
shader | shader |
- Returns
Definition at line 54 of file TransparentRenderFacesGroup.cpp.
◆ render()
Render this transparent render faces node.
- Parameters
-
engine | engine |
renderer | renderer |
contextIdx | context index |
Definition at line 91 of file TransparentRenderFacesGroup.cpp.
◆ set()
Set transparent render faces group.
- Parameters
-
object3DRenderer | object3D renderer |
model | model |
object3DNode | object 3D node |
facesEntityIdx | faces entity idx |
effectColorAdd | effect color add |
effectColorMul | effect color mul |
material | material |
textureCoordinates | texture coordinates |
shader | shader |
Definition at line 40 of file TransparentRenderFacesGroup.cpp.
◆ EntityRenderer
◆ EntityRenderer_TransparentRenderFacesGroupPool
◆ Object3DNodeMesh
◆ batchRenderers
◆ effectColorAdd
◆ effectColorMul
◆ facesEntityIdx
◆ material
◆ model
◆ object3DNode
◆ object3DRenderer
◆ shader
◆ textureCoordinates
The documentation for this class was generated from the following files: