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

Function SetIsDelta

openpgl/include/openpgl/cpp/PathSegment.h:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120OPENPGL_INLINE void SetIsDelta(PathSegment *pathSegment, const bool &isDelta)
121{
122 OPENPGL_ASSERT(pathSegment);
123 pathSegment->isDelta = isDelta;
124}
125
126OPENPGL_INLINE void SetRoughness(PathSegment *pathSegment, const float &roughness)
127{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected