I'm using THREE.Ray to fire a ray downwards from a model. If I put a cube below it (THREE.CubeGeometry), I can get it to detect distance. However if I put a Collada model below it, it never detects anything.
I'm sending the result to the output window, so I know this is definitely the case.
Is there any way to get the Ray to 'see' the Collada model?
Many thanks