
I created a btSoftBody in my btSoftRigidDynamicsWorld ,
and i want to simulate a simple touch behavior with addForce(const btVector3& force,int node) method by giving an Absolute position and direction only , but addForce method needs second parameter 'node' . Is there a way to detect the node(s) only giving the position and direcition by user?
Any advice would be greatly appreciated.