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

Class EmptyParams

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

these structures hold the parameters of each closure type they will be contained inside ClosureComponent

Source from the content-addressed store, hash-verified

26// these structures hold the parameters of each closure type
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; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected