Blender Git Loki
Git Commits -> Revision b08c45d
Revision b08c45d by Sergey Sharybin (bmesh-boolean-experiment) October 27, 2015, 16:48 (GMT) |
BMesh intersect: Add function to check whether the point is inside the mesh It gets the BVH tree and loop triangles as an input and checks whether the given point is inside of the mesh represented by those data or not. It is not optimized for speed yet and could have some numerical instabilities which we'll improve later. P.S. This function is currently unused. |
Commit Details:
Full Hash: b08c45d9472df1bdba2952356d689e2d2e91c53c
Parent Commit: cf946df
Committed By: Campbell Barton
Lines Changed: +135, -0
1 Modified Path:
/source/blender/bmesh/tools/bmesh_intersect.c (+135, -0) (Diff)