qbsp: comment possible csg optimisation for later testing

Not really the performance hot spot right now though.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-03-02 11:41:17 +10:30
parent 4cbbb44a23
commit bf6a5e2bfa
1 changed files with 5 additions and 0 deletions

View File

@ -463,6 +463,11 @@ CSGFaces(const mapentity_t *ent)
if (i < 3)
continue;
/*
* TODO - optimise by checking for opposing planes?
* => brushes can't intersect
*/
// divide faces by the planes of the new brush
inside = outside;
outside = NULL;