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

Function isInsideVolume

openpgl/data/SampleData.h:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79inline bool isInsideVolume(const SampleData &sd)
80{
81 return (sd.flags & EInsideVolume);
82}
83
84inline bool isDirectLight(const SampleData &sd)
85{

Callers 1

addSampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected