MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / BRDF

Method BRDF

BakingLab/PathTracer.h:182–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 Float2 Pixel() const { return Samples[uint64(IntegrationTypes::Pixel)]; }
181 Float2 Lens() const { return Samples[uint64(IntegrationTypes::Lens)]; }
182 Float2 BRDF() const { return Samples[uint64(IntegrationTypes::BRDF)]; }
183 Float2 Sun() const { return Samples[uint64(IntegrationTypes::Sun)]; }
184 Float2 AreaLight() const { return Samples[uint64(IntegrationTypes::AreaLight)]; }
185};

Callers 1

PathTraceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected