Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jul 17, 2018
1 parent e6dc0d4 commit 6952462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions sources/integrators/bdpt/bdpt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void BDPTIntegrator::render(const std::shared_ptr<const Camera>& camera,
fflush(stdout);
}
});
printf("\n");

camera->film()->saveMLT(1.0 / (i + 1), i + 1);

Expand Down
2 changes: 1 addition & 1 deletion sources/integrators/bidirectional.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ bool Vertex::isConnectible() const {
BxDFType::Transmission) > 0;
}

//FatalError("Unhandled vertex type in isConnectible()");
FatalError("Unhandled vertex type in isConnectible()");
return false;
}

Expand Down
1 change: 1 addition & 0 deletions sources/integrators/vcmups/vcmups.cc
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ void VCMUPSIntegrator::render(const std::shared_ptr<const Camera> &camera,
fflush(stdout);
}
});
printf("\n");

camera->film()->saveMLT(1.0 / (i + 1), i + 1);

Expand Down

0 comments on commit 6952462

Please sign in to comment.