A Graphics Question# CS - 计算机科学
b*s
1 楼
Dear All,
I am not familiar with graphics, but I face the following problem:
>
> This problem is about the most efficient way to do per traingle
> collision detection on 2 meshes.
>
> You could cut down the number of comparisons by calculating 2
> bounding volumes and checking if they intersect first for any
> 2 meshes and then go to the traingular level. But this might not
> be the best option for very small objects that move fast (projectiles).
>
> Once your at the trangular level, whats the m
I am not familiar with graphics, but I face the following problem:
>
> This problem is about the most efficient way to do per traingle
> collision detection on 2 meshes.
>
> You could cut down the number of comparisons by calculating 2
> bounding volumes and checking if they intersect first for any
> 2 meshes and then go to the traingular level. But this might not
> be the best option for very small objects that move fast (projectiles).
>
> Once your at the trangular level, whats the m