|
Blender V4.3
|
#include <types.h>
Public Attributes | |
| int | num_hits |
| struct Intersection | hits [LOCAL_MAX_HITS] |
| float3 | Ng [LOCAL_MAX_HITS] |
Definition at line 1262 of file kernel/types.h.
| struct Intersection LocalIntersection::hits[LOCAL_MAX_HITS] |
Definition at line 1264 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), and kernel_embree_filter_occluded_local_func_impl().
| float3 LocalIntersection::Ng[LOCAL_MAX_HITS] |
Definition at line 1265 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), and kernel_embree_filter_occluded_local_func_impl().
| int LocalIntersection::num_hits |
Definition at line 1263 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), and kernel_embree_filter_occluded_local_func_impl().