一组高效的 3D 相交算法

发布于 2024-10-15 07:52:46 字数 274 浏览 3 评论 0原文

任何人都知道一个来源、网站,我可以在其中获得 3D 相交算法的一些良好实现,例如

  • 球体与球体球体
  • /椭球体
  • 球体/长方体
  • 椭球体/椭球体
  • 椭球体/长方体
  • 长方体/长方体
  • 球体/射线椭球体/
  • 射线
  • 长方体/射线
  • 三角形/的 相交射线
  • 四边形/射线
  • 三角形/三角形
  • 四边形/四边形

Anyone knows a source, website where I can get some good implementations of 3D intersection algorithms, like

  • intersection of sphere and sphere
  • sphere/ellipsoid
  • sphere/cuboid
  • ellipsoid/ellipsoid
  • ellipsoid/cuboid
  • cuboid/cuboid
  • sphere/ray
  • ellipsoid/ray
  • cuboid/ray
  • triangle/ray
  • quad/ray
  • triangle/triangle
  • quad/quad

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

风月客 2024-10-22 07:52:46

http://www.realtimerendering.com/intersections.html

它是一个巨大的算法矩阵,用于计算各种类型对象之间的交集。优秀的资源。

http://www.realtimerendering.com/intersections.html.

It's a huge matrix of algorithms that calculate intersections between various types of objects. Excellent resource.

少女的英雄梦 2024-10-22 07:52:46

并不是真正的网站,但这本书实时碰撞检测非常值得寻找您正在寻找的东西。

Not really a website, but this book Real-Time Collision Detection is well worth it for what you are looking for.

北座城市 2024-10-22 07:52:46

Graphics Gems 是寻找此类内容的好地方。

Graphics Gems is a good place to look for this type of thing.

最单纯的乌龟 2024-10-22 07:52:46

您可能想将 Eberly 的游戏引擎设计放在您的书架上。它对您列出的每个交叉点都有详细的算法和讨论。

You might want to put Eberly's Game Engine Design on your bookshelf. It has detailed algorithms and discussion for each of the intersections you've listed.

杀お生予夺 2024-10-22 07:52:46

如果您正在进行光线追踪,那么在 ompf.org 上询问并查看 RTNews 档案可能会有所帮助。无论如何,这取决于您要使用它们的用途。

If you're doing raytracing, then asking at ompf.org and looking through the RTNews archives might help. In any case, it depends on what you're going to use these for.

櫻之舞 2024-10-22 07:52:46

POVRay 光线追踪器的源代码有一些可能有用的实现。

The source code for the POVRay ray tracer has some implementations that may be of use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文