mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 02:41:30 +00:00
[bsp] Add a comment about leaf marksurfaces
They should probably be cause leafsurfaces since they are the actual surfaces of the leaf: ie, the faces of the leaf mesh if each leaf was sub-sub-model.
This commit is contained in:
parent
e1e4bf5659
commit
775f3b87a8
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ typedef struct dleaf_s {
|
|||
float mins[3]; // for frustum culling
|
||||
float maxs[3];
|
||||
|
||||
// the list of marksurfaces is the surfaces that make up the effective
|
||||
// mesh of the leaf
|
||||
uint32_t firstmarksurface;
|
||||
uint32_t nummarksurfaces;
|
||||
|
||||
|
|
Loading…
Reference in a new issue