![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
| struct | PackedBVH |
| class | BVH |
| class | RegularBVH |
| class | QBVH |
Defines | |
| #define | BVH_NODE_SIZE 4 |
| #define | BVH_QNODE_SIZE 8 |
| #define | BVH_ALIGN 4096 |
| #define | TRI_NODE_SIZE 3 |
| #define BVH_ALIGN 4096 |
Definition at line 40 of file intern/cycles/bvh/bvh.h.
| #define BVH_NODE_SIZE 4 |
Definition at line 38 of file intern/cycles/bvh/bvh.h.
Referenced by BVH::pack_instances(), RegularBVH::pack_node(), and RegularBVH::pack_nodes().
| #define BVH_QNODE_SIZE 8 |
Definition at line 39 of file intern/cycles/bvh/bvh.h.
Referenced by QBVH::pack_inner(), BVH::pack_instances(), QBVH::pack_leaf(), and QBVH::pack_nodes().
| #define TRI_NODE_SIZE 3 |
Definition at line 41 of file intern/cycles/bvh/bvh.h.
Referenced by BVH::pack_triangles().