|
Blender V5.0
|
#include <bvh.h>
Inherits RTCRayQueryContext.
Public Attributes | |
| KernelGlobals | kg |
| const Ray * | ray |
| numhit_t | num_hits |
| Intersection * | vol_isect |
Definition at line 90 of file kernel/device/cpu/bvh.h.
| KernelGlobals CCLVolumeContext::kg |
Definition at line 91 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_volume_all_func_impl().
| numhit_t CCLVolumeContext::num_hits |
Definition at line 96 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_volume_all_func_impl().
| const Ray* CCLVolumeContext::ray |
Definition at line 92 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_volume_all_func_impl().
| Intersection* CCLVolumeContext::vol_isect |
Definition at line 97 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_volume_all_func_impl().