|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device float | balance_heuristic (float a, float b) |
| ccl_device float | balance_heuristic_3 (float a, float b, float c) |
| ccl_device float | power_heuristic (float a, float b) |
| ccl_device float | power_heuristic_3 (float a, float b, float c) |
| ccl_device float | max_heuristic (float a, float b) |
| CCL_NAMESPACE_BEGIN ccl_device float balance_heuristic | ( | float | a, |
| float | b ) |
| ccl_device float balance_heuristic_3 | ( | float | a, |
| float | b, | ||
| float | c ) |
| ccl_device float max_heuristic | ( | float | a, |
| float | b ) |
| ccl_device float power_heuristic | ( | float | a, |
| float | b ) |
Definition at line 24 of file mis.h.
References b.
Referenced by light_sample_mis_weight_forward(), and light_sample_mis_weight_nee().