|
Blender V4.3
|
#include <bvh.h>
Public Member Functions | |
| PackedBVH () | |
Public Attributes | |
| array< int4 > | nodes |
| array< int4 > | leaf_nodes |
| array< int > | object_node |
| array< int > | prim_type |
| array< uint > | prim_visibility |
| array< int > | prim_index |
| array< int > | prim_object |
| array< float2 > | prim_time |
| int | root_index |
|
inline |
Definition at line 58 of file bvh/bvh.h.
References root_index.
Definition at line 40 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
Definition at line 38 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
Definition at line 42 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh().
Definition at line 49 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
Definition at line 51 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh().
Definition at line 53 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
Definition at line 44 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
Definition at line 46 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
| int PackedBVH::root_index |
Definition at line 56 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), BVH2::pack_instances(), and PackedBVH().