Skip to content

Commit

Permalink
Removed a wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyang committed Dec 3, 2012
1 parent 031b876 commit 0021a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vertexcm.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ private:
emissionPdfW *= lightPickProb;

// Partial eye sub-path MIS weight [tech. rep. (43)].
// Some part of it has been already computed in SampleScattering().
// If the last hit was specular, then dVCM == 0.
const float wCamera = Mis(directPdfA) * aCameraState.dVCM +
Mis(emissionPdfW) * aCameraState.dVC;
Expand Down

0 comments on commit 0021a34

Please sign in to comment.