Explorar el Código

Properly implement damping

WestLangley hace 5 años
padre
commit
78628e7526
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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();