Skip to content

Commit

Permalink
adding teh swing to animation (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Feb 29, 2024
1 parent ed2074f commit 98d498f
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ namespace ndQuadruped_1
//t = m_gaitFraction / 2;
if (t <= m_gaitFraction)
{
if (i == 0)
//if ((i == 0) || (i == 3))
//if ((i == 1) || (i == 2))
//if (i == 0)
//if ((i == 0) || (i == 3))
//if ((i == 1) || (i == 2))
{
//m_stanceMask = m_stanceMask ^ (1 << i);
output[i].m_userParamInt = 0;
Expand Down Expand Up @@ -642,9 +642,10 @@ namespace ndQuadruped_1
{
//m_control->m_animSpeed = 4.0f;
//m_control->m_animSpeed = 2.0f;
m_control->m_animSpeed = 1.0f;
//m_control->m_animSpeed = 1.0f;
//m_control->m_animSpeed = 0.5f;
//m_control->m_animSpeed = 0.25f;
m_control->m_animSpeed = 0.1f;
m_control->m_enableController = 0;

if (m_control->m_enableController)
Expand Down

0 comments on commit 98d498f

Please sign in to comment.