Browse Source

Trying to fix webgl_shading_physical example.

At least it works now, though GUI is still crazy.
alteredq 13 năm trước cách đây
mục cha
commit
a0ccc71b3f
2 tập tin đã thay đổi với 4 bổ sung44 xóa
  1. 2 42
      examples/js/libs/DAT.GUI.min.js
  2. 2 2
      examples/webgl_shading_physical.html

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 2 - 42
examples/js/libs/DAT.GUI.min.js


+ 2 - 2
examples/webgl_shading_physical.html

@@ -61,7 +61,7 @@
 		<script src="js/libs/stats.min.js"></script>
 		<script src="js/libs/tween.min.js"></script>
 
-		<script src='js/libs/DAT.GUI.min.js'></script>
+		<script src='js/libs/dat.gui.min.js'></script>
 
 
 		<script>
@@ -443,7 +443,7 @@
 
 				// GUI
 
-				gui = new DAT.GUI();
+				gui = new dat.GUI();
 
 				gui.add( shadowConfig, 'shadowCameraVisible' ).onChange( function() {
 

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác