#include <MorphMeshDeformer.h>
Public Member Functions | |
| DeformPass () | |
Public Attributes | |
| MorphTargetStandard * | m_morphTarget |
| size_t | m_deformDataNr |
| bool | m_lastNearZero |
A deform pass. This basically links the mesh with each morph target that is being applied on this mesh.
|
inline |
Constructor. Automatically initializes on defaults.
| size_t EMotionFX::MorphMeshDeformer::DeformPass::m_deformDataNr |
An index inside the deform datas of the standard morph target.
| bool EMotionFX::MorphMeshDeformer::DeformPass::m_lastNearZero |
Was the last frame's weight near zero?
| MorphTargetStandard* EMotionFX::MorphMeshDeformer::DeformPass::m_morphTarget |
The morph target working on the mesh.