How to determine point/time of intersection for ray hitting a moving triangle?

筅森魡賤 提交于 2019-12-10 11:35:19

问题


I have a deforming triangle, whose vertices all move between t0 and t1.

I am shooting a ray toward the triangle. The ray doesn't hit the triangle at t0 or t1, but somewhere within that interval of time.

How do I calculate the exact point of intersection for the ray, and at what time (between t0 and t1) that the ray hits the triangle?

Here's an image that hopefully helps illustrate the question better:

来源:https://stackoverflow.com/questions/43771759/how-to-determine-point-time-of-intersection-for-ray-hitting-a-moving-triangle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!