From 775f3b87a87e2e593223a8fa923b0c9cd34d1d45 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 10 May 2022 10:54:34 +0900 Subject: [PATCH] [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. --- include/QF/bspfile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/QF/bspfile.h b/include/QF/bspfile.h index 18586564d..1232c4f09 100644 --- a/include/QF/bspfile.h +++ b/include/QF/bspfile.h @@ -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;