|
Blender V4.3
|
#include <bvh.h>
Inherited by CCLIntersectContext.
Public Attributes | |
| int | local_object_id |
| LocalIntersection * | local_isect |
| uint * | lcg_state |
| bool | is_sss |
Definition at line 90 of file kernel/device/cpu/bvh.h.
| bool CCLLocalContext::is_sss |
Definition at line 103 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_local_func_impl().
| uint* CCLLocalContext::lcg_state |
Definition at line 102 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_local_func_impl().
| LocalIntersection* CCLLocalContext::local_isect |
Definition at line 101 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_local_func_impl().
| int CCLLocalContext::local_object_id |
Definition at line 100 of file kernel/device/cpu/bvh.h.
Referenced by CCLIntersectContext::CCLIntersectContext(), and kernel_embree_filter_occluded_local_func_impl().