فهرست منبع

Properly implement damping

WestLangley 5 سال پیش
والد
کامیت
78628e7526
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      examples/webgl_materials_displacementmap.html

+ 2 - 0
examples/webgl_materials_displacementmap.html

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