Hello! I ve got an three js and tried to use it with my project. The thing is - i needed to select my custom mesh loaded from OBJ file.
I created simple raycaster,
You need to pass the recursive flag
var intersects = raycaster.intersectObjects( objects, true );
https://threejs.org/docs/#api/core/Raycaster.intersectObjects