Skip to content

Commit f7e120d

Browse files
committed
ColladaLoader: Removed positions scaled as suggested in mrdoob#3106.
1 parent 9f1035b commit f7e120d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/js/loaders/ColladaLoader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ THREE.ColladaLoader = function () {
152152
}
153153

154154
// unit conversion
155-
scene.position.multiplyScalar( colladaUnit );
156155
scene.scale.multiplyScalar( colladaUnit );
157156

158157
createAnimations();

0 commit comments

Comments
 (0)