Skip to content

Commit

Permalink
Merge pull request #18405 from WestLangley/dev_displacement
Browse files Browse the repository at this point in the history
Displacement Example: Properly implement damping
  • Loading branch information
Mugen87 authored Jan 17, 2020
2 parents 515f212 + 78628e7 commit 3346310
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 3346310

Please sign in to comment.