| 196 | } |
| 197 | |
| 198 | inline Minneart make_Minneart(const Vec3fa& R, const float f) { |
| 199 | Minneart m; Minneart__Constructor(&m,R,f); return m; |
| 200 | } |
| 201 | |
| 202 | //////////////////////////////////////////////////////////////////////////////// |
| 203 | // Velvet BRDF // |
nothing calls this directly
no test coverage detected