i create some particles and wanna select them with the mouse
like drag and drop
the solution i find for now is to use the distance of the
particle pos.x and the hit.x of a trace

now i calculate wich particle is the closest to the hit.x
with vec_dist, works for now but primitive a bit