TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Overview of Inverse Kinematics

28 pointsby dmitalmost 8 years ago

2 comments

dyaroslaalmost 8 years ago
I mean.. it describes that Inverse Kinematics <i>is</i> and <i>is used for</i>, but literally none of the math that makes it work. More than a little disappointed.
评论 #14801637 未加载
评论 #14801730 未加载
评论 #14801456 未加载
Isamualmost 8 years ago
This is a good intuitive explanation of IK meant for someone who is doing 3d animation or modeling. Maybe not for somebody who would be actually developing kinematics, for whom an overview of the matrix math is needed.<p>Given that, I still cannot understand WHY they use these user-unfriendly terms in animation and 3d modeling.<p>Yeah, I developed inverse kinematics and coded them up. But even then we spoke in terms of world coordinates vs. joint coordinates.<p>Joint coordinates -&gt; you are specifying joint angles -&gt; forward kinematics<p>World coordinates -&gt; you are specifying a point in world space -&gt; inverse kinematics<p>Really it is unhelpful to use the terms IK&#x2F;FK with end users like animators and artists.
评论 #14807166 未加载