]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/mediasource/extra/netradiant-src/regression_tests/q3map2/piercing_triangle/README.txt
Rename the compiled fteqcc to fteqcc-win32 (as that's what it is)
[voretournament/voretournament.git] / misc / mediasource / extra / netradiant-src / 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.