|
Blender V5.0
|
#include <types.h>
Public Attributes | |
| float | t |
| float | u |
| float | v |
| int | prim |
| int | object |
| int | type |
Definition at line 749 of file kernel/types.h.
| int Intersection::object |
Definition at line 752 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), integrator_volume_stack_update_for_subsurface(), kernel_embree_convert_hit(), kernel_embree_convert_sss_hit(), kernel_embree_filter_occluded_local_func_impl(), kernel_embree_filter_occluded_shadow_all_func_impl(), kernel_embree_filter_occluded_volume_all_func_impl(), kernel_path_mnee_sample(), mnee_newton_solver(), and mnee_path_contribution().
| int Intersection::prim |
Definition at line 751 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), integrator_volume_stack_update_for_subsurface(), kernel_embree_convert_hit(), kernel_embree_convert_sss_hit(), kernel_embree_filter_occluded_local_func_impl(), kernel_embree_filter_occluded_shadow_all_func_impl(), kernel_embree_filter_occluded_volume_all_func_impl(), kernel_path_mnee_sample(), mnee_newton_solver(), and mnee_path_contribution().
| float Intersection::t |
Definition at line 750 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), integrator_volume_stack_update_for_subsurface(), intersections_compare(), kernel_embree_convert_hit(), kernel_embree_convert_sss_hit(), kernel_embree_filter_occluded_local_func_impl(), kernel_embree_filter_occluded_shadow_all_func_impl(), kernel_path_mnee_sample(), mnee_newton_solver(), and mnee_path_contribution().
| int Intersection::type |
Definition at line 753 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), kernel_embree_convert_hit(), kernel_embree_convert_sss_hit(), kernel_embree_filter_occluded_shadow_all_func_impl(), and kernel_path_mnee_sample().
| float Intersection::u |
Definition at line 750 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), kernel_embree_convert_hit(), kernel_embree_convert_sss_hit(), and kernel_embree_filter_occluded_shadow_all_func_impl().
| float Intersection::v |
Definition at line 750 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), kernel_embree_convert_hit(), and kernel_embree_convert_sss_hit().