Skip to content

Commit

Permalink
Properly implement damping
Browse files Browse the repository at this point in the history
  • Loading branch information
WestLangley committed Jan 16, 2020
1 parent 515f212 commit 78628e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/webgl_materials_displacementmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@

requestAnimationFrame( animate );

controls.update();

stats.begin();
render();
stats.end();
Expand Down

0 comments on commit 78628e7

Please sign in to comment.