From fb6c1185faf7214ea88eb574f23d83b083ba2b1a Mon Sep 17 00:00:00 2001 From: SUNAG Date: Thu, 17 Dec 2015 04:40:00 -0200 Subject: [PATCH] lowercase names --- examples/webgl_postprocessing_nodes.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/webgl_postprocessing_nodes.html b/examples/webgl_postprocessing_nodes.html index 0a10e79893..0a19dc7085 100644 --- a/examples/webgl_postprocessing_nodes.html +++ b/examples/webgl_postprocessing_nodes.html @@ -108,13 +108,13 @@ gui = new dat.GUI(); 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() { updateMaterial(); -- GitLab