|
Blender
V2.93
|
Go to the source code of this file.
Classes | |
| class | BVHParams |
| class | BVHReference |
| class | BVHRange |
| struct | BVHSpatialBin |
| struct | BVHSpatialStorage |
Typedefs | |
| typedef int | BVHLayoutMask |
Functions | |
| const char * | bvh_layout_name (BVHLayout layout) |
Variables | |
| CCL_NAMESPACE_BEGIN typedef KernelBVHLayout | BVHLayout |
| typedef int BVHLayoutMask |
Definition at line 39 of file bvh_params.h.
| const char* bvh_layout_name | ( | BVHLayout | layout | ) |
Definition at line 32 of file bvh.cpp.
References BVH_LAYOUT_ALL, BVH_LAYOUT_BVH2, BVH_LAYOUT_EMBREE, BVH_LAYOUT_MULTI_OPTIX, BVH_LAYOUT_MULTI_OPTIX_EMBREE, BVH_LAYOUT_NONE, BVH_LAYOUT_OPTIX, and LOG.
Referenced by GeometryManager::device_update_bvh(), and operator<<().
| CCL_NAMESPACE_BEGIN typedef KernelBVHLayout BVHLayout |
Definition at line 32 of file bvh_params.h.
Referenced by BVHParams::best_bvh_layout(), Geometry::compute_bvh(), and CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene().