i have a label and i wanna change it s location corresponding to mouse position, my problem is the label location !,it s relative to a application windows, how could i change coordinates to make them relative to screen coordinates. thank you sorry for my bad English :(
I have several geometry meshes in my Viewport3D, these have bounds of (w:1800, h:500, d:25). When a user clicks in the middle of the mesh, I want the Point3D of (900, 500, 25)... How can I achieve ...