瀏覽代碼

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 );
 
+				controls.update();
+
 				stats.begin();
 				render();
 				stats.end();