MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / pglVolumeSamplingDistributionClear

Function pglVolumeSamplingDistributionClear

openpgl/api/api.cpp:716–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716extern "C" OPENPGL_DLLEXPORT void pglVolumeSamplingDistributionClear(PGLVolumeSamplingDistribution volumeSamplingDistribution)
717{
718 IVolumeSamplingDistribution *gVolumeSamplingDistribution = (IVolumeSamplingDistribution *)volumeSamplingDistribution;
719 gVolumeSamplingDistribution->clear();
720}
721
722extern "C" OPENPGL_DLLEXPORT void pglVolumeSamplingDistributionApplySingleLobeHenyeyGreensteinProduct(PGLVolumeSamplingDistribution volumeSamplingDistribution, pgl_vec3f dir,
723 const float meanCosine)

Callers 1

ClearMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected