|
Blender V5.0
|
#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 59 of file bvh/bvh.h.
References root_index.
Definition at line 41 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
Definition at line 39 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
| array<int> PackedBVH::object_node |
Definition at line 43 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh().
| array<int> PackedBVH::prim_index |
Definition at line 50 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
| array<int> PackedBVH::prim_object |
Definition at line 52 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh().
Definition at line 54 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
| array<int> PackedBVH::prim_type |
Definition at line 45 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
Definition at line 47 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), and BVH2::pack_instances().
| int PackedBVH::root_index |
Definition at line 57 of file bvh/bvh.h.
Referenced by GeometryManager::device_update_bvh(), BVH2::pack_instances(), and PackedBVH().