|
Blender
V2.93
|
#include <kernel_types.h>
Public Attributes | |
| int | root |
| int | have_motion |
| int | have_curves |
| int | bvh_layout |
| int | use_bvh_steps |
| int | curve_subdivisions |
| int | scene |
| int | pad2 |
Definition at line 1404 of file kernel_types.h.
| int KernelBVH::bvh_layout |
Definition at line 1409 of file kernel_types.h.
Referenced by GeometryManager::device_free().
| int KernelBVH::curve_subdivisions |
Definition at line 1411 of file kernel_types.h.
Referenced by GeometryManager::device_update_bvh().
| int KernelBVH::have_curves |
Definition at line 1408 of file kernel_types.h.
Referenced by Geometry::compute_bvh(), and GeometryManager::device_update_bvh().
| int KernelBVH::have_motion |
Definition at line 1407 of file kernel_types.h.
| int KernelBVH::pad2 |
Definition at line 1423 of file kernel_types.h.
| int KernelBVH::root |
Definition at line 1406 of file kernel_types.h.
Referenced by GeometryManager::device_update_bvh().
| int KernelBVH::scene |
Definition at line 1423 of file kernel_types.h.
Referenced by GeometryManager::device_update_bvh().
| int KernelBVH::use_bvh_steps |
Definition at line 1410 of file kernel_types.h.
Referenced by GeometryManager::device_update_bvh().