Test cases for blazeRT
Open
enhancement
- Dominant language
- C++
- Stars
- 12
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
We need test cases for blazeRT, at least with respect to the following functions
```bvh/aabb.h```:
- [ ] intersect_node
```bvh/accel.h```:
- [ ] intersect_leaf
- [ ] traverse
```bvh/bbox.h```:
- [ ] ~~GetBoundingBox~~
- [ ] compute_bounding_box
```primitives/trimesh.h```:
- [ ] intersect
- [ ] update_intersector (_optional_)
- [ ] prepare_traversal (_optional_)
- [ ] post_traversal (_optional_)
Feel free to add additional testing in case I missed any functions.
Contributor guide
Assessment
This issue has not been assessed yet.