Blender
V3.3
|
#include <types.h>
Public Attributes | |
int | num_hits |
struct Intersection | hits [LOCAL_MAX_HITS] |
float3 | Ng [LOCAL_MAX_HITS] |
Definition at line 971 of file kernel/types.h.
struct Intersection LocalIntersection::hits[LOCAL_MAX_HITS] |
Definition at line 972 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), and kernel_embree_filter_occluded_func().
float3 LocalIntersection::Ng[LOCAL_MAX_HITS] |
Definition at line 974 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), and kernel_embree_filter_occluded_func().
int LocalIntersection::num_hits |
Definition at line 972 of file kernel/types.h.
Referenced by __anyhit__kernel_optix_local_hit(), and kernel_embree_filter_occluded_func().