Kaynağa Gözat

lowercase names

SUNAG 9 yıl önce
ebeveyn
işleme
fb6c1185fa
1 değiştirilmiş dosya ile 7 ekleme ve 7 silme
  1. 7 7
      examples/webgl_postprocessing_nodes.html

+ 7 - 7
examples/webgl_postprocessing_nodes.html

@@ -108,13 +108,13 @@
 				gui = new dat.GUI();
 				gui = new dat.GUI();
 
 
 				var example = gui.add( param, 'example', {
 				var example = gui.add( param, 'example', {
-					'basic / Brightness': 'brightness',
-					'basic / Blends': 'blends',
-					'basic / Fade': 'fade',
-					'basic / Invert': 'invert',
-					'adv / Saturation': 'saturation',
-					'adv / Refraction': 'refraction',
-					'adv / Mosaic': 'mosaic',
+					'basic / brightness': 'brightness',
+					'basic / blends': 'blends',
+					'basic / fade': 'fade',
+					'basic / invert': 'invert',
+					'adv / saturation': 'saturation',
+					'adv / refraction': 'refraction',
+					'adv / mosaic': 'mosaic'
 				} ).onFinishChange( function() {
 				} ).onFinishChange( function() {
 
 
 					updateMaterial();
 					updateMaterial();