Ray casting method
| 343 | |
| 344 | // Ray casting method |
| 345 | void TriangleMesh::raycast(const Ray& ray, DynamicAABBTreeRaycastCallback& callback) const { |
| 346 | mDynamicAABBTree.raycast(ray, callback); |
| 347 | } |
nothing calls this directly
no outgoing calls
no test coverage detected