forgotten cout
parent
fe4b174e52
commit
43baf60019
|
@ -212,7 +212,6 @@ public:
|
|||
*/
|
||||
inline Spectrum sampleCos(BSDFQueryRecord &bRec, Float &pdf) const {
|
||||
Spectrum bsdfVal(sample(bRec, pdf));
|
||||
cout << bsdfVal.toString() << endl;
|
||||
return bsdfVal * std::abs(Frame::cosTheta(bRec.wo));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue