|
Blender V4.3
|
#include <types.h>
Public Attributes | |
| float | t |
| float | u |
| float | v |
| int | prim |
| int | object |
| int | type |
Definition at line 741 of file kernel/types.h.
| int Intersection::object |
Definition at line 744 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), integrator_init_from_bake(), integrator_intersect_closest(), 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(), and kernel_embree_filter_occluded_volume_all_func_impl().
| int Intersection::prim |
Definition at line 743 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(), and kernel_embree_filter_occluded_volume_all_func_impl().
| float Intersection::t |
Definition at line 742 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(), and kernel_embree_filter_occluded_shadow_all_func_impl().
| int Intersection::type |
Definition at line 745 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::u |
Definition at line 742 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 742 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), kernel_embree_convert_hit(), and kernel_embree_convert_sss_hit().