Skip to content

How to properly set up multipass for high SPP #1284

Answered by merlinND
Disgruntoad asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @Disgruntoad,

Have you tried giving a smaller samples_per_pass value to the integrator?

There's a warning indicating that it's deprecated:

m_samples_per_pass = props.get<uint32_t>("samples_per_pass", (uint32_t) -1);
if (m_samples_per_pass != (uint32_t) -1) {
Log(Warn, "The 'samples_per_pass' is deprecated, as a poor choice of "
"this parameter can have a detrimental effect on performance. "
"Please leave it undefined; Mitsuba will then automatically "
"choose the necessary number of passes.");
}

But I'm not familiar with the new solution, so it's maybe still worth trying.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@merlinND
Comment options

@njroussel
Comment options

@njroussel
Comment options

@Disgruntoad
Comment options

@njroussel
Comment options

Answer selected by merlinND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants