|
Blender V4.3
|
#include <bvh.h>
Inherited by CCLIntersectContext.
Public Attributes | |
| IntegratorShadowState | isect_s |
| float | throughput |
| float | max_t |
| bool | opaque_hit |
| numhit_t | max_hits |
| numhit_t | num_hits |
| numhit_t | num_recorded_hits |
Definition at line 72 of file kernel/device/cpu/bvh.h.
| IntegratorShadowState CCLShadowContext::isect_s |
Definition at line 81 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_shadow_all_func_impl().
| numhit_t CCLShadowContext::max_hits |
Definition at line 85 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_shadow_all_func_impl().
| float CCLShadowContext::max_t |
Definition at line 83 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| numhit_t CCLShadowContext::num_hits |
Definition at line 86 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_shadow_all_func_impl().
| numhit_t CCLShadowContext::num_recorded_hits |
Definition at line 87 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_shadow_all_func_impl().
| bool CCLShadowContext::opaque_hit |
Definition at line 84 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_shadow_all_func_impl().
| float CCLShadowContext::throughput |
Definition at line 82 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_shadow_all_func_impl().