I have some points in 3d and want to add for each of them a drawing text with leader pointing at the right point in the 2d drawing view.
Problems: can't find the right 2d coordinates to point correctly at the projected points in the view because the view it's either a front view/top/side or an isometric one.
All i know : the 3d coordinates (x,y,z) and can find out some vector components of the view ( get some values like 0,0,-1 or 0,-1,-0 or some values like 0.808,0.9777,-0,332 for isometric ones ).
It is a solution based on the view vector components and 3d coordinates to do some transformations to get the 2d coordinates?