mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Various ANIM reader imps
This commit is contained in:
@@ -12,6 +12,10 @@ class CAnimTreeNode : public IAnimReader
|
||||
public:
|
||||
CAnimTreeNode(const std::string& name) : x4_name(name) {}
|
||||
bool IsCAnimTreeNode() const {return true;}
|
||||
|
||||
void GetContributionOfHighestInfluence() const;
|
||||
u32 GetNumChildren() const;
|
||||
std::shared_ptr<IAnimReader> GetBestUnblendedChild() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user