提交 fb6c1185 编写于 作者: S SUNAG

lowercase names

上级 f4daa9a0
...@@ -108,13 +108,13 @@ ...@@ -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 / brightness': 'brightness',
'basic / Blends': 'blends', 'basic / blends': 'blends',
'basic / Fade': 'fade', 'basic / fade': 'fade',
'basic / Invert': 'invert', 'basic / invert': 'invert',
'adv / Saturation': 'saturation', 'adv / saturation': 'saturation',
'adv / Refraction': 'refraction', 'adv / refraction': 'refraction',
'adv / Mosaic': 'mosaic', 'adv / mosaic': 'mosaic'
} ).onFinishChange( function() { } ).onFinishChange( function() {
updateMaterial(); updateMaterial();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册