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

Function Minneart__Constructor

tutorials/pathtracer/pathtracer_device.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192inline void Minneart__Constructor(Minneart* This, const Vec3fa& R, const float b)
193{
194 This->R = R;
195 This->b = b;
196}
197
198inline Minneart make_Minneart(const Vec3fa& R, const float f) {
199 Minneart m; Minneart__Constructor(&m,R,f); return m;

Callers 3

make_MinneartFunction · 0.85
VelvetMaterial__evalFunction · 0.85
VelvetMaterial__sampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected