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

Function SetDirectionOut

openpgl/include/openpgl/cpp/PathSegment.h:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60OPENPGL_INLINE void SetDirectionOut(PathSegment *pathSegment, const pgl_vec3f &directionOut)
61{
62 OPENPGL_ASSERT(pathSegment);
63 pathSegment->directionOut = directionOut;
64}
65
66OPENPGL_INLINE void SetVolumeScatter(PathSegment *pathSegment, const bool &volumeScatter)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected