Browse Source

Trying to fix webgl_shading_physical example.

At least it works now, though GUI is still crazy.
alteredq 12 years ago
parent
commit
a0ccc71b3f
2 changed files with 4 additions and 44 deletions
  1. 2 42
      examples/js/libs/DAT.GUI.min.js
  2. 2 2
      examples/webgl_shading_physical.html

File diff suppressed because it is too large
+ 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() {
 

Some files were not shown because too many files changed in this diff