开发者

Do physics libraries have things I might be able to use for geometry culling?

开发者 https://www.devze.com 2023-01-02 00:01 出处:网络
I always hear the relationship between collision detection and the different space partitioning techniques. Do any physi开发者_StackOverflowcs libraries contain common data structures like maybe a fru

I always hear the relationship between collision detection and the different space partitioning techniques. Do any physi开发者_StackOverflowcs libraries contain common data structures like maybe a frustum class or anything that would make it easier to implement octrees, quadtrees, etc?


I would look at CGAL, the Computational Geometry Algorithms Library. You can find an overview of what it offers in this list of packages. I'm not sure about frustum, quadtrees or octrees specifically, but it does have spatial indexing implementations.

0

精彩评论

暂无评论...
验证码 换一张
取 消