Skip to content

Commit

Permalink
CCDIKSolver: fix algo broken ref (mrdoob#30266)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored Jan 5, 2025
1 parent d42aea0 commit 549ee80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/en/animations/CCDIKSolver.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<h1>[name]</h1>

<p class="desc"> A solver for IK with <a href="https://sites.google.com/site/auraliusproject/ccd-algorithm">`CCD Algorithm`</a>. <br /><br />
<p class="desc"> A solver for IK with <a href="https://web.archive.org/web/20221206080850/https://sites.google.com/site/auraliusproject/ccd-algorithm">`CCD Algorithm`</a>. <br /><br />
[name] solves Inverse Kinematics Problem with CCD Algorithm.
[name] is designed to work with [page:SkinnedMesh] but also can be used with [page:GLTFLoader] skeleton.
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/zh/animations/CCDIKSolver.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<h1>CCDIK解算器([name])</h1>

<p class="desc"> 一种基于 <a href="https://sites.google.com/site/auraliusproject/ccd-algorithm">`CCD Algorithm`</a> 的 IK
<p class="desc"> 一种基于 <a href="https://web.archive.org/web/20221206080850/https://sites.google.com/site/auraliusproject/ccd-algorithm">`CCD Algorithm`</a> 的 IK
解算器。<br /><br />
[name] 用 CCD 算法解决逆运动学问题。
[name] 设计用于与 [page:SkinnedMesh] 配合使用,但也可与 [page:GLTFLoader] 配合使用。
Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/animation/CCDIKSolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const _matrix = new Matrix4();

/**
* CCD Algorithm
* - https://sites.google.com/site/auraliusproject/ccd-algorithm
* - https://web.archive.org/web/20221206080850/https://sites.google.com/site/auraliusproject/ccd-algorithm
*
* // ik parameter example
* //
Expand Down

0 comments on commit 549ee80

Please sign in to comment.