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
Former-commit-id: 345dc232f883162a2ac7c1075aa3a3c61e6c5d85
  • Loading branch information
sebavan committed Oct 3, 2022
2 parents 7573cf0 + af1cafe commit b3caa4e
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 b3caa4e

Please sign in to comment.