1
0
Master James 10 жил өмнө
parent
commit
1b158c69e2

+ 9 - 1
examples/webgl_lights_spotlight.html

@@ -146,7 +146,15 @@
 
 				gui = new dat.GUI();
 
-				gui.width = 180;
+				gui.width = 178;
+				
+				var gStyle = gui.domElement.style;
+				
+				gStyle.position = "absolute";
+				
+				gStyle.top = "48px";
+				
+				gStyle.height = "220px";
 
 				gui.open();
 			}

粤ICP备19079148号