Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ isDirectLight
Function
isDirectLight
openpgl/data/SampleData.h:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
inline bool isDirectLight(const SampleData &sd)
85
{
86
return (sd.flags & EDirectLight);
87
}
88
89
inline std::string toString(const SampleData &sd)
90
{
Callers
1
updateFluenceEstimate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected