mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:11:20 +00:00
27 lines
591 B
C++
27 lines
591 B
C++
#include "CMetaAnimPhaseBlend.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CMetaAnimPhaseBlend::CMetaAnimPhaseBlend(CInputStream& in)
|
|
{
|
|
}
|
|
|
|
std::shared_ptr<CAnimTreeNode>
|
|
CMetaAnimPhaseBlend::GetAnimationTree(const CAnimSysContext& animSys,
|
|
const CMetaAnimTreeBuildOrders& orders) const
|
|
{
|
|
}
|
|
|
|
void CMetaAnimPhaseBlend::GetUniquePrimitives(std::set<CPrimitive>& primsOut) const
|
|
{
|
|
}
|
|
|
|
std::shared_ptr<CAnimTreeNode>
|
|
CMetaAnimPhaseBlend::VGetAnimationTree(const CAnimSysContext& animSys,
|
|
const CMetaAnimTreeBuildOrders& orders) const
|
|
{
|
|
}
|
|
|
|
}
|