You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like any_intersection() / any_intersected_primitive() have been added to the swig binding for CGAL_AABB_tree, it would be very helpful if first_intersection / first_intersected_primitive() would be added as well (even without the skip functor), as they are the most important data when raycasting. It should be easy, given that the any variant is there.
If that is impossible, perhaps updating the python example AABB_triangle_3_example.py for using "all_intersected_primitives"? it expects a "Primitive iterator helper" which I have no idea how to construct in python.
Thanks!
The text was updated successfully, but these errors were encountered:
Just like any_intersection() / any_intersected_primitive() have been added to the swig binding for CGAL_AABB_tree, it would be very helpful if first_intersection / first_intersected_primitive() would be added as well (even without the skip functor), as they are the most important data when raycasting. It should be easy, given that the any variant is there.
If that is impossible, perhaps updating the python example AABB_triangle_3_example.py for using "all_intersected_primitives"? it expects a "Primitive iterator helper" which I have no idea how to construct in python.
Thanks!
The text was updated successfully, but these errors were encountered: