Skip to content

Commit 0307e34

Browse files
makcmrdoob
authored andcommitted
1 parent c36044a commit 0307e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/objects/SkinnedMesh.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8" />
4+
<meta charset="utf-8" />
55
<base href="../../" />
66
<script src="list.js"></script>
77
<script src="page.js"></script>
@@ -25,6 +25,7 @@ <h2>Example</h2>
2525
for ( var i = 0; i < geometry.vertices.length; i ++ ) {
2626

2727
// Imaginary functions to calculate the indices and weights
28+
// This part will need to be changed depending your skeleton and model
2829
var skinIndex = calculateSkinIndex( geometry.vertices, i );
2930
var skinWeight = calculateSkinWeight( geometry.vertices, i );
3031

0 commit comments

Comments
 (0)