TDME2 1.9.121
TransparentRenderFacesPool.cpp
Go to the documentation of this file.
2
3#include <string>
4#include <vector>
5
6#include <tdme/tdme.h>
14#include <tdme/math/Matrix4x4.h>
15#include <tdme/math/Vector3.h>
17#include <tdme/utilities/Pool.h>
18
19using std::string;
20using std::vector;
21
34
35constexpr int32_t TransparentRenderFacesPool::FACES_MAX;
36
37TransparentRenderFacesPool::TransparentRenderFacesPool()
38{
39}
40
42{
44}
45
47{
50}
51
53{
55}
56
Represents a model face, consisting of vertex, normal, tangent and bitangent vectors,...
Definition: Face.h:19
Node faces entity A node can have multiple entities containing faces and a applied material.
Definition: FacesEntity.h:28
Model node.
Definition: Node.h:31
Object 3D node mesh specifically for rendering.
Object 3d node specifically for rendering.
Definition: Object3DNode.h:39
TransparentRenderFacesPool_TransparentRenderFacesPool transparentRenderFacesPool
4x4 3D Matrix class
Definition: Matrix4x4.h:24
3D vector 3 class
Definition: Vector3.h:22
Console class.
Definition: Console.h:26
Pool template class.
Definition: Pool.h:22
int32_t size()
Definition: Pool.h:89
void reset()
Reset this pool.
Definition: Pool.h:96