We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8c9bc commit ce9d7c3Copy full SHA for ce9d7c3
examples/webgpu_postprocessing_ao.html
@@ -160,7 +160,7 @@
160
gui.title( 'AO settings' );
161
gui.add( params, 'distanceExponent' ).min( 1 ).max( 4 ).onChange( updateParameters );
162
gui.add( params, 'distanceFallOff' ).min( 0.01 ).max( 1 ).onChange( updateParameters );
163
- gui.add( params, 'radius' ).min( 0.01 ).max( 1 ).onChange( updateParameters );
+ gui.add( params, 'radius' ).min( 0.1 ).max( 1 ).onChange( updateParameters );
164
gui.add( params, 'scale' ).min( 0.01 ).max( 2 ).onChange( updateParameters );
165
gui.add( params, 'thickness' ).min( 0.01 ).max( 2 ).onChange( updateParameters );
166
0 commit comments