MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenShadingLanguage / DiffuseParams

Class DiffuseParams

src/testrender/shading.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27// they will be contained inside ClosureComponent
28struct EmptyParams { };
29struct DiffuseParams { Vec3 N; };
30struct OrenNayarParams { Vec3 N; float sigma; };
31struct PhongParams { Vec3 N; float exponent; };
32struct WardParams { Vec3 N, T; float ax, ay; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected