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

Function ThinDielectricMaterial__eval

tutorials/pathtracer/pathtracer_device.cpp:759–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759Vec3fa ThinDielectricMaterial__eval(ISPCThinDielectricMaterial* This, const BRDF& brdf, const Vec3fa& wo, const DifferentialGeometry& dg, const Vec3fa& wi) {
760 return Vec3fa(0.0f);
761}
762
763Vec3fa ThinDielectricMaterial__sample(ISPCThinDielectricMaterial* This, const BRDF& brdf, const Vec3fa& Lw, const Vec3fa& wo, const DifferentialGeometry& dg, Sample3f& wi_o, Medium& medium, const Vec2f& s)
764{

Callers 1

Material__evalFunction · 0.85

Calls 1

Vec3faClass · 0.50

Tested by

no test coverage detected