Skip to content

Commit

Permalink
ColladaLoader2: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jun 14, 2017
1 parent 2a9f701 commit 06963e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/js/loaders/ColladaLoader2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2390,12 +2390,6 @@ THREE.ColladaLoader.prototype = {
case 'polylist':
if ( skinning ) {

for ( var i = 0, l = material.length; i < l; i ++ ) {

material[ i ].skinning = true;

}

object = new THREE.SkinnedMesh( geometry.data, material );

} else {
Expand Down

0 comments on commit 06963e2

Please sign in to comment.