| 299 | } |
| 300 | |
| 301 | static void OutputIor(Ior* p, int indent) |
| 302 | { |
| 303 | OutputIndent(indent); |
| 304 | printf("transmission\n"); |
| 305 | OutputValue("ior", p->m_Ior, indent+1); |
| 306 | } |
| 307 | |
| 308 | static void OutputSpecular(Specular* p, int indent) |
| 309 | { |
no test coverage detected