| 243 | } |
| 244 | |
| 245 | inline Velvety make_Velvety(const Vec3fa& R, const float f) { |
| 246 | Velvety m; Velvety__Constructor(&m,R,f); return m; |
| 247 | } |
| 248 | |
| 249 | //////////////////////////////////////////////////////////////////////////////// |
| 250 | // Dielectric Reflection BRDF // |
nothing calls this directly
no test coverage detected