Skip to content

Commit a7bd554

Browse files
committed
More fixes in envmaps_ examples.
1 parent 17794d2 commit a7bd554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/webgl_materials_envmaps_exr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
gui.add( params, 'envMap', [ 'EXR', 'PNG' ] );
172172
gui.add( params, 'roughness', 0, 1, 0.01 );
173173
gui.add( params, 'metalness', 0, 1, 0.01 );
174-
gui.add( params, 'exposure', 0, 2 );
174+
gui.add( params, 'exposure', 0, 2, 0.01 );
175175
gui.add( params, 'debug', false );
176176
gui.open();
177177

examples/webgl_materials_envmaps_hdr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
gui.add( params, 'envMap', [ 'LDR', 'HDR', 'RGBM16' ] );
189189
gui.add( params, 'roughness', 0, 1, 0.01 );
190190
gui.add( params, 'metalness', 0, 1, 0.01 );
191-
gui.add( params, 'exposure', 0, 2 );
191+
gui.add( params, 'exposure', 0, 2, 0.01 );
192192
gui.add( params, 'debug', false );
193193
gui.open();
194194

0 commit comments

Comments
 (0)