|
Blender V5.0
|
#include <bvh.h>
Inherits RTCRayQueryContext.
Public Attributes | |
| KernelGlobals | kg |
| const Ray * | ray |
| IntegratorShadowState | isect_s |
| float | throughput |
| float | max_t |
| bool | opaque_hit |
| numhit_t | max_transparent_hits |
| numhit_t | num_transparent_hits |
| numhit_t | num_recorded_hits |
Definition at line 68 of file kernel/device/cpu/bvh.h.
| IntegratorShadowState CCLShadowContext::isect_s |
Definition at line 71 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| KernelGlobals CCLShadowContext::kg |
Definition at line 69 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| float CCLShadowContext::max_t |
Definition at line 73 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| numhit_t CCLShadowContext::max_transparent_hits |
Definition at line 75 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| numhit_t CCLShadowContext::num_recorded_hits |
Definition at line 77 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| numhit_t CCLShadowContext::num_transparent_hits |
Definition at line 76 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| bool CCLShadowContext::opaque_hit |
Definition at line 74 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| const Ray* CCLShadowContext::ray |
Definition at line 70 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().
| float CCLShadowContext::throughput |
Definition at line 72 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_shadow_all_func_impl().