Blender
V3.3
|
#include <types.h>
Public Attributes | |
float | t |
float | u |
float | v |
int | prim |
int | object |
int | type |
Definition at line 540 of file kernel/types.h.
int Intersection::object |
Definition at line 543 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), integrator_volume_stack_init(), integrator_volume_stack_update_for_subsurface(), kernel_embree_convert_hit(), kernel_embree_convert_sss_hit(), and kernel_embree_filter_occluded_func().
int Intersection::prim |
Definition at line 542 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), integrator_intersect_shadow(), integrator_volume_stack_init(), integrator_volume_stack_update_for_subsurface(), kernel_embree_convert_hit(), kernel_embree_convert_sss_hit(), and kernel_embree_filter_occluded_func().
float Intersection::t |
Definition at line 541 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), integrator_volume_stack_init(), integrator_volume_stack_update_for_subsurface(), intersections_compare(), kernel_embree_convert_hit(), kernel_embree_convert_sss_hit(), and kernel_embree_filter_occluded_func().
int Intersection::type |
Definition at line 544 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_func().
float Intersection::u |
Definition at line 541 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_func().
float Intersection::v |
Definition at line 541 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), kernel_embree_convert_hit(), and kernel_embree_convert_sss_hit().