| 58 | } |
| 59 | |
| 60 | OPENPGL_INLINE void SetDirectionOut(PathSegment *pathSegment, const pgl_vec3f &directionOut) |
| 61 | { |
| 62 | OPENPGL_ASSERT(pathSegment); |
| 63 | pathSegment->directionOut = directionOut; |
| 64 | } |
| 65 | |
| 66 | OPENPGL_INLINE void SetVolumeScatter(PathSegment *pathSegment, const bool &volumeScatter) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected