109 void getTriangles(vector<Triangle>& triangles,
int nodeIdx = -1);
AnimationProcessingTarget
Representation of a 3d model.
Triangle entity, this is not directly connectable with physics engine.
Object3D animation class.
void getTriangles(vector< Triangle > &triangles, int nodeIdx=-1)
Retrieves list of triangles of all or given nodes.
Object3DBase(Model *model, bool useManagers, Engine::AnimationProcessingTarget animationProcessingTarget, int instances)
Private constructor.
void setAnimation(const string &id, float speed=1.0f)
Sets up a base animation to play.
const Matrix4x4 & getTransformationsMatrix() const
virtual void initialize()
Initiates this object3d.
vector< Object3DNode * > object3dNodes
vector< bool > instanceEnabled
void unsetNodeTransformationsMatrix(const string &id)
Unset transformation matrix for given node.
bool getInstanceEnabled()
void addOverlayAnimation(const string &id)
Overlays a animation above the base animation.
Engine::AnimationProcessingTarget animationProcessingTarget
vector< Transformations > instanceTransformations
float getOverlayAnimationTime(const string &id)
Returns current overlay animation time.
vector< Object3DAnimation * > instanceAnimations
void removeOverlayAnimation(const string &id)
Removes a overlay animation.
bool hasOverlayAnimation(const string &id)
Returns if there is currently running a overlay animation with given id.
virtual ~Object3DBase()
Destructor.
Object3DBase_TransformedFacesIterator * transformedFacesIterator
const string getAnimation()
void setNodeTransformationsMatrix(const string &id, const Matrix4x4 &matrix)
Set transformation matrix for given node.
Object3DNodeMesh * getMesh(const string &nodeId)
Returns object3d node mesh object.
const Matrix4x4 getNodeTransformationsMatrix(const string &id)
Returns transformation matrix for given node.
void setCurrentInstance(int currentInstance)
Set current instance.
void setAnimationSpeed(float speed)
Set up animation speed.
Object3DBase_TransformedFacesIterator * getTransformedFacesIterator()
void removeOverlayAnimations()
Removes all overlay animations.
void removeOverlayAnimationsFinished()
Removes all finished overlay animations.
virtual void dispose()
Disposes this object3d.
float getAnimationTime()
Returns current base animation time.
void setInstanceEnabled(bool enabled)
Set current instance enabled.
virtual void computeTransformations(int contextIdx, int64_t lastFrameAtTime, int64_t currentFrameAtTime)
Pre render step, computes transformations.
Object 3D node mesh specifically for rendering.
Object 3d node specifically for rendering.
static void computeTransformations(int contextIdx, vector< Object3DNode * > &object3DNodes)
Applies transformations to meshes for given object 3d nodes.
Interface to compute shader skinning shader program.