TDME2 1.9.121
|
Object 3d node specifically for rendering. More...
#include <tdme/engine/subsystems/rendering/Object3DNode.h>
Public Member Functions | |
Object3DNode () | |
Public constructor. More... | |
~Object3DNode () | |
Destructor. More... | |
Private Member Functions | |
void | dispose () |
Dispose. More... | |
Static Private Member Functions | |
static void | createNodes (Object3DBase *object, bool useManagers, Engine::AnimationProcessingTarget animationProcessingTarget, vector< Object3DNode * > &object3DNodes) |
Creates object 3d nodes from given object3d base object. More... | |
static void | computeTransformations (int contextIdx, vector< Object3DNode * > &object3DNodes) |
Applies transformations to meshes for given object 3d nodes. More... | |
static void | setupTextures (Renderer *renderer, int contextIdx, Object3DNode *object3DNode, int32_t facesEntityIdx) |
Set up textures for given object3d node and faces entity. More... | |
static void | createNodes (Object3DBase *object3D, const map< string, Node * > &nodes, bool animated, bool useManagers, Engine::AnimationProcessingTarget animationProcessingTarget, vector< Object3DNode * > &object3DNodes) |
Creates a object 3d nodes recursively for given node and it sub nodes. More... | |
Private Attributes | |
string | id |
Object3DBase * | object { nullptr } |
Node * | node { nullptr } |
bool | animated { false } |
vector< Matrix2D3x3 > | textureMatricesByEntities |
vector< int32_t > | specularMaterialDiffuseTextureIdsByEntities |
vector< int32_t > | specularMaterialDynamicDiffuseTextureIdsByEntities |
vector< int32_t > | specularMaterialSpecularTextureIdsByEntities |
vector< int32_t > | specularMaterialNormalTextureIdsByEntities |
vector< int32_t > | pbrMaterialBaseColorTextureIdsByEntities |
vector< int32_t > | pbrMaterialMetallicRoughnessTextureIdsByEntities |
vector< int32_t > | pbrMaterialNormalTextureIdsByEntities |
Object3DNodeRenderer * | renderer { nullptr } |
Object3DNodeMesh * | mesh { nullptr } |
Matrix4x4 * | nodeTransformationsMatrix { nullptr } |
Static Private Attributes | |
static STATIC_DLL_IMPEXT int64_t | counter = 0 |
static constexpr int32_t | TEXTUREID_NONE { -1 } |
static constexpr int32_t | TEXTUREID_NOTUSED { 0 } |
Friends | |
class | tdme::engine::Object3D |
class | ModelUtilitiesInternal |
class | Object3DBase |
class | Object3DBase_TransformedFacesIterator |
class | Object3DNodeMesh |
class | Object3DNodeRenderer |
class | Object3DInternal |
class | EntityRenderer |
class | TransparentRenderFacesPool |
class | TransparentRenderFacesGroup |
class | tdme::engine::subsystems::skinning::SkinningShader |
Object 3d node specifically for rendering.
Definition at line 38 of file Object3DNode.h.
Object3DNode | ( | ) |
Public constructor.
Definition at line 56 of file Object3DNode.cpp.
~Object3DNode | ( | ) |
Destructor.
Definition at line 60 of file Object3DNode.cpp.
|
staticprivate |
Applies transformations to meshes for given object 3d nodes.
contextIdx | context index |
object3DNodes | node render data list |
Definition at line 169 of file Object3DNode.cpp.
|
staticprivate |
Creates object 3d nodes from given object3d base object.
object | object 3d base |
useManagers | use mesh and object 3d renderer node managers |
animationProcessingTarget | animation processing target |
object3DNodes | object 3d nodes array |
Definition at line 65 of file Object3DNode.cpp.
|
staticprivate |
Creates a object 3d nodes recursively for given node and it sub nodes.
object3D | object 3D base |
nodes | nodes |
animated | animated |
useManagers | use mesh and object 3d render node managers |
animationProcessingTarget | animation processing target |
object3DNodes | object 3D nodes |
Definition at line 71 of file Object3DNode.cpp.
|
private |
Dispose.
Definition at line 239 of file Object3DNode.cpp.
|
staticprivate |
Set up textures for given object3d node and faces entity.
renderer | renderer |
contextIdx | context index |
object3DNode | object 3D node |
facesEntityIdx | faces entity idx |
Definition at line 176 of file Object3DNode.cpp.
|
friend |
Definition at line 47 of file Object3DNode.h.
|
friend |
Definition at line 41 of file Object3DNode.h.
|
friend |
Definition at line 42 of file Object3DNode.h.
|
friend |
Definition at line 43 of file Object3DNode.h.
|
friend |
Definition at line 46 of file Object3DNode.h.
|
friend |
Definition at line 44 of file Object3DNode.h.
|
friend |
Definition at line 45 of file Object3DNode.h.
|
friend |
Definition at line 40 of file Object3DNode.h.
|
friend |
Definition at line 50 of file Object3DNode.h.
|
friend |
Definition at line 49 of file Object3DNode.h.
|
friend |
Definition at line 48 of file Object3DNode.h.
|
private |
Definition at line 61 of file Object3DNode.h.
|
staticprivate |
Definition at line 53 of file Object3DNode.h.
|
private |
Definition at line 58 of file Object3DNode.h.
|
private |
Definition at line 71 of file Object3DNode.h.
|
private |
Definition at line 60 of file Object3DNode.h.
|
private |
Definition at line 72 of file Object3DNode.h.
|
private |
Definition at line 59 of file Object3DNode.h.
|
private |
Definition at line 67 of file Object3DNode.h.
|
private |
Definition at line 68 of file Object3DNode.h.
|
private |
Definition at line 69 of file Object3DNode.h.
|
private |
Definition at line 70 of file Object3DNode.h.
|
private |
Definition at line 63 of file Object3DNode.h.
|
private |
Definition at line 64 of file Object3DNode.h.
|
private |
Definition at line 66 of file Object3DNode.h.
|
private |
Definition at line 65 of file Object3DNode.h.
|
staticconstexprprivate |
Definition at line 55 of file Object3DNode.h.
|
staticconstexprprivate |
Definition at line 56 of file Object3DNode.h.
|
private |
Definition at line 62 of file Object3DNode.h.