|
bool | BVTesting (int b1, int b2) const |
| BV test between b1 and b2.
|
|
void | leafTesting (int b1, int b2) const |
| Leaf test between node b1 and b2, if they are both leafs.
|
|
bool | BVTesting (int b1, int b2, const Transform3< S > &tf) const |
|
void | leafTesting (int b1, int b2, const Transform3< S > &tf) const |
|
void | leafTesting (int b1, int b2) const |
| Intersection testing between leaves (two triangles)
|
|
bool | canStop () const |
| Whether the traversal process can stop early.
|
|
bool | isFirstNodeLeaf (int b) const |
| Whether the BV node in the first BVH tree is leaf.
|
|
bool | isSecondNodeLeaf (int b) const |
| Whether the BV node in the second BVH tree is leaf.
|
|
bool | firstOverSecond (int b1, int b2) const |
| Determine the traversal order, is the first BVTT subtree better.
|
|
int | getFirstLeftChild (int b) const |
| Obtain the left child of BV node in the first BVH.
|
|
int | getFirstRightChild (int b) const |
| Obtain the right child of BV node in the first BVH.
|
|
int | getSecondLeftChild (int b) const |
| Obtain the left child of BV node in the second BVH.
|
|
int | getSecondRightChild (int b) const |
| Obtain the right child of BV node in the second BVH.
|
|
bool | BVTesting (int b1, int b2) const |
| BV culling test in one BVTT node.
|
|
void | enableStatistics (bool enable) |
| Whether store some statistics information during traversal.
|
|
virtual void | preprocess () |
|
virtual void | postprocess () |
|