| 124 | } |
| 125 | |
| 126 | OPENPGL_INLINE void SetRoughness(PathSegment *pathSegment, const float &roughness) |
| 127 | { |
| 128 | OPENPGL_ASSERT(pathSegment); |
| 129 | pathSegment->roughness = roughness; |
| 130 | } |
| 131 | |
| 132 | OPENPGL_INLINE void SetTransmittanceWeight(PathSegment *pathSegment, const pgl_vec3f &transmittanceWeight) |
| 133 | { |
nothing calls this directly
no outgoing calls
no test coverage detected