读书人

BSP 二叉树再度讨论

发布时间: 2012-06-26 10:04:14 作者: rapoo

BSP 二叉树再次讨论

?

?节点:

int plane

?

?

Plane index.

int[2] children Children indices. Negative numbers are leaf indices: -(leaf+1). int[3] mins Integer bounding box min coord. int[3] maxs Integer bounding box max coord.

?

?叶子:

int cluster Visdata cluster index. int area Areaportal area. int[3] mins Integer bounding box min coord. int[3] maxs Integer bounding box max coord. int leafface First leafface for leaf. int n_leaffaces Number of leaffaces for leaf. int leafbrush First leafbrush for leaf. int n_leafbrushes Number of leafbrushes for leaf.

更多信息,参考http://www.mralligator.com/q3/#Nodes

http://www.mralligator.com/q3/

C:\Documents and Settings\Administrator\My Documents\Downloads\RenderingQuake3Maps.mht

读书人网 >移动开发

热点推荐