Blender Git Loki
Git Commits -> Revision 5231c56
Revision 5231c56 by Sergey Sharybin November 22, 2014, 14:39 (GMT) |
BMEsh intersect: Add functioon 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: 5231c560145655a83aaee268acc062dab9f2032c
Parent Commit: 9e30f24
Lines Changed: +135, -0
1 Modified Path:
/source/blender/bmesh/tools/bmesh_intersect.c (+135, -0) (Diff)