Hi,
I'm drawing tens of 1000s of triangles and the user is going to
click on the screen. I want to identify just the one that the
user has clicked on. I figure select mode would be overkill
since I'd have to establish tens of 1000s of names, one per
triangle. Can anyone tell me of an efficient way to do this?
Thanks.