Files
test2/intern/cycles/kernel
Weizhen Huang 1906a14cf3 Refactor: pre-compute valid integration interval in Principled Hair Huang
The valid interval from incoming direction was shared between
`...eval_r()` and `...eval_residual()`, so compute that in `...eval()` instead.
The valid interval from outgoing direction was computed for
`...eval_r()` to further reduce the integration interval. This part is
removed because the check `dot(wo, wm) > 0` is relatively cheap inside the loop.
2024-02-22 18:18:13 +01:00
..
2024-01-03 13:38:14 +01:00
2024-02-22 12:26:37 +01:00
2024-01-03 13:38:14 +01:00
2024-01-03 13:38:14 +01:00
2023-11-27 10:55:39 +11:00