Преглед изворни кода

CCDIKSolver: fix algo broken ref (#30266)

satelllte пре 1 година
родитељ
комит
549ee80b99

+ 1 - 1
docs/examples/en/animations/CCDIKSolver.html

@@ -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>

+ 1 - 1
docs/examples/zh/animations/CCDIKSolver.html

@@ -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] 配合使用。

+ 1 - 1
examples/jsm/animation/CCDIKSolver.js

@@ -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
  * //

粤ICP备19079148号