Hi,
Was wondering how am I able to detect points or edges of an object under a drawn line.
Take this example for intance, I load a cube object and I draw a line in front of it, making it look like 2 seperate halves.(how the line is drawn is by using the mouse dragged event and temporary disable the depth test)
Now I would like to detect the points/edges under the line that can be seen on screen.How am I able to do that…?
Thanks for the help…