]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - regression_tests/q3map2/degenerate_winding2/README.txt
add missing regression tests in last commit
[xonotic/netradiant.git] / regression_tests / q3map2 / degenerate_winding2 / README.txt
1 DESCRIPTION OF PROBLEM:
2 =======================
3
4 The sample map contains a wedge brush.  The tip (the sharp edge) of the wedge
5 is chopped off by 2 planes, leaving very narrow windings.  Each of these 2
6 narrow windings is less than 0.1 units tall.  However, the wedge has height
7 exactly equal to 1/8 unit at the point where it is chopped.  Therefore,
8 the two narrow sides caused by the chops are expected to be degenerate and the
9 top face of the wedge is expected to be unaffected.  This should leave a
10 "hole" in the narrow part of the wedge.
11
12 The hole isn't desirable but it's expected based on the logic in the code.
13 Still, if there is a hole in the brush, I consider this regression test to
14 be broken.