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