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:
parent
4cbbb44a23
commit
bf6a5e2bfa
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue