I haven't found a function that allows me to get the index of a point in the cloud when I give it 3D coordinates
For example, with this you can obtain approximate coordinates of the point you are aiming at:
Code: Select all
CCVector3d P;
pGLView->getClick3DPos(mouseEvent->pos().x(), mouseEvent->pos().y(), P)
thanks