]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/mediasource/extra/netradiant-src/regression_tests/q3map2/duplicate_plane/README.txt
Include netRadiant source in this GIT
[voretournament/voretournament.git] / misc / mediasource / extra / netradiant-src / regression_tests / q3map2 / duplicate_plane / README.txt
1 DESCRIPTION OF PROBLEM:
2 =======================
3
4 The 4-sided brush in the middle of the room (brush 0) has a duplicate plane.
5 The last side (side 4) is a duplicate of the third side (side 2) with the
6 vertexes re-arranged.
7
8 I wanted to make sure that ChopWindingInPlaceAccu() is doing the right thing
9 by setting a winding to NULL when all its points lie on the plane that the
10 winding is being chopped with.  This seems to be the case.  My concern was
11 that both windings for that duplicate plane will be NULL'ed out.
12
13 Seems that some other code might be fixing duplicate planes.  That's OK.