Explorar el Código

gui space for color set hue select needed

Master James hace 9 años
padre
commit
e422e7839c
Se han modificado 1 ficheros con 2 adiciones y 7 borrados
  1. 2 7
      examples/webgl_lights_spotlight.html

+ 2 - 7
examples/webgl_lights_spotlight.html

@@ -145,17 +145,12 @@
 				if ( gui ) gui.destroy();
 
 				gui = new dat.GUI();
-
-				gui.width = 178;
-				
+				gui.width = 190;
 				var gStyle = gui.domElement.style;
-				
 				gStyle.position = "absolute";
-				
 				gStyle.top = "48px";
-				
 				gStyle.height = "220px";
-
+				
 				gui.open();
 			}