Skip to content
Snippets Groups Projects
Commit 745ec5e1 authored by jeongtae Lee's avatar jeongtae Lee
Browse files

git merge

parent 6a36fa47
Branches
No related tags found
No related merge requests found
......@@ -454,7 +454,7 @@ function render() {
theta[leftLowerLegId] = initTheta[leftLowerLegId] - 30 * Math.sin(radians(radian));
theta[rightLowerLegId] = initTheta[rightLowerLegId] + 30 * Math.sin(radians(radian));
}
// 1~10 까지 jump 11 ~ 20까지 다운
if (isJump) {
radian += 5;
theta[leftUpperArmId] = initTheta[leftUpperArmId] + 180 * Math.sin(radians(radian));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment