grab_point = [0, 0, 0] -- position where we start grabbing (for simplicity, I'll assign it to the node position) release_point = [0, 0, 0] -- position where we release the mouse to shoot the node ...