PixelLightAPI
.
|
This is a software manager for the mesh animation element. More...
#include <MeshAnimationManagerSoftware.h>
Public Member Functions | |
PLMESH_API | MeshAnimationManagerSoftware () |
Default constructor. | |
virtual PLMESH_API | ~MeshAnimationManagerSoftware () |
Destructor. | |
virtual PLMESH_API bool | Apply (MeshHandler &cMeshHandler) const override |
Applies all animations to the given mesh handler. |
This is a software manager for the mesh animation element.
Default constructor.
virtual PLMESH_API PLMesh::MeshAnimationManagerSoftware::~MeshAnimationManagerSoftware | ( | ) | [virtual] |
Destructor.
virtual PLMESH_API bool PLMesh::MeshAnimationManagerSoftware::Apply | ( | MeshHandler & | cMeshHandler | ) | const [override, virtual] |
Applies all animations to the given mesh handler.
[in] | cMeshHandler | Mesh handler to apply the animations on |
Reimplemented from PLMesh::MeshAnimationManager.
|