فهرست منبع

Update webgpu_postprocessing_ao.html

Increase min radius.
Michael Herzog 6 ماه پیش
والد
کامیت
73d3e7820d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/webgpu_postprocessing_ao.html

+ 1 - 1
examples/webgpu_postprocessing_ao.html

@@ -160,7 +160,7 @@
 				gui.title( 'AO settings' );
 				gui.add( params, 'distanceExponent' ).min( 1 ).max( 4 ).onChange( updateParameters );
 				gui.add( params, 'distanceFallOff' ).min( 0.01 ).max( 1 ).onChange( updateParameters );
-				gui.add( params, 'radius' ).min( 0.01 ).max( 1 ).onChange( updateParameters );
+				gui.add( params, 'radius' ).min( 0.1 ).max( 1 ).onChange( updateParameters );
 				gui.add( params, 'scale' ).min( 0.01 ).max( 2 ).onChange( updateParameters );
 				gui.add( params, 'thickness' ).min( 0.01 ).max( 2 ).onChange( updateParameters );
 

粤ICP备19079148号