TDME2 1.9.121
|
#include <tdme/engine/subsystems/rendering/Object3DBase.h>
Public Member Functions | |
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 |
Protected Member Functions | |
Object3DBase (Model *model, bool useManagers, Engine::AnimationProcessingTarget animationProcessingTarget, int instances) | |
Private constructor. More... | |
virtual | ~Object3DBase () |
Destructor. More... | |
Protected Attributes | |
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 |
Private Attributes | |
Object3DBase_TransformedFacesIterator * | transformedFacesIterator { nullptr } |
Friends | |
class | Object3DNode |
class | Object3DNodeMesh |
class | Object3DBase_TransformedFacesIterator |
class | ModelUtilitiesInternal |
class | tdme::engine::subsystems::skinning::SkinningShader |
Object3D base class.
Definition at line 37 of file Object3DBase.h.
|
protected |
Private constructor.
model | model |
useManagers | use mesh and object 3d node renderer model manager |
animationProcessingTarget | animation processing target |
instances | instances to compute and render by duplication |
Definition at line 62 of file Object3DBase.cpp.
|
protectedvirtual |
Destructor.
Definition at line 84 of file Object3DBase.cpp.
|
inline |
Overlays a animation above the base animation.
id | id |
Definition at line 191 of file Object3DBase.h.
|
inlinevirtual |
Pre render step, computes transformations.
contextIdx | context index |
lastFrameAtTime | time of last animation computation |
currentFrameAtTime | time of current animation computation |
Reimplemented in Object3D.
Definition at line 89 of file Object3DBase.h.
|
virtual |
Disposes this object3d.
Reimplemented in Object3D, and Object3DInternal.
Definition at line 192 of file Object3DBase.cpp.
|
inline |
Definition at line 220 of file Object3DBase.h.
|
inline |
Returns current base animation time.
Definition at line 228 of file Object3DBase.h.
|
inline |
Definition at line 143 of file Object3DBase.h.
|
inline |
Definition at line 158 of file Object3DBase.h.
|
inline |
Definition at line 136 of file Object3DBase.h.
Object3DNodeMesh * getMesh | ( | const string & | nodeId | ) |
Returns object3d node mesh object.
nodeId | node id |
Definition at line 140 of file Object3DBase.cpp.
|
inline |
Definition at line 79 of file Object3DBase.h.
int getNodeCount | ( | ) | const |
Definition at line 94 of file Object3DBase.cpp.
|
inline |
Returns transformation matrix for given node.
id | node id |
Definition at line 255 of file Object3DBase.h.
|
inline |
Returns current overlay animation time.
id | id |
Definition at line 246 of file Object3DBase.h.
|
inline |
Definition at line 279 of file Object3DBase.h.
Object3DBase_TransformedFacesIterator * getTransformedFacesIterator | ( | ) |
Definition at line 132 of file Object3DBase.cpp.
void getTriangles | ( | vector< Triangle > & | triangles, |
int | nodeIdx = -1 |
||
) |
Retrieves list of triangles of all or given nodes.
triangles | triangles |
nodeIdx | node index or -1 for all nodes |
Definition at line 98 of file Object3DBase.cpp.
|
inline |
Returns if there is currently running a overlay animation with given id.
id | id |
Definition at line 237 of file Object3DBase.h.
|
virtual |
Initiates this object3d.
Reimplemented in Object3D, and Object3DInternal.
Definition at line 151 of file Object3DBase.cpp.
|
inline |
|
inline |
Removes all overlay animations.
Definition at line 213 of file Object3DBase.h.
|
inline |
Removes all finished overlay animations.
Definition at line 206 of file Object3DBase.h.
|
inline |
Sets up a base animation to play.
id | id |
speed | speed whereas 1.0 is default speed |
Definition at line 175 of file Object3DBase.h.
|
inline |
Set up animation speed.
speed | speed whereas 1.0 is default speed |
Definition at line 183 of file Object3DBase.h.
|
inline |
|
inline |
Set current instance enabled.
enabled | instance enabled |
Definition at line 166 of file Object3DBase.h.
|
inline |
Set transformation matrix for given node.
id | node id |
matrix | transformation matrix |
Definition at line 264 of file Object3DBase.h.
|
inline |
Unset transformation matrix for given node.
id | node id |
Definition at line 272 of file Object3DBase.h.
|
friend |
Definition at line 42 of file Object3DBase.h.
|
friend |
Definition at line 41 of file Object3DBase.h.
|
friend |
Definition at line 39 of file Object3DBase.h.
|
friend |
Definition at line 40 of file Object3DBase.h.
|
friend |
Definition at line 43 of file Object3DBase.h.
|
protected |
Definition at line 58 of file Object3DBase.h.
|
protected |
Definition at line 57 of file Object3DBase.h.
|
protected |
Definition at line 53 of file Object3DBase.h.
|
protected |
Definition at line 54 of file Object3DBase.h.
|
protected |
Definition at line 55 of file Object3DBase.h.
|
protected |
Definition at line 52 of file Object3DBase.h.
|
protected |
Definition at line 56 of file Object3DBase.h.
|
protected |
Definition at line 49 of file Object3DBase.h.
|
protected |
Definition at line 50 of file Object3DBase.h.
|
private |
Definition at line 46 of file Object3DBase.h.
|
protected |
Definition at line 51 of file Object3DBase.h.