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

Method AreaLight

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

Source from the content-addressed store, hash-verified

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};
186
187// Generates a full list of sample points for all integration types

Callers 1

PathTraceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected