Skip to content

Commit ce9d7c3

Browse files
authored
Update webgpu_postprocessing_ao.html
Increase min radius.
1 parent 3d8c9bc commit ce9d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgpu_postprocessing_ao.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
gui.title( 'AO settings' );
161161
gui.add( params, 'distanceExponent' ).min( 1 ).max( 4 ).onChange( updateParameters );
162162
gui.add( params, 'distanceFallOff' ).min( 0.01 ).max( 1 ).onChange( updateParameters );
163-
gui.add( params, 'radius' ).min( 0.01 ).max( 1 ).onChange( updateParameters );
163+
gui.add( params, 'radius' ).min( 0.1 ).max( 1 ).onChange( updateParameters );
164164
gui.add( params, 'scale' ).min( 0.01 ).max( 2 ).onChange( updateParameters );
165165
gui.add( params, 'thickness' ).min( 0.01 ).max( 2 ).onChange( updateParameters );
166166

0 commit comments

Comments
 (0)