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

Function Lambertian__Constructor

tutorials/pathtracer/pathtracer_device.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305inline void Lambertian__Constructor(Lambertian* This, const Vec3fa& R)
306{
307 This->R = R;
308}
309
310inline Lambertian make_Lambertian(const Vec3fa& R) {
311 Lambertian v; Lambertian__Constructor(&v,R); return v;

Callers 1

make_LambertianFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected