TDME2 1.9.121
Public Member Functions | List of all members
Object3DModelInternal Class Reference

Object 3D model To be used in non engine context. More...

#include <tdme/engine/subsystems/rendering/Object3DModelInternal.h>

Inheritance diagram for Object3DModelInternal:
Inheritance graph
Collaboration diagram for Object3DModelInternal:
Collaboration graph

Public Member Functions

 Object3DModelInternal (Model *model)
 Public constructor. More...
 
 ~Object3DModelInternal ()
 Destructor. More...
 
- Public Member Functions inherited from Object3DBase
ModelgetModel ()
 
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_TransformedFacesIteratorgetTransformedFacesIterator ()
 
Object3DNodeMeshgetMesh (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 Matrix4x4getTransformationsMatrix () const
 

Additional Inherited Members

- Protected Member Functions inherited from Object3DBase
 Object3DBase (Model *model, bool useManagers, Engine::AnimationProcessingTarget animationProcessingTarget, int instances)
 Private constructor. More...
 
virtual ~Object3DBase ()
 Destructor. More...
 
- Protected Attributes inherited from Object3DBase
Modelmodel
 
vector< Object3DNode * > object3dNodes
 
bool usesManagers
 
int instances
 
int enabledInstances
 
vector< Object3DAnimation * > instanceAnimations
 
vector< bool > instanceEnabled
 
vector< TransformationsinstanceTransformations
 
int currentInstance
 
Engine::AnimationProcessingTarget animationProcessingTarget
 

Detailed Description

Object 3D model To be used in non engine context.

Author
Andreas Drewke
Version
$Id$

Definition at line 18 of file Object3DModelInternal.h.

Constructor & Destructor Documentation

◆ Object3DModelInternal()

Public constructor.

Parameters
modelmodel

Definition at line 6 of file Object3DModelInternal.cpp.

◆ ~Object3DModelInternal()

Destructor.

Definition at line 11 of file Object3DModelInternal.cpp.


The documentation for this class was generated from the following files: