![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
| struct | VBVHNode |
| struct | BuildBinaryVBVH< Node > |
Functions | |
| template<class Node > | |
| static void | bvh_node_push_childs (Node *node, Isect *UNUSED(isec), Node **stack, int &stack_pos) |
| template<class Node > | |
| int | count_childs (Node *parent) |
| template<class Node > | |
| void | append_sibling (Node *node, Node *sibling) |
Definition in file vbvh.h.
Definition at line 98 of file vbvh.h.
Referenced by pushup(), and pushup_simd().
| int count_childs | ( | Node * | parent | ) |
Definition at line 83 of file vbvh.h.
Referenced by bvh_dfs_make_hint(), pushup(), and pushup_simd().