View Single Post
  #10 (permalink)  
Old 09-12-2009, 01:58 PM
DeeCee DeeCee is offline
Newbie
 
Join Date: Aug 2007
Posts: 8
Default

Thanks Michael,

That is what I do also, just test each triangle. Of course, if you have 10,000 triangles and your point is in the last one tested, that takes a while. I would think a way to do it faster would be to sort the triangle array by X or Y, then do some type of binary search, but I'm not really sure how to do that.
Reply With Quote