- Home /
Get position of the closest visible vertex to mouse in scene view?
Hi, how do I get the 3D world position of a the closest visible object vertex to the mouse. I want to be able to transform that object relative to that vertex when I click and drag it. Thanks.
Comment
Best Answer
Answer by whydoidoit · Mar 21, 2014 at 10:23 AM
If you have multiple objects you'd need to decide on the ones you wanted to test first - there could be some serious performance impact of doing this with many complicated objects.
Could you tick this answer to get it off the unsolved list? Thx.