Originally Posted By: Widi
my_vector.x = mouse_pos.x;
my_vector.y = mouse_pos.y;
my_vector.z = deep; // means how deep you click in the Level...

vec_for_screen (my_vector,camera);

Now my_vector have the coordinates.



thanks, it also helped me smile