Tagged Questions
3
votes
3answers
723 views
How to determine what triangle in a mesh the cursor is pointing to?
I have a game I'm working on in which items are "placed" and "selected".
In order to do this, I need to determine what triangle in a mesh the cursor is pointing to. I have no trouble with getting ...