We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36044a commit 0307e34Copy full SHA for 0307e34
docs/api/objects/SkinnedMesh.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
- <meta charset="utf-8" />
+ <meta charset="utf-8" />
5
<base href="../../" />
6
<script src="list.js"></script>
7
<script src="page.js"></script>
@@ -25,6 +25,7 @@ <h2>Example</h2>
25
for ( var i = 0; i < geometry.vertices.length; i ++ ) {
26
27
// Imaginary functions to calculate the indices and weights
28
+ // This part will need to be changed depending your skeleton and model
29
var skinIndex = calculateSkinIndex( geometry.vertices, i );
30
var skinWeight = calculateSkinWeight( geometry.vertices, i );
31
0 commit comments