mirror of https://github.com/AxioDL/metaforce.git
14 lines
380 B
C++
14 lines
380 B
C++
#include "CVertexMorphEffect.hpp"
|
|
#include "Character/CSkinRules.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
void CVertexMorphEffect::MorphVertices(std::vector<std::pair<zeus::CVector3f, zeus::CVector3f>>& vn,
|
|
const float* magnitudes, const TLockedToken<CSkinRules>& skinRules,
|
|
const CPoseAsTransforms& pose) const
|
|
{
|
|
|
|
}
|
|
|
|
} |