MCPcopy Create free account
hub / github.com/RenderKit/embree / make_PowerCosineDistribution

Function make_PowerCosineDistribution

tutorials/common/tutorial/optics.h:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161#endif
162
163inline PowerCosineDistribution make_PowerCosineDistribution(const float _exp) {
164 PowerCosineDistribution m; m.exp = _exp; return m;
165}
166
167#if defined(ISPC)
168inline PowerCosineDistribution make_PowerCosineDistribution(const float _exp) {

Callers 2

MetalMaterial__evalFunction · 0.85
MetalMaterial__sampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected