Skip to content

Commit

Permalink
ColladaLoader: Removed positions scaled as suggested in #3106.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 22, 2013
1 parent 9f1035b commit f7e120d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/js/loaders/ColladaLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ THREE.ColladaLoader = function () {
}

// unit conversion
scene.position.multiplyScalar( colladaUnit );
scene.scale.multiplyScalar( colladaUnit );

createAnimations();
Expand Down

0 comments on commit f7e120d

Please sign in to comment.