Skip to content

Commit

Permalink
Avoid implicit keyframe trimming. (mrdoob#9595)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschw authored and spiderworm committed Sep 1, 2016
1 parent 111abc3 commit 125936f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/animation/AnimationClip.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ function AnimationClip( name, duration, tracks ) {

}

// maybe only do these on demand, as doing them here could potentially slow down loading
// but leaving these here during development as this ensures a lot of testing of these functions
this.trim();
this.optimize();

}
Expand Down

0 comments on commit 125936f

Please sign in to comment.