|
Blender V5.0
|
#include <types.h>
Public Attributes | |
| packed_float3 | axis |
| float | theta_o |
| float | theta_e |
Definition at line 1645 of file kernel/types.h.
| packed_float3 KernelBoundingCone::axis |
Definition at line 1646 of file kernel/types.h.
Referenced by light_tree_emitter_importance(), light_tree_importance(), light_tree_node_copy_to_device(), light_tree_node_importance(), recursive_print_knode(), and triangle_light_tree_parameters().
| float KernelBoundingCone::theta_e |
Definition at line 1648 of file kernel/types.h.
Referenced by light_tree_emitter_importance(), light_tree_importance(), light_tree_node_copy_to_device(), light_tree_node_importance(), and recursive_print_knode().
| float KernelBoundingCone::theta_o |
Definition at line 1647 of file kernel/types.h.
Referenced by light_tree_emitter_importance(), light_tree_importance(), light_tree_node_copy_to_device(), light_tree_node_importance(), recursive_print_knode(), and triangle_light_tree_parameters().