Skip to content

Commit

Permalink
Merge pull request #13052 from BabylonJS/Popov72-patch-1
Browse files Browse the repository at this point in the history
Inspector: Raise the limit of samples in SSAO
  • Loading branch information
sebavan authored Oct 3, 2022
2 parents 1623f73 + ad0a5f5 commit 89a2afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class CommonRenderingPipelinePropertyGridComponent extends React.Componen
lockObject={this.props.lockObject}
label="Samples"
minimum={1}
maximum={8}
maximum={64}
step={1}
decimalCount={0}
target={renderPipeline}
Expand Down

0 comments on commit 89a2afe

Please sign in to comment.