Utility/Skeleton: Add GetRootJoint method
This commit is contained in:
committed by
Jérôme Leclercq
parent
7ada266917
commit
8d39441bd1
@@ -45,6 +45,8 @@ namespace Nz
|
||||
const Joint* GetJoints() const;
|
||||
std::size_t GetJointCount() const;
|
||||
std::size_t GetJointIndex(const std::string& jointName) const;
|
||||
Joint* GetRootJoint();
|
||||
const Joint* GetRootJoints() const;
|
||||
|
||||
void Interpolate(const Skeleton& skeletonA, const Skeleton& skeletonB, float interpolation);
|
||||
void Interpolate(const Skeleton& skeletonA, const Skeleton& skeletonB, float interpolation, const std::size_t* indices, std::size_t indiceCount);
|
||||
|
||||
Reference in New Issue
Block a user