Explorar el Código

Minor example tweak.

Mr.doob hace 10 años
padre
commit
06b3943c86
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_modifier_tessellation.html

+ 1 - 1
examples/webgl_modifier_tessellation.html

@@ -267,7 +267,7 @@
 
 			var time = Date.now() * 0.001;
 
-			uniforms.amplitude.value = 0.125 * Math.sin( time * 0.5 );
+			uniforms.amplitude.value = Math.sin( time * 0.5 );
 
 			controls.update();
 			renderer.render( scene, camera );