Blender V4.3
mis.h File Reference

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)
 

Function Documentation

◆ balance_heuristic()

CCL_NAMESPACE_BEGIN ccl_device float balance_heuristic ( float a,
float b )

Definition at line 14 of file mis.h.

References b.

◆ balance_heuristic_3()

ccl_device float balance_heuristic_3 ( float a,
float b,
float c )

Definition at line 19 of file mis.h.

References b.

◆ max_heuristic()

ccl_device float max_heuristic ( float a,
float b )

Definition at line 34 of file mis.h.

References b.

◆ power_heuristic()

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().

◆ power_heuristic_3()

ccl_device float power_heuristic_3 ( float a,
float b,
float c )

Definition at line 29 of file mis.h.

References b.