Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.