Skip to content

Commit

Permalink
Fixes #8961 (#8968)
Browse files Browse the repository at this point in the history
  • Loading branch information
makc authored and mrdoob committed May 24, 2016
1 parent c36044a commit 0307e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/objects/SkinnedMesh.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
Expand All @@ -25,6 +25,7 @@ <h2>Example</h2>
for ( var i = 0; i < geometry.vertices.length; i ++ ) {

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

Expand Down

0 comments on commit 0307e34

Please sign in to comment.