Skip to content
Snippets Groups Projects
Commit c89708d5 authored by Yoel's avatar Yoel
Browse files

LightSingleGroup cleanup

parent 89c69241
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,6 @@ util::SurfacePoint LightSingleGroup::sampleLight(const cam::Hit& h) const {
sample.texel(), sample.material);
return result;
}
/*
std::pair<util::Vec3, float> LightSingleGroup::calculateLightEmission(
const util::SurfacePoint& p, const util::Vec3& d) const {
return light->calculateLightEmission(p, d);
}*/
util::Vec3 LightSingleGroup::lightEmission(const util::SurfacePoint& p) const {
return light->lightEmission(p);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment