mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
remove crufty comments
This commit is contained in:
parent
a58773823d
commit
91ff9722ec
1 changed files with 0 additions and 2 deletions
|
@ -300,7 +300,6 @@ void Rig::clearJointAnimationPriority(int index) {
|
|||
void Rig::clearIKJointLimitHistory() {
|
||||
if (_animNode) {
|
||||
_animNode->traverse([&](AnimNode::Pointer node) {
|
||||
// only report clip nodes as valid roles.
|
||||
auto ikNode = std::dynamic_pointer_cast<AnimInverseKinematics>(node);
|
||||
if (ikNode) {
|
||||
ikNode->clearIKJointLimitHistory();
|
||||
|
@ -313,7 +312,6 @@ void Rig::clearIKJointLimitHistory() {
|
|||
void Rig::setMaxHipsOffsetLength(float maxLength) {
|
||||
if (_animNode) {
|
||||
_animNode->traverse([&](AnimNode::Pointer node) {
|
||||
// only report clip nodes as valid roles.
|
||||
auto ikNode = std::dynamic_pointer_cast<AnimInverseKinematics>(node);
|
||||
if (ikNode) {
|
||||
ikNode->setMaxHipsOffsetLength(maxLength);
|
||||
|
|
Loading…
Reference in a new issue