Home
last modified time | relevance | path

Searched refs:thisBoneInfo (Results 1 – 4 of 4) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_animation.c528 thisBoneInfo = &boneInfo[boneNum]; in R_CalcBone()
529 if ( thisBoneInfo->torsoWeight ) { in R_CalcBone()
532 if ( thisBoneInfo->torsoWeight == 1.0f ) { in R_CalcBone()
544 if ( thisBoneInfo->parent >= 0 ) { in R_CalcBone()
685 thisBoneInfo = &boneInfo[boneNum]; in R_CalcBoneLerp()
687 if ( !thisBoneInfo ) { in R_CalcBoneLerp()
691 if ( thisBoneInfo->parent >= 0 ) { in R_CalcBoneLerp()
699 if ( thisBoneInfo->torsoWeight ) { in R_CalcBoneLerp()
703 if ( thisBoneInfo->torsoWeight == 1.0f ) { in R_CalcBoneLerp()
977 thisBoneInfo = &boneInfo[ *boneRefs ];
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_animation.c533 thisBoneInfo = &boneInfo[boneNum]; in R_CalcBone()
534 if ( thisBoneInfo->torsoWeight ) { in R_CalcBone()
537 if ( thisBoneInfo->torsoWeight == 1.0f ) { in R_CalcBone()
549 if ( thisBoneInfo->parent >= 0 ) { in R_CalcBone()
690 thisBoneInfo = &boneInfo[boneNum]; in R_CalcBoneLerp()
692 if ( !thisBoneInfo ) { in R_CalcBoneLerp()
696 if ( thisBoneInfo->parent >= 0 ) { in R_CalcBoneLerp()
704 if ( thisBoneInfo->torsoWeight ) { in R_CalcBoneLerp()
708 if ( thisBoneInfo->torsoWeight == 1.0f ) { in R_CalcBoneLerp()
982 thisBoneInfo = &boneInfo[ *boneRefs ];
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_animation.c552 thisBoneInfo = &boneInfo[boneNum]; in R_CalcBone()
553 if ( thisBoneInfo->torsoWeight ) { in R_CalcBone()
556 if ( thisBoneInfo->torsoWeight == 1.0f ) { in R_CalcBone()
568 if ( thisBoneInfo->parent >= 0 ) { in R_CalcBone()
704 thisBoneInfo = &boneInfo[boneNum]; in R_CalcBoneLerp()
706 if ( thisBoneInfo->parent >= 0 ) { in R_CalcBoneLerp()
714 if ( thisBoneInfo->torsoWeight ) { in R_CalcBoneLerp()
718 if ( thisBoneInfo->torsoWeight == 1.0f ) { in R_CalcBoneLerp()
990 thisBoneInfo = &boneInfo[ *boneRefs ];
993 if ( thisBoneInfo->torsoWeight > 0 ) {
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_animation.c557 thisBoneInfo = &boneInfo[boneNum]; in R_CalcBone()
558 if ( thisBoneInfo->torsoWeight ) { in R_CalcBone()
561 if ( thisBoneInfo->torsoWeight == 1.0f ) { in R_CalcBone()
573 if ( thisBoneInfo->parent >= 0 ) { in R_CalcBone()
709 thisBoneInfo = &boneInfo[boneNum]; in R_CalcBoneLerp()
711 if ( thisBoneInfo->parent >= 0 ) { in R_CalcBoneLerp()
719 if ( thisBoneInfo->torsoWeight ) { in R_CalcBoneLerp()
723 if ( thisBoneInfo->torsoWeight == 1.0f ) { in R_CalcBoneLerp()
995 thisBoneInfo = &boneInfo[ *boneRefs ];
998 if ( thisBoneInfo->torsoWeight > 0 ) {
[all …]