|
Blender V5.0
|
Public Attributes | |
| BVHTree * | tree = nullptr |
| Span< std::array< BMLoop *, 3 > > | looptris = {} |
| BMesh * | bm = nullptr |
| const blender::float3 * | cos_cage = nullptr |
| bool | cos_cage_free = false |
| int | flag = 0 |
Definition at line 21 of file editmesh_bvh.cc.
Definition at line 26 of file editmesh_bvh.cc.
Referenced by BKE_bmbvh_find_face_closest(), BKE_bmbvh_find_vert_closest(), BKE_bmbvh_new_ex(), BKE_bmbvh_ray_cast(), and BKE_bmbvh_ray_cast_filter().
| const blender::float3* BMBVHTree::cos_cage = nullptr |
Definition at line 28 of file editmesh_bvh.cc.
Referenced by BKE_bmbvh_find_face_closest(), BKE_bmbvh_find_vert_closest(), BKE_bmbvh_free(), BKE_bmbvh_new_ex(), BKE_bmbvh_ray_cast(), and BKE_bmbvh_ray_cast_filter().
| bool BMBVHTree::cos_cage_free = false |
Definition at line 29 of file editmesh_bvh.cc.
Referenced by BKE_bmbvh_free(), and BKE_bmbvh_new_ex().
| int BMBVHTree::flag = 0 |
Definition at line 31 of file editmesh_bvh.cc.
Referenced by BKE_bmbvh_new_ex(), and bmbvh_ray_cast_handle_hit().
Definition at line 24 of file editmesh_bvh.cc.
Referenced by BKE_bmbvh_find_face_closest(), BKE_bmbvh_find_vert_closest(), BKE_bmbvh_new_ex(), BKE_bmbvh_ray_cast(), BKE_bmbvh_ray_cast_filter(), bmbvh_overlap_cb(), and bmbvh_ray_cast_handle_hit().
Definition at line 22 of file editmesh_bvh.cc.
Referenced by BKE_bmbvh_find_face_closest(), BKE_bmbvh_find_vert_closest(), BKE_bmbvh_free(), BKE_bmbvh_new_ex(), BKE_bmbvh_overlap(), BKE_bmbvh_overlap_self(), BKE_bmbvh_ray_cast(), BKE_bmbvh_ray_cast_filter(), and BKE_bmbvh_tree_get().