您的位置:首页 > 其它

有关View Frustum culling的一些算法和文章

2006-04-23 16:17 447 查看
这两天看了一下view frustum culling的一些paper和文章,并且在自己的地形程序中实现该部分功能,有关VFC的一些资料整理:
http://www.flipcode.com/articles/article_frustumculling.shtml 入门级的 view frustum culling介绍,helpful
Mark Morley's frustum culling tutorial 我的地形引擎中用的VFC算法就是这个,有些简单,但的确比较实用。
Explanation of calculating the planes of the frustum 如何快速计算裁剪平面的一篇文章,非常有用。
http://www.cescg.org/CESCG-2002/DSykoraJJelinek/index.html 一种优化了的VFC算法
http://www.lighthouse3d.com/opengl/viewfrustum/index.php?intro 又一种VFC算法
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: