mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
fixed mac/linux build error
This commit is contained in:
parent
61b019d176
commit
25c5a2f41a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ protected:
|
||||||
AnimPose offsetPose; // local offset from the spline to the joint.
|
AnimPose offsetPose; // local offset from the spline to the joint.
|
||||||
};
|
};
|
||||||
|
|
||||||
void AnimSplineIK::solveTargetWithSpline(const AnimContext& context, int base, const IKTarget& target, const AnimPoseVec& absolutePoses, bool debug, AnimChain& chainInfoOut) const;
|
void solveTargetWithSpline(const AnimContext& context, int base, const IKTarget& target, const AnimPoseVec& absolutePoses, bool debug, AnimChain& chainInfoOut) const;
|
||||||
void computeAndCacheSplineJointInfosForIKTarget(const AnimContext& context, int base, const IKTarget& target) const;
|
void computeAndCacheSplineJointInfosForIKTarget(const AnimContext& context, int base, const IKTarget& target) const;
|
||||||
const std::vector<SplineJointInfo>* findOrCreateSplineJointInfo(const AnimContext& context, int base, const IKTarget& target) const;
|
const std::vector<SplineJointInfo>* findOrCreateSplineJointInfo(const AnimContext& context, int base, const IKTarget& target) const;
|
||||||
mutable std::map<int, std::vector<SplineJointInfo>> _splineJointInfoMap;
|
mutable std::map<int, std::vector<SplineJointInfo>> _splineJointInfoMap;
|
||||||
|
|
Loading…
Reference in a new issue