sunag %!s(int64=7) %!d(string=hai) anos
pai
achega
d0c2331125
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      examples/webgl_loader_nodes.html

+ 5 - 1
examples/webgl_loader_nodes.html

@@ -243,9 +243,13 @@
 			
 				if (time) {
 				
-					time.timeScale = true;
+					// enable time scale
 					
+					time.timeScale = true;
+
 					loader.material.build();
+					
+					// gui
 				
 					addGui( 'timeScale', time.scale, function ( val ) {