Skip to main content

All Questions

Tagged with
1 vote
0 answers
180 views

Getting the global coordinates of a vertex from mouse location

I have a some code here that I combined from other people to test out implementations on how to get the correct global coordinates of the vertex that your mouse is hoovering over. There are 2 ...
PoseCrator's user avatar
0 votes
0 answers
127 views

Click on mesh coordinates in python API

Is there a way to get the exact coordinates where you click on a mesh in python code? Faces can be big, so the vertices are not really good enough.
DrDress's user avatar
  • 563
3 votes
0 answers
984 views

is there a simple way to know your mouse coordinates in 3D world space while hovering?

I'm wondering if there is a way to know your mouse coordinates while hovering. Without having to query the position of the 3D cursor? For example to show what I mean, see below image of another ...
Derek Eden's user avatar