Merge branch 'master' into 3D-NN-walkers-example

This commit is contained in:
Benelot
2016-12-27 21:09:49 +01:00
270 changed files with 44434 additions and 2949 deletions

View File

@@ -950,9 +950,9 @@ bool NN3DWalkersExample::keyboardCallback(int key, int state)
case ']':
gWalkerMotorStrength *= 1.1f;
return true;
// case 'l':
case 'l':
// printWalkerConfigs();
// return true;
return true;
default:
break;
}