]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - regression_tests/q3map2/piercing_triangle/README.txt
Merge commit '515673c08f8718a237e90c2130a1f5294f966d6a'
[xonotic/netradiant.git] / regression_tests / q3map2 / piercing_triangle / README.txt
1 DESCRIPTION OF PROBLEM:
2 =======================
3
4 In the disappearing_triangle regression test I outlined a potential problem
5 in the tjunction.c code, having to do with 2 points being too close together
6 on a winding, and that winding becoming invalid (drawsurf disappearing).
7
8 This example map is the same as disappearing_triangle.map, except that the
9 floor is raised by 1 unit.  Therefore the floor intersects the sliver triangle.
10 The resulting chopped sliver has a very short edge that is "degenerate" and
11 causes that draw surf to go away due to problems in the tjunction.c code.
12
13 This is speculation at this point.  I will provide more info after the bug has
14 been fixed.