TDME2 1.9.121
|
Object 3D model To be used in non engine context. More...
#include <tdme/engine/subsystems/rendering/Object3DModelInternal.h>
Public Member Functions | |
Object3DModelInternal (Model *model) | |
Public constructor. More... | |
~Object3DModelInternal () | |
Destructor. More... | |
![]() | |
Model * | getModel () |
virtual void | computeTransformations (int contextIdx, int64_t lastFrameAtTime, int64_t currentFrameAtTime) |
Pre render step, computes transformations. More... | |
int | getNodeCount () const |
void | getTriangles (vector< Triangle > &triangles, int nodeIdx=-1) |
Retrieves list of triangles of all or given nodes. More... | |
Object3DBase_TransformedFacesIterator * | getTransformedFacesIterator () |
Object3DNodeMesh * | getMesh (const string &nodeId) |
Returns object3d node mesh object. More... | |
virtual void | initialize () |
Initiates this object3d. More... | |
virtual void | dispose () |
Disposes this object3d. More... | |
int | getInstances () |
int | getCurrentInstance () |
void | setCurrentInstance (int currentInstance) |
Set current instance. More... | |
bool | getInstanceEnabled () |
void | setInstanceEnabled (bool enabled) |
Set current instance enabled. More... | |
void | setAnimation (const string &id, float speed=1.0f) |
Sets up a base animation to play. More... | |
void | setAnimationSpeed (float speed) |
Set up animation speed. More... | |
void | addOverlayAnimation (const string &id) |
Overlays a animation above the base animation. More... | |
void | removeOverlayAnimation (const string &id) |
Removes a overlay animation. More... | |
void | removeOverlayAnimationsFinished () |
Removes all finished overlay animations. More... | |
void | removeOverlayAnimations () |
Removes all overlay animations. More... | |
const string | getAnimation () |
float | getAnimationTime () |
Returns current base animation time. More... | |
bool | hasOverlayAnimation (const string &id) |
Returns if there is currently running a overlay animation with given id. More... | |
float | getOverlayAnimationTime (const string &id) |
Returns current overlay animation time. More... | |
const Matrix4x4 | getNodeTransformationsMatrix (const string &id) |
Returns transformation matrix for given node. More... | |
void | setNodeTransformationsMatrix (const string &id, const Matrix4x4 &matrix) |
Set transformation matrix for given node. More... | |
void | unsetNodeTransformationsMatrix (const string &id) |
Unset transformation matrix for given node. More... | |
const Matrix4x4 & | getTransformationsMatrix () const |
Additional Inherited Members | |
![]() | |
Object3DBase (Model *model, bool useManagers, Engine::AnimationProcessingTarget animationProcessingTarget, int instances) | |
Private constructor. More... | |
virtual | ~Object3DBase () |
Destructor. More... | |
![]() | |
Model * | model |
vector< Object3DNode * > | object3dNodes |
bool | usesManagers |
int | instances |
int | enabledInstances |
vector< Object3DAnimation * > | instanceAnimations |
vector< bool > | instanceEnabled |
vector< Transformations > | instanceTransformations |
int | currentInstance |
Engine::AnimationProcessingTarget | animationProcessingTarget |
Object 3D model To be used in non engine context.
Definition at line 18 of file Object3DModelInternal.h.
Object3DModelInternal | ( | Model * | model | ) |
Destructor.
Definition at line 11 of file Object3DModelInternal.cpp.