BSP 二叉树再次讨论

xiaoxiao2021-02-28  101

 

 节点:

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

转载请注明原文地址: https://www.6miu.com/read-76390.html

最新回复(0)