Ray-triangle intersetion

Posted by gamemaker on Stack Overflow See other posts from Stack Overflow or by gamemaker
Published on 2010-05-29T17:46:39Z Indexed on 2010/05/29 17:52 UTC
Read the original article Hit count: 204

Hello! How can I test intersesion ray and triangle, and if it exist how to get distance from ray origin to intersection point?? What optimization I can use, if in my program I've got to check 1 ray to ~10000 triangles ??

© Stack Overflow or respective owner

Related posts about game-development

Related posts about intersection