Browse Source

Properly implement damping

WestLangley 5 years ago
parent
commit
78628e7526
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/webgl_materials_displacementmap.html

+ 2 - 0
examples/webgl_materials_displacementmap.html

@@ -242,6 +242,8 @@
 
 				requestAnimationFrame( animate );
 
+				controls.update();
+
 				stats.begin();
 				render();
 				stats.end();