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

Function Velvety__Constructor

tutorials/pathtracer/pathtracer_device.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239inline void Velvety__Constructor(Velvety* This, const Vec3fa& R, const float f)
240{
241 This->R = R;
242 This->f = f;
243}
244
245inline Velvety make_Velvety(const Vec3fa& R, const float f) {
246 Velvety m; Velvety__Constructor(&m,R,f); return m;

Callers 3

make_VelvetyFunction · 0.85
VelvetMaterial__evalFunction · 0.85
VelvetMaterial__sampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected