mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Additional ANIM integration
This commit is contained in:
@@ -8,13 +8,14 @@ namespace urde
|
||||
|
||||
class CAnimTreeNode : public IAnimReader
|
||||
{
|
||||
protected:
|
||||
std::string x4_name;
|
||||
public:
|
||||
CAnimTreeNode(const std::string& name) : x4_name(name) {}
|
||||
bool IsCAnimTreeNode() const {return true;}
|
||||
|
||||
virtual void Depth() const=0;
|
||||
virtual void VGetContributionOfHighestInfluence() const=0;
|
||||
virtual u32 Depth() const=0;
|
||||
virtual CAnimTreeEffectiveContribution VGetContributionOfHighestInfluence() const=0;
|
||||
virtual u32 VGetNumChildren() const=0;
|
||||
virtual std::shared_ptr<IAnimReader> VGetBestUnblendedChild() const=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user