Hello everybody,
I'm working with DirectX to develop a simple 3D application in my VB.NET project.
Actually, I'm able to rotate, move and zoom my 3D objet and now I would like to implement the possibility to pick a point on the 3D object with the mouse.
In particular, the user must have the possibility to click everywhere on the object and put a "chek" on the selected point (mybe a circle or similar, I don't know at the moment).
How can I approch the problem From where can I start Does exist some tutorial that can explain me something of analogous
Thanks in advance for your help.
Igor